04Jun2020 - detailed test results for COMPLEX

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.01Jul060519.30705 -g

To start TextTest for these tests, run:

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

Total: 765 tests: 438 succeeded 309 FAILED 18 known bugs


libsumo.python3: 203 tests: 201 FAILED 2 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision incompatible_filter ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision persons range_50_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/persons/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,6d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< p9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_0_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,6d0
< Subscribing to context of vehicle 'ego' (range=0.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_0 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Field of vision opening angle ('0.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=0.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_270 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=270.0)
< Context results for veh 'ego':
< ego
< v10
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_360 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Field of vision opening angle ('360.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=360.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,202d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [002] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [003] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [004] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [005] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [006] Context results for vehicle 'ego':
< follow_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,133d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [002] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [003] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [004] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [005] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [006] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [007] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [008] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [009] Context results for vehicle 'ego':
< follow_left
< follow_left2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,112d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [002] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [003] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [004] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [005] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [006] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [007] Context results for vehicle 'ego':
< lead_left
< lead_left2
< opposite_lead_left
< [008] Context results for vehicle 'ego':
< lead_left
< lead_left2
< opposite_lead_left
< opposite_lead_left2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAll ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,180d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [008] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_right
< opposite_lead_right2
< [009] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [010] Context results for vehicle 'ego':
< opposite_follow_left2
< opposite_follow_middle2
< opposite_follow_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,111d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< [008] Context results for vehicle 'ego':
< [009] Context results for vehicle 'ego':
< [010] Context results for vehicle 'ego':
< [011] Context results for vehicle 'ego':
< [012] Context results for vehicle 'ego':
< opposite_lead_right
< [013] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [014] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [015] Context results for vehicle 'ego':
< opposite_follow_right2
< opposite_lead_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,109d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [008] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_right
< opposite_lead_right2
< [009] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [010] Context results for vehicle 'ego':
< opposite_follow_left2
< opposite_follow_middle2
< opposite_follow_right2
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,34d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< [008] Context results for vehicle 'ego':
< [009] Context results for vehicle 'ego':
< [010] Context results for vehicle 'ego':
< [011] Context results for vehicle 'ego':
< [012] Context results for vehicle 'ego':
< [013] Context results for vehicle 'ego':
< [014] Context results for vehicle 'ego':
< [015] Context results for vehicle 'ego':
< [016] Context results for vehicle 'ego':
< [017] Context results for vehicle 'ego':
< [018] Context results for vehicle 'ego':
< [019] Context results for vehicle 'ego':
< [020] Context results for vehicle 'ego':
< [021] Context results for vehicle 'ego':
< [022] Context results for vehicle 'ego':
< [023] Context results for vehicle 'ego':
< [024] Context results for vehicle 'ego':
< [025] Context results for vehicle 'ego':
< [026] Context results for vehicle 'ego':
< [027] Context results for vehicle 'ego':
<truncated after showing first 30 lines>
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBounds ( Last six runs Jun2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsDownDistZero ( Last six runs Jun2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsUpDistZero ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,144d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [002] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [003] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [004] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [005] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [006] Context results for vehicle 'ego':
< follow_right
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,94d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [002] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [003] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [004] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [005] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [006] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [007] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [008] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [009] Context results for vehicle 'ego':
< follow_right
< follow_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,84d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [002] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [003] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [004] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [005] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [006] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [007] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [008] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [009] Context results for vehicle 'ego':
< lead_right
< lead_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance incompatible_filter ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance internal_edges ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,46d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego' (step = 1):
< ego
< v2
< Context results for veh 'ego' (step = 2):
< ego
< v2
< Context results for veh 'ego' (step = 3):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 4):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 5):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 6):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 7):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 8):
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance persons range_50_lateralDist_50 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lateralDistance/persons/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< p10
< p8
< p9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance range_50_lateralDist_50 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,86d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [007] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [008] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [009] Context results for vehicle 'ego':
< lead_straight
< follow_straight
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,139d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< follow_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,190d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [002] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [003] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [004] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,137d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< follow_right
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollowOpposite laneChangeOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,96d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< snail_leader
< [002] Context results for vehicle 'ego':
< snail_leader
< [003] Context results for vehicle 'ego':
< snail_leader
< [004] Context results for vehicle 'ego':
< snail_leader
< [005] Context results for vehicle 'ego':
< snail_leader
< [006] Context results for vehicle 'ego':
< snail_leader
< [007] Context results for vehicle 'ego':
< snail_leader
< [008] Context results for vehicle 'ego':
< snail_leader
< [009] Context results for vehicle 'ego':
< snail_leader
< [010] Context results for vehicle 'ego':
< opposite.0
< snail_leader
< [011] Context results for vehicle 'ego':
< opposite.0
< snail_leader
< [012] Context results for vehicle 'ego':
< opposite.0
< snail_leader
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters noOpposite lanesInclOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,46d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< ego
< [002] Context results for vehicle 'ego':
< ego
< [003] Context results for vehicle 'ego':
< ego
< [004] Context results for vehicle 'ego':
< ego
< [005] Context results for vehicle 'ego':
< ego
< [006] Context results for vehicle 'ego':
< ego
< [007] Context results for vehicle 'ego':
< ego
< opp1
< [008] Context results for vehicle 'ego':
< ego
< opp1
< [009] Context results for vehicle 'ego':
< ego
< opp1
< [010] Context results for vehicle 'ego':
< ego
< opp1
< [011] Context results for vehicle 'ego':
< ego
< opp1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10_disregard_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0, 1], opposite=False)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u100 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,10d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=100.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v4
< v7
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u80 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=80.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v4
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d155u65 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,11d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=155.0, upstreamDist=65.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v1
< v3
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d200u10 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=200.0, upstreamDist=10.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v2
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d20u30 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d30u20 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=30.0, upstreamDist=20.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_10_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v10
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_only_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=0.0, upstreamDist=150.0, lanes=[1], opposite=True)
< Context results for veh 'ego':
< v10
< v5
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,12d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=0.0, upstreamDist=150.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v10
< v4
< v5
< v7
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d100_u0_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=100.0, upstreamDist=0.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v6
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_only_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=0.0, lanes=[1], opposite=True)
< Context results for veh 'ego':
< v1
< v3
< v6
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,12d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=0.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v1
< v2
< v3
< v6
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u250_all ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,17d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=250.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v1
< v10
< v2
< v3
< v4
< v5
< v6
< v7
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

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

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,115d0
< Subscribing to context of vehicle 'ego'
< Adding turn filter ... 
< (downstreamDist=250.0, upstreamDist=250.0)
< Step 1:
< Context results for veh 'ego':
< v4
< v6
< Step 2:
< Context results for veh 'ego':
< v4
< v6
< Step 3:
< Context results for veh 'ego':
< v4
< v6
< Step 4:
< Context results for veh 'ego':
< v4
< v5.2
< v6
< Step 5:
< Context results for veh 'ego':
< v4
< v5.2
< v6
< Step 6:
< Context results for veh 'ego':
< v4
< v4.2
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,80d0
< Subscribing to context of vehicle 'ego'
< Adding turn filter ... 
< (downstreamDist=50.0, upstreamDist=50.0)
< Step 1:
< Context results for veh 'ego':
< v4
< Step 2:
< Context results for veh 'ego':
< v4
< Step 3:
< Context results for veh 'ego':
< v4
< Step 4:
< Context results for veh 'ego':
< v4
< Step 5:
< Context results for veh 'ego':
< v4
< Step 6:
< Context results for veh 'ego':
< v4
< v4.2
< Step 7:
< Context results for veh 'ego':
< v4
< v4.2
< Step 8:
< Context results for veh 'ego':
< v4
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass none ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:[])
< Context results for veh 'ego':
< ego
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_negative ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:['passenger'])
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_positive ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:['truck'])
< Context results for veh 'ego':
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vType_negative ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:['unknown'], vClasses:[])
< Context results for veh 'ego':
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vType_positive ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:['t0'], vClasses:[])
< Context results for veh 'ego':
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci bugs ticket1010 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket1010/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket2321 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket2321/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,18d0
< Loading configuration ... done.
< step=2 road=SC lane=SC_0 pos=0.00 dist=0.00 simDist=0.00 simDistToEnd=198.05 distToInt=105.75 distToEnd=198.05 simDist2DToInt=105.75 simDist2DToEnd=198.05
< step=3 road=SC lane=SC_0 pos=2.60 dist=2.60 simDist=2.60 simDistToEnd=195.45 distToInt=103.15 distToEnd=195.45 simDist2DToInt=103.15 simDist2DToEnd=195.45
< step=4 road=SC lane=SC_0 pos=7.80 dist=7.80 simDist=7.80 simDistToEnd=190.25 distToInt=97.95 distToEnd=190.25 simDist2DToInt=97.95 simDist2DToEnd=190.25
< step=5 road=SC lane=SC_0 pos=15.60 dist=15.60 simDist=15.60 simDistToEnd=182.45 distToInt=90.15 distToEnd=182.45 simDist2DToInt=90.15 simDist2DToEnd=182.45
< step=6 road=SC lane=SC_0 pos=26.00 dist=26.00 simDist=26.00 simDistToEnd=172.05 distToInt=79.75 distToEnd=172.05 simDist2DToInt=79.75 simDist2DToEnd=172.05
< step=7 road=SC lane=SC_0 pos=39.00 dist=39.00 simDist=39.00 simDistToEnd=159.05 distToInt=66.75 distToEnd=159.05 simDist2DToInt=66.75 simDist2DToEnd=159.05
< step=8 road=SC lane=SC_0 pos=52.89 dist=52.89 simDist=52.89 simDistToEnd=145.16 distToInt=52.86 distToEnd=145.16 simDist2DToInt=52.86 simDist2DToEnd=145.16
< step=9 road=SC lane=SC_0 pos=66.78 dist=66.78 simDist=66.78 simDistToEnd=131.27 distToInt=38.97 distToEnd=131.27 simDist2DToInt=38.97 simDist2DToEnd=131.27
< step=10 road=SC lane=SC_0 pos=80.67 dist=80.67 simDist=80.67 simDistToEnd=117.38 distToInt=25.08 distToEnd=117.38 simDist2DToInt=25.08 simDist2DToEnd=117.38
< step=11 road=:C_10 lane=:C_10_0 pos=2.61 dist=94.56 simDist=94.56 simDistToEnd=103.49 distToInt=11.19 distToEnd=103.49 simDist2DToInt=11.19 simDist2DToEnd=103.49
< step=12 road=CN lane=CN_0 pos=0.40 dist=108.45 simDist=108.45 simDistToEnd=89.60 distToInt=-1073741824.00 distToEnd=89.60 simDist2DToInt=2.70 simDist2DToEnd=89.60
< step=13 road=CN lane=CN_0 pos=14.29 dist=122.34 simDist=122.34 simDistToEnd=75.71 distToInt=-1073741824.00 distToEnd=75.71 simDist2DToInt=16.59 simDist2DToEnd=75.71
< step=14 road=CN lane=CN_0 pos=28.18 dist=136.23 simDist=136.23 simDistToEnd=61.82 distToInt=-1073741824.00 distToEnd=61.82 simDist2DToInt=30.48 simDist2DToEnd=61.82
< step=15 road=CN lane=CN_0 pos=42.07 dist=150.12 simDist=150.12 simDistToEnd=47.93 distToInt=-1073741824.00 distToEnd=47.93 simDist2DToInt=44.37 simDist2DToEnd=47.93
< step=16 road=CN lane=CN_0 pos=55.96 dist=164.01 simDist=164.01 simDistToEnd=34.04 distToInt=-1073741824.00 distToEnd=34.04 simDist2DToInt=58.26 simDist2DToEnd=34.04
< step=17 road=CN lane=CN_0 pos=69.85 dist=177.90 simDist=177.90 simDistToEnd=20.15 distToInt=-1073741824.00 distToEnd=20.15 simDist2DToInt=72.15 simDist2DToEnd=20.15
< step=18 road=CN lane=CN_0 pos=83.74 dist=191.79 simDist=191.79 simDistToEnd=6.26 distToInt=-1073741824.00 distToEnd=6.26 simDist2DToInt=86.04 simDist2DToEnd=6.26

TEST FAILED on ts-sim-build-ba : traci bugs ticket2777 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,6c1,14
< Error: stop for vehicle 'v0' on lane 'beg_0' is too close to brake.
< Warning: Vehicle 'v2' performs emergency stop at the end of lane 'middle_0' because there is no connection to the next edge (decel=-13.89, offset=6.39), time=41.00.
< Warning: Vehicle 'v3' performs emergency stop at the end of lane 'middle_0' because there is no connection to the next edge (decel=-13.89, offset=6.39), time=61.00.
< Error: Vehicle 'v3' is not known.
< Error: Vehicle 'v3' is not known.
< Error: Vehicle 'v3' is not known.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket2777/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,50d0
< Loading configuration ... done.
< 1.0 vehicle v0 on lane=beg_0 pos=0.0 speed=13.89
< 1.0 setStop for v0
< 1.0 vehicle v0 on lane=beg_0 pos=0.0 speed=13.89
< 2.0 vehicle v0 on lane=beg_0 pos=12.7316886697 speed=12.7316886697
< 3.0 vehicle v0 on lane=beg_0 pos=25.6954472965 speed=12.9637586268
< 4.0 vehicle v0 on lane=beg_0 pos=39.5263240489 speed=13.8308767523
< 5.0 vehicle v0 on lane=beg_0 pos=52.7774452873 speed=13.2511212384
< 6.0 vehicle v0 on lane=beg_0 pos=65.9005040525 speed=13.1230587652
< 7.0 vehicle v0 on lane=beg_0 pos=79.7338086679 speed=13.8333046154
< 8.0 vehicle v0 on lane=beg_0 pos=92.6575740738 speed=12.9237654059
< 9.0 vehicle v0 on lane=end_0 pos=4.22582340537 speed=13.5682493316
< 10.0 vehicle v0 on lane=end_0 pos=18.112179586 speed=13.8863561806
< 
< 21.0 vehicle v1 on lane=middle_0 pos=0.0 speed=13.89
< 21.0 setStop for v1
< 21.0 vehicle v1 on lane=middle_0 pos=0.0 speed=13.89
< 22.0 vehicle v1 on lane=end_0 pos=7.39 speed=9.39
< 23.0 vehicle v1 on lane=end_0 pos=12.28 speed=4.89
< 24.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.39
< 25.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.0
< 26.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.0
< 27.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.0
< 28.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.0
< 29.0 vehicle v1 on lane=end_0 pos=12.67 speed=0.0
< 30.0 vehicle v1 on lane=end_0 pos=14.382100606 speed=1.71210060602
< 
< 41.0 vehicle v2 on lane=beg_0 pos=99.0 speed=13.89
< 41.0 setStop for v2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket2803 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket2803/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,14d0
< Loading configuration ... done.
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: Libsumo requested termination.
< Performance: 
< Vehicles: 
<  Inserted: 0 (Loaded: 1)
<  Running: 0
<  Waiting: 0
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 1.00
< 

TEST FAILED on ts-sim-build-ba : traci bugs ticket2804 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket2804/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00"/>
    <timestep time="1.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="8"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="8"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="2048"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="2056"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="2056"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="8"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="v0" x="0.00" y="-1.65" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="0.00" lane="beg_0" slope="0.00" signals="8"/>
    </timestep>
    <timestep time="9.00">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3140 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3140/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00"/>
    <timestep time="1.00"/>
    <timestep time="2.00"/>
    <timestep time="3.00"/>
    <timestep time="4.00"/>
    <timestep time="5.00"/>
    <timestep time="6.00"/>
    <timestep time="7.00"/>
    <timestep time="8.00"/>
    <timestep time="9.00"/>
    <timestep time="10.00"/>
    <timestep time="11.00"/>
    <timestep time="12.00"/>
    <timestep time="13.00"/>
    <timestep time="14.00"/>
    <timestep time="15.00"/>
    <timestep time="16.00"/>
    <timestep time="17.00"/>
    <timestep time="18.00"/>
    <timestep time="19.00"/>
    <timestep time="20.00"/>
    <timestep time="21.00"/>
    <timestep time="22.00"/>
    <timestep time="23.00"/>
    <timestep time="24.00"/>
    <timestep time="25.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3348 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3348/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket3349 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3349/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket3505 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3505/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< Loading configuration ... done.
< Starting...
< loadParams: ['-c', 'sumo.sumocfg']
< 300
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="261.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="263.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh2" type="t2" depart="20.00" departPos="100.00" departSpeed="10.00" speedFactor="1.01" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3505_test_with_begin_ge_savetime ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: State was written at a different time 50.00 than the begin time 60!
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3505_test_with_begin_ge_savetime/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< Loading configuration ... done.
< Starting...
< loadParams: ['-c', 'sumo.sumocfg']
< 300
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="261.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="263.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh2" type="t2" depart="20.00" departPos="100.00" departSpeed="10.00" speedFactor="1.01" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3505_with_load_offset ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3505_with_load_offset/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< Loading configuration ... done.
< Starting...
< loadParams: ['-c', 'sumo.sumocfg']
< 300.0
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="100.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="261.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh1" type="t1" depart="110.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="263.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh2" type="t2" depart="120.00" departPos="100.00" departSpeed="10.00" speedFactor="1.01" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3522 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3522/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,34d0
< Get before save....
< vtype
< 1.0 == 1.0 (imperfection)
< 1.0 == 1.0 (imperfection)
< 2.0 == 2.0 (decel)
< 3.0 == 3.0 (accel)
< 6.0 == 6.0 (apparentDecel)
< 7.0 == 7.0 (emergencyDecel)
< 1.3 == 1.3 (tau)
< vehicle
< 1.0 == 1.0 (imperfection)
< 1.0 == 1.0 (imperfection)
< 2.0 == 2.0 (decel)
< 3.0 == 3.0 (accel)
< 6.0 == 6.0 (apparentDecel)
< 7.0 == 7.0 (emergencyDecel)
< 1.3 == 1.3 (tau)
< Get after load....
< vtype
< 1.0 == 1.0
< 1.0 == 1.0
< 2.0 == 2.0
< 3.0 == 3.0
< 6.0 == 6.0
< 7.0 == 7.0
< 1.3 == 1.3
< vehicle
< 1.0 == 1.0
< 1.0 == 1.0
<truncated after showing first 30 lines>
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>


<snapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/state_file.xsd" version="<version>" time="50.00">
    <route id="r1" state="1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    <delay number="3" begin="3" end="0" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_BIKETYPE" vClass="bicycle"/>
    <vType id="DEFAULT_CONTAINERTYPE" vClass="ignoring"/>
    <vType id="DEFAULT_PEDTYPE" vClass="pedestrian"/>
    <vType id="DEFAULT_VEHTYPE" length="3.00" minGap="2.00" maxSpeed="10.00" accel="0.8" decel="4.5" sigma="1.00"/>
    <vType id="t1" accel="3.00" decel="2.00" emergencyDecel="7.00" apparentDecel="6.00" sigma="1.00" tau="1.30"/>
    <vType id="t2" length="5.00" minGap="1.50" maxSpeed="20.00" color="yellow" accel="2.5" decel="4.5" sigma="0.5"/>
    <vType id="t2@veh2" length="5.00" minGap="1.50" maxSpeed="20.00" color="yellow" accel="3.00" decel="2.00" emergencyDecel="7.00" apparentDecel="6.00" sigma="1.00" tau="1.30"/>
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="0 1 100.00 0 49000" pos="6.83" speed="2.00" posLat="0.00">
        <device id="vehroute_veh0" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="10000 0 100.00 0 49000" pos="397.31" speed="1.70" posLat="0.00">
        <device id="vehroute_veh1" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="veh2" type="t2@veh2" depart="20.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.01" state="20000 0 100.00 0 49000" pos="370.97" speed="6.46" posLat="0.00">
        <device id="vehroute_veh2" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <lane id="3/1to2/1_0">
        <vehicles value="veh0"/>
    </lane>
    <lane id="4/1to3/1_0">
        <vehicles value="veh2 veh1"/>
    </lane>
</snapshot>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="270.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="276.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh2" type="t2@veh2" depart="20.00" departPos="100.00" departSpeed="10.00" speedFactor="1.01" arrival="282.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3634 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3634/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in lanechanges ----------
<?xml version="1.0" encoding="UTF-8"?>


<lanechanges>
    <changeStarted id="v0" type="t0" time="1.00" from="beg_0" to="beg_1" dir="1" speed="2.60" pos="7.70" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.50"/>
    <change id="v0" type="t0" time="2.00" from="beg_0" to="beg_1" dir="1" speed="5.20" pos="12.90" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeEnded id="v0" type="t0" time="3.00" from="beg_1" to="beg_1" dir="0" speed="7.80" pos="20.70" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
</lanechanges>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3648 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3648/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,39d0
< 2.0 2.6 gneE0
< 3.0 7.8 gneE0
< 4.0 15.6 gneE0
< 5.0 26.0 gneE0
< 6.0 39.0 gneE0
< 7.0 53.7230870732 gneE0
< 8.0 68.4461741463 :gneJ1_5
< 9.0 83.1692612195 gneE4
< 10.0 97.8923482926 gneE4
< 11.0 109.607898862 gneE4
< 12.0 116.823449431 :gneJ3_5
< 13.0 126.639 gneE8
< 14.0 139.054550569 gneE8
< 15.0 153.777637642 gneE8
< 16.0 168.500724715 gneE8
< 17.0 183.223811789 gneE9
< 18.0 197.946898862 gneE9
< 19.0 212.242424146 gneE9
< 20.0 222.037949431 gneE9
< 21.0 227.333474715 gneE9
< 22.0 235.229 gneE5
< 23.0 245.724525285 gneE5
< 24.0 258.820050569 gneE5
< 25.0 271.236367046 gneE5
< 26.0 279.152683523 :gneJ1_1
< 27.0 289.669 gneE2
< 28.0 302.785316477 gneE2
< 29.0 317.50840355 gneE2
< 30.0 332.231490623 gneE2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket3810 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket3810/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,40d0
< 1.0 v=stratLeft d=-1 s=[] sTraci=[]
< 1.0 v=stratLeft d=1 s=[] sTraci=[]
< 1.0 v=stratRight d=-1 s=[] sTraci=[]
< 1.0 v=stratRight d=1 s=[] sTraci=[]
< 
< 2.0 v=stratLeft d=-1 s=[] sTraci=[]
< 2.0 v=stratLeft d=1 s=[] sTraci=[]
< 2.0 v=stratRight d=-1 s=[] sTraci=[]
< 2.0 v=stratRight d=1 s=[] sTraci=[]
< 
< 3.0 v=stratLeft d=-1 s=[] sTraci=[]
< 3.0 v=stratLeft d=1 s=['left', 'strategic', 'urgent'] sTraci=['strategic']
< 3.0 v=stratRight d=-1 s=[] sTraci=[]
< 3.0 v=stratRight d=1 s=[] sTraci=[]
< 
< 4.0 v=stratLeft d=-1 s=[] sTraci=[]
< 4.0 v=stratLeft d=1 s=['left', 'strategic', 'urgent'] sTraci=['strategic']
< 4.0 v=stratRight d=-1 s=['right', 'strategic', 'urgent'] sTraci=['strategic']
< 4.0 v=stratRight d=1 s=[] sTraci=[]
< 
< 5.0 v=stratLeft d=-1 s=[] sTraci=[]
< 5.0 v=stratLeft d=1 s=['left', 'strategic', 'urgent'] sTraci=['strategic']
< 5.0 v=stratRight d=-1 s=['right', 'strategic', 'urgent'] sTraci=['strategic']
< 5.0 v=stratRight d=1 s=[] sTraci=[]
< 
< 6.0 v=stratLeft d=-1 s=[] sTraci=[]
< 6.0 v=stratLeft d=1 s=['left', 'strategic', 'urgent'] sTraci=['strategic']
< 6.0 v=stratRight d=-1 s=['right', 'strategic', 'urgent'] sTraci=['strategic']
< 6.0 v=stratRight d=1 s=[] sTraci=[]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4141 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4141/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< shortcut via trainStop:
<   Stage(type=2, destStop=trainstop1, edges=('beg2left',), travelTime=240.00192, cost=240.00192, length=2218.22, depart=0.0, departPos=0.0, arrivalPos=250.0)
<   Stage(type=2, edges=('beg2left2',), travelTime=95.6112, cost=95.6112, length=398.38, depart=240.00192, departPos=0.0, arrivalPos=199.19)
< 
< train ride
<   Stage(type=2, destStop=trainstop1, edges=('beg2left',), travelTime=240.00096, cost=240.00096, length=2019.03, depart=0.0, departPos=0.0, arrivalPos=250.0)
<   Stage(type=3, line=train, destStop=trainstop2, edges=('gneE0',), travelTime=89.99996, cost=89.99996, length=2519.18719256, intended=train.0, depart=300.0, departPos=0.0, arrivalPos=1009.99719256)
<   Stage(type=2, edges=('left2end',), travelTime=0.3888, cost=0.3888, length=500.0, depart=330.00092, departPos=250.0, arrivalPos=0.0)
< 

TEST FAILED on ts-sim-build-ba : traci bugs ticket4214 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4214/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< step 1

TEST FAILED on ts-sim-build-ba : traci bugs ticket4307 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4307/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,2d0
< route initial: ('SC', 'NC')
< route computed: ('SC', 'CN', 'NC')

TEST FAILED on ts-sim-build-ba : traci bugs ticket4324 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4324/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,122d0
< program Logic(programID='0', type=0, currentPhaseIndex=0, phases=(Phase(duration=33.0, state='GGGggrrrrrGGGggrrrrr', minDur=33.0, maxDur=33.0, next=()), Phase(duration=3.0, state='yyyggrrrrryyyggrrrrr', minDur=3.0, maxDur=3.0, next=()), Phase(duration=6.0, state='rrrGGrrrrrrrrGGrrrrr', minDur=6.0, maxDur=6.0, next=()), Phase(duration=3.0, state='rrryyrrrrrrrryyrrrrr', minDur=3.0, maxDur=3.0, next=()), Phase(duration=33.0, state='rrrrrGGGggrrrrrGGGgg', minDur=33.0, maxDur=33.0, next=()), Phase(
duration=3.0, state='rrrrryyyggrrrrryyygg', minDur=3.0, maxDur=3.0, next=()), Phase(duration=6.0, state='rrrrrrrrGGrrrrrrrrGG', minDur=6.0, maxDur=6.0, next=()), Phase(duration=3.0, state='rrrrrrrryyrrrrrrrryy', minDur=3.0, maxDur=3.0, next=())), subParameter={})
< program Logic(programID='custom_actuated', type=3, currentPhaseIndex=0, phases=(Phase(duration=33.0, state='GGGggrrrrrGGGggrrrrr', minDur=5.0, maxDur=35.0, next=(), name='Major 1'), Phase(duration=3.0, state='yyyggrrrrryyyggrrrrr', minDur=3.0, maxDur=3.0, next=(), name='Transition'), Phase(duration=6.0, state='rrrGGrrrrrrrrGGrrrrr', minDur=5.0, maxDur=35.0, next=(), name='Major 2'), Phase(duration=3.0, state='rrryyrrrrrrrryyrrrrr', minDur=3.0, maxDur=3.0, next=(), name='Transition'), Phase(dur
ation=33.0, state='rrrrrGGGggrrrrrGGGgg', minDur=5.0, maxDur=35.0, next=(), name='Major 3'), Phase(duration=3.0, state='rrrrryyyggrrrrryyygg', minDur=3.0, maxDur=3.0, next=(), name='Transition'), Phase(duration=6.0, state='rrrrrrrrGGrrrrrrrrGG', minDur=5.0, maxDur=35.0, next=(), name='Major 4'), Phase(duration=3.0, state='rrrrrrrryyrrrrrrrryy', minDur=3.0, maxDur=3.0, next=(), name='Transition')), subParameter={})
< step=0 phase=0 name=Major 1
< step=1 phase=0 name=Major 1
< step=2 phase=0 name=Major 1
< step=3 phase=0 name=Major 1
< step=4 phase=0 name=Major 1
< step=5 phase=1 name=Transition
< step=6 phase=1 name=Transition
< step=7 phase=1 name=Transition
< step=8 phase=2 name=Major 2
< step=9 phase=2 name=Major 2
< step=10 phase=2 name=Major 2
< step=11 phase=2 name=Major 2
< step=12 phase=2 name=Major 2
< step=13 phase=3 name=Transition
< step=14 phase=3 name=Transition
< step=15 phase=3 name=Transition
< step=16 phase=4 name=Major 3
< step=17 phase=4 name=Major 3
< step=18 phase=4 name=Major 3
< step=19 phase=4 name=Major 3
< step=20 phase=4 name=Major 3
< step=21 phase=5 name=Transition
< step=22 phase=5 name=Transition
< step=23 phase=5 name=Transition
< step=24 phase=6 name=Major 4
< step=25 phase=6 name=Major 4
< step=26 phase=6 name=Major 4
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4418 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4418/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< Commanding slow down for vehicle 'follow' at time 26.0. Remaining distance: 9.28834814968, speed: 3.94489771907

TEST FAILED on ts-sim-build-ba : traci bugs ticket4432 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4432/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,31d0
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: Libsumo issued load command.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 189.19
<  Speed: 5.44
<  Duration: 42.88
<  WaitingTime: 17.52
<  TimeLoss: 28.69
<  DepartDelay: 1.04
< 
< DijkstraRouter answered 100 queries and explored 3.52 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).
< tripinfos at last step: 100
< logfile at last step: None
< tripinfos after load: 100
< logfile after load: None
< tripinfos2 at last step: 100
< logfile2 at last step: None
< tripinfos2 after close: 100
< logfile2 after close: DijkstraRouter spent (TIME) answering queries ((TIME) on average).
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4514 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4514/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<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="374.00" id="4_1" nVehContrib="23" flow="221.39" occupancy="2.61" speed="11.91" harmonicMeanSpeed="11.77" length="5.00" nVehEntered="23"/>
    <interval begin="0.00" end="374.00" id="4_2" nVehContrib="22" flow="211.76" occupancy="2.26" speed="13.04" harmonicMeanSpeed="12.99" length="5.00" nVehEntered="22"/>
</detector>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4563 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4563/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< requesting changeLane down for vehicle 'follow' at time 1.4. Remaining distance: 9.76
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="lead" x="5.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="5.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="0.20">
        <vehicle id="lead" x="7.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="7.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="0.40">
        <vehicle id="lead" x="9.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="9.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="0.60">
        <vehicle id="lead" x="11.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="11.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="0.80">
        <vehicle id="lead" x="13.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="13.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="follow" x="5.10" y="-1.60" angle="90.00" type="tFollow" speed="11.00" pos="5.10" lane="E_1" slope="0.00" signals="0"/>
        <vehicle id="lead" x="15.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="15.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="1.20">
        <vehicle id="follow" x="7.34" y="-1.60" angle="90.00" type="tFollow" speed="11.20" pos="7.34" lane="E_1" slope="0.00" signals="0"/>
        <vehicle id="lead" x="17.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="17.10" lane="E_0" slope="0.00" signals="0"/>
    </timestep>
    <timestep time="1.40">
        <vehicle id="follow" x="9.62" y="-1.60" angle="90.00" type="tFollow" speed="11.40" pos="9.62" lane="E_1" slope="0.00" signals="0"/>
        <vehicle id="lead" x="19.10" y="-4.80" angle="90.00" type="tLead" speed="10.00" pos="19.10" lane="E_0" slope="0.00" signals="0"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4642 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4642/runner.py", line 24, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,92d0
< step;currentEdge;targetEdge;distoToTargetEdge
< 1;gneE0;-gneE0;871.13
< 2;gneE0;-gneE0;869.010195855
< 3;gneE0;-gneE0;864.458592189
< 4;gneE0;-gneE0;858.080852071
< 5;gneE0;-gneE0;849.592923405
< 6;gneE0;-gneE0;838.633937982
< 7;gneE0;-gneE0;825.167317898
< 8;gneE0;-gneE0;811.31789354
< 9;gneE0;-gneE0;796.724057241
< 10;gneE0;-gneE0;786.156990387
< 11;:gneJ1_2;-gneE0;779.134774534
< 12;:gneJ1_3;-gneE0;772.21448684
< 13;gneE1;-gneE0;764.704816743
< 14;gneE1;-gneE0;754.687705606
< 15;gneE1;-gneE0;742.51902803
< 16;gneE1;-gneE0;729.019127946
< 17;gneE1;-gneE0;714.512626295
< 18;gneE1;-gneE0;700.844235128
< 19;gneE1;-gneE0;688.513539654
< 20;gneE1;-gneE0;680.481324717
< 21;:gneJ2_0;-gneE0;676.94910978
< 22;gneE2;-gneE0;673.385573259
< 23;gneE2;-gneE0;667.834781031
< 24;gneE2;-gneE0;660.790524892
< 25;gneE2;-gneE0;651.736654833
< 26;gneE2;-gneE0;641.200001722
< 27;gneE2;-gneE0;629.262804405
< 28;gneE2;-gneE0;615.469265505
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket4920 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket4920/runner.py", line 24, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket5029 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5029/runner.py", line 24, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket5114 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5114/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< getDistanceRoad (no connection): -1073741824.0
< getDistanceRoad (normal to normal): 110.66999999999999
< getDistanceRoad (normal to 1st internal): 41.8
< getDistanceRoad (normal to 2nd internal): 49.65
< getDistanceRoad (1st internal to normal): 52.85
< getDistanceRoad (1st internal to 2nd internal): 7.85
< getDistanceRoad (2nd internal to normal): 61.019999999999996
< getDistanceRoad (2nd internal to 1st internal): -1073741824.0

TEST FAILED on ts-sim-build-ba : traci bugs ticket5309 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5309/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in lanechanges ----------
<?xml version="1.0" encoding="UTF-8"?>


<lanechanges>
    <change id="1" type="DEFAULT_VEHTYPE" time="30.00" from="2_0" to="2_1" dir="1" speed="14.33" pos="166.08" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
    <change id="1" type="DEFAULT_VEHTYPE" time="47.00" from="3_2" to="3_1" dir="-1" speed="14.59" pos="203.74" reason="keepRight" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
</lanechanges>

TEST FAILED on ts-sim-build-ba : traci bugs ticket5390 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5390/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci bugs ticket5561 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Warning: Ignoring unordered stop at 'busStop1' until -0.00  for vehicle 'bus'.
< Warning: Ignoring unordered stop at 'busStop2' until -0.00  for vehicle 'bus'.
< Warning: Ignoring unordered stop at 'busStop3' until -0.00  for vehicle 'bus'.
< Warning: Not using public transport line 'line' for routing persons. It has less than two usable stops.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5561/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< abort stop at busStop2 at t=49.0

TEST FAILED on ts-sim-build-ba : traci bugs ticket5620 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5620/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,31d0
< Loading configuration ... done.
< step=0.0 stopWaitingList=()
< step=1.0 stopWaitingList=()
< step=2.0 stopWaitingList=()
< step=3.0 stopWaitingList=()
< step=4.0 stopWaitingList=()
< step=5.0 stopWaitingList=()
< step=6.0 stopWaitingList=()
< step=7.0 stopWaitingList=()
< step=8.0 stopWaitingList=()
< step=9.0 stopWaitingList=()
< step=10.0 stopWaitingList=()
< step=11.0 stopWaitingList=()
< step=12.0 stopWaitingList=()
< step=13.0 stopWaitingList=()
< step=14.0 stopWaitingList=('person',)
< step=15.0 stopWaitingList=('person',)
< step=16.0 stopWaitingList=('person',)
< step=17.0 stopWaitingList=('person',)
< step=18.0 stopWaitingList=('person',)
< step=19.0 stopWaitingList=('person',)
< step=20.0 stopWaitingList=('person',)
< step=21.0 stopWaitingList=('person',)
< step=22.0 stopWaitingList=('person',)
< step=23.0 stopWaitingList=('person',)
< step=24.0 stopWaitingList=()
< step=25.0 stopWaitingList=()
< step=26.0 stopWaitingList=()
< step=27.0 stopWaitingList=()
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="person" depart="0.00" type="DEFAULT_PEDTYPE">
        <walk depart="0.00" departPos="0.00" arrival="13.00" arrivalPos="17.01" duration="13.00" routeLength="17.01" timeLoss="1.45" maxSpeed="1.47"/>
        <stop duration="10.00" arrival="23.00" arrivalPos="17.01" actType="waiting"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-build-ba : traci bugs ticket5674 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5674/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< step=0.0 persons=()
< step=1.0 persons=('ped0',)
<   p=ped0 stage=Stage(type=2, edges=('SC', 'CS', 'CN'), travelTime=-1.0, cost=-1.0, length=166.725264548, depart=-1073741824.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(103.67, 0.0)
< step=2.0 persons=('ped0', 'ped1')
<   p=ped0 stage=Stage(type=2, edges=('SC', 'CS', 'CN'), travelTime=-1.0, cost=-1.0, length=166.725264548, depart=-1073741824.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(96.33, 1.2098439417429887)
<   p=ped1 stage=Stage(type=2, edges=('WC', 'CW', 'CE'), travelTime=-1.0, cost=-1.0, length=166.725264548, depart=-1073741824.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(0.0, 96.33)
< step=3.0 persons=('ped0', 'ped1')
<   p=ped0 stage=Stage(type=2, edges=('SC', 'CS', 'CN'), travelTime=-1.0, cost=-1.0, length=166.725264548, depart=-1073741824.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(96.33, 2.4722496198601362)
<   p=ped1 stage=Stage(type=2, edges=('WC', 'CW', 'CE'), travelTime=-1.0, cost=-1.0, length=166.725264548, depart=-1073741824.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(1.2913488337765955, 103.67)

TEST FAILED on ts-sim-build-ba : traci bugs ticket5712 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5712/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in stops ----------
<?xml version="1.0" encoding="UTF-8"?>


<stops xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/stopinfo_file.xsd">
    <stopinfo id="veh0" type="DEFAULT_VEHTYPE" lane="CE_0" pos="49.99" parking="0" started="56.00" ended="100.00" delay="0.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
</stops>

TEST FAILED on ts-sim-build-ba : traci bugs ticket5831 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5831/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="egoVehicle.0" depart="2.00" departLane="0_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="16.00" arrivalLane="2_0" arrivalPos="49.83" arrivalSpeed="14.21" duration="14.00" routeLength="146.27" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.69" rerouteNo="1" devices="tripinfo_egoVehicle.0" vType="egoCar@egoVehicle.0" speedFactor="1.06" vaporized=""/>
</tripinfos>

TEST FAILED on ts-sim-build-ba : traci bugs ticket5932 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,3c1,14
< Error: Lane 'CW_0' is not on the route of vehicle 'ego'.
< Error: Lane ':C_1_0' is not on the route of vehicle 'ego'.
< Error: Lane ':C_10_0' is not on the route of vehicle 'ego'.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5932/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="ego" x="104.95" y="5.10" angle="0.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="SC_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ego" x="101.65" y="26.32" angle="0.00" type="DEFAULT_VEHTYPE" speed="1.32" pos="26.32" lane="SC_1" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ego" x="101.65" y="4.20" angle="0.00" type="DEFAULT_VEHTYPE" speed="3.20" pos="4.20" lane="SC_1" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ego" x="104.95" y="102.11" angle="0.00" type="DEFAULT_VEHTYPE" speed="5.16" pos="10.16" lane=":C_11_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ego" x="101.65" y="145.46" angle="0.00" type="DEFAULT_VEHTYPE" speed="7.41" pos="37.41" lane="CN_1" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ego" x="101.65" y="14.43" angle="0.00" type="DEFAULT_VEHTYPE" speed="9.43" pos="14.43" lane="SC_1" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ego" x="101.65" y="25.54" angle="0.00" type="DEFAULT_VEHTYPE" speed="11.11" pos="25.54" lane="SC_1" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ego" x="101.65" y="38.94" angle="0.00" type="DEFAULT_VEHTYPE" speed="13.40" pos="38.94" lane="SC_1" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ego" x="101.65" y="53.23" angle="0.00" type="DEFAULT_VEHTYPE" speed="14.29" pos="53.23" lane="SC_1" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci bugs ticket5990 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket5990/runner.py", line 24, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in lanechanges ----------
<?xml version="1.0" encoding="UTF-8"?>


<lanechanges>
    <change id="v0" type="DEFAULT_VEHTYPE" time="5.00" from="gneE0_1" to="gneE0_2" dir="1" speed="10.67" pos="36.07" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
    <change id="v0" type="DEFAULT_VEHTYPE" time="7.00" from="gneE0_2" to="gneE0_1" dir="-1" speed="13.96" pos="62.72" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
</lanechanges>

TEST FAILED on ts-sim-build-ba : traci bugs ticket6626 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: Departure speed for vehicle 'v0' is too high for the departure edge 'gneE0'.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket6626/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< caught exception

TEST FAILED on ts-sim-build-ba : traci bugs ticket7057 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket7057/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,10d0
< pois in range {'poi0': {}}
< added poi1
< pois in range {'poi0': {}, 'poi1': {}}
< removed poi0
< pois in range {'poi1': {}}
< polys in range {'poly0': {}}
< added poly1
< polys in range {'poly1': {}, 'poly0': {}}
< removed poly1
< polys in range {'poly0': {}}

TEST FAILED on ts-sim-build-ba : traci busstop busstop ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/busstop/busstop/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,35d0
< busstops ('stop1', 'stop2')
< busstop count 2
< stop attributes:
<   stop=stop1 lane=WC_0 startPos=25.0 endPos=45.0 name=Paris
<   stop=stop2 lane=CE_0 startPos=35.0 endPos=65.0 name=Berlin
< time: 0.0
<   stop=stop1 vC=0 vIDs=() pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=0 pIDs=()
< time: 5.0
<   stop=stop1 vC=0 vIDs=() pC=1 pIDs=('PB.0',)
<   stop=stop2 vC=0 vIDs=() pC=1 pIDs=('BP.0',)
< time: 10.0
<   stop=stop1 vC=1 vIDs=('PBP.0',) pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=1 pIDs=('BP.0',)
< time: 15.0
<   stop=stop1 vC=1 vIDs=('PBP.0',) pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=1 pIDs=('BP.0',)
< time: 20.0
<   stop=stop1 vC=0 vIDs=() pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=2 pIDs=('BP.0', 'BP.1')
< time: 25.0
<   stop=stop1 vC=0 vIDs=() pC=1 pIDs=('PB.2',)
<   stop=stop2 vC=0 vIDs=() pC=2 pIDs=('BP.0', 'BP.1')
< time: 30.0
<   stop=stop1 vC=1 vIDs=('PBP.1',) pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=2 pIDs=('BP.0', 'BP.1')
< time: 35.0
<   stop=stop1 vC=1 vIDs=('PBP.1',) pC=0 pIDs=()
<   stop=stop2 vC=0 vIDs=() pC=3 pIDs=('BP.0', 'BP.1', 'BP.2')
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci calibrator calibrator ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Warning: Clearing jam at calibrator 'cali_WE' at time 34.00
< Warning: Clearing jam at calibrator 'cali_WE' at time 118.00
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/calibrator/calibrator/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,31d0
< Loading configuration ... done.
< calibrators ('cali_SN', 'cali_WE')
< calibrator count 2
< examining cali_SN
<   edge SC
<   lane SC_0
<   vehsPerHour 900.0
<   speed -1.0
<   begin 0.0
<   end 200.0
<   getRouteID SN
<   getRouteProbeID 
<   getVTypes ('bar', 'foo')
<   getPassed 0
<   getInserted 0
<   getRemoved 0
<   getParameter 42
< examining cali_WE
<   edge WC
<   lane 
<   vehsPerHour 450.0
<   speed 10.0
<   begin 0.0
<   end 100.0
<   getRouteID WE
<   getRouteProbeID 
<   getVTypes ()
<   getPassed 10
<   getInserted 13
<truncated after showing first 30 lines>
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<calibratorstats xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/calibratorstats_file.xsd">
    <interval begin="0.00" end="100.00" id="cali_WE" nVehContrib="10" removed="12" inserted="0" cleared="3" flow="360.00" aspiredFlow="450.00" speed="3.50" aspiredSpeed="10.00"/>
    <interval begin="100.00" end="200.00" id="cali_WE" nVehContrib="28" removed="0" inserted="50" cleared="22" flow="1008.00" aspiredFlow="1800.00" speed="2.87" aspiredSpeed="15.00"/>
    <interval begin="0.00" end="200.00" id="cali_SN" nVehContrib="0" removed="0" inserted="36" cleared="0" flow="0.00" aspiredFlow="300.00" speed="-1.00" aspiredSpeed="-1.00"/>
</calibratorstats>

TEST FAILED on ts-sim-build-ba : traci chargingstation chargingstation ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/chargingstation/chargingstation/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,35d0
< chargingstations ('stop1', 'stop2')
< chargingstation count 2
< stop attributes:
<   stop=stop1 lane=WC_0 startPos=25.0 endPos=45.0 name=Downtown
<   stop=stop2 lane=CE_0 startPos=35.0 endPos=65.0 name=Main Station
< time: 0.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 5.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 10.0
<   stop=stop1 vC=1 vIDs=('f.0',)
<   stop=stop2 vC=0 vIDs=()
< time: 15.0
<   stop=stop1 vC=3 vIDs=('f.0', 'f.1', 'f.2')
<   stop=stop2 vC=0 vIDs=()
< time: 20.0
<   stop=stop1 vC=2 vIDs=('f.1', 'f.2')
<   stop=stop2 vC=0 vIDs=()
< time: 25.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 30.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 35.0
<   stop=stop1 vC=1 vIDs=('f.3',)
<   stop=stop2 vC=0 vIDs=()
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['1fi']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions edge_100m ( Last six runs Jun2020 )
traci contextSubscriptions edge_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions junction_100m ( Last six runs Jun2020 )
traci contextSubscriptions junction_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['2si_0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions lane_100m ( Last six runs Jun2020 )
traci contextSubscriptions lane_200m ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci contextSubscriptions parking ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/parking/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,112d0
< {'ego': {64: 0.0, 81: 'a_0', 66: (5.1, -1.6)}}
< {'ego': {64: 1.6737586267990991, 81: 'a_0', 66: (6.7737586267991, -1.6)}}
< {'ego': {64: 4.2146353791467845, 81: 'a_0', 66: (10.988394005945883, -1.6)}}
< {'ego': {64: 6.175756617565639, 81: 'a_0', 66: (17.164150623511524, -1.6)}}
< {'ego': {64: 8.00881538274698, 81: 'a_0', 66: (25.172966006258505, -1.6)}}
< {'ego': {64: 10.5521199981682, 81: 'a_0', 66: (35.72508600442671, -1.6)}}
< {'ego': {64: 12.18588540405035, 81: 'a_0', 66: (47.91097140847705, -1.6)}}
< {'ego': {64: 13.568249331610279, 81: 'a_0', 66: (61.47922074008733, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.181142201959156, 81: 'a_0', 66: (74.66036294204649, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 12.92134470845107, 81: 'a_0', 66: (87.58170765049756, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.882154383962042, 81: 'a_0', 66: (101.46386203445961, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.015094927451575, 81: 'a_0', 66: (114.47895696191117, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.283985643028283, 81: 'a_0', 66: (127.76294260493948, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.302254900368862, 81: 'a_0', 66: (141.06519750530833, -1.6)}, 'parking': {64: 0.0, 81: '', 66: (100.0, -4.800000000000001)}}
< {'ego': {64: 13.153841684744695, 81: 'a_0', 66: (154.21903919005302, -1.6)}}
< {'ego': {64: 13.546129846000113, 81: 'a_0', 66: (167.76516903605312, -1.6)}}
< {'ego': {64: 13.811665639500134, 81: 'a_0', 66: (181.57683467555324, -1.6)}}
< {'ego': {64: 12.751740999133327, 81: 'a_0', 66: (194.32857567468656, -1.6)}}
< None
< None
< None
< None
< None
< None
< None
< None
< None
< None
< None
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['p0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions person_100m ( Last six runs Jun2020 )
traci contextSubscriptions person_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['poi']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions poi_100m ( Last six runs Jun2020 )
traci contextSubscriptions poi_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['poly']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions polygon_100m ( Last six runs Jun2020 )
traci contextSubscriptions polygon_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['ego']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions range_100m ( Last six runs Jun2020 )
traci contextSubscriptions range_200m ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci edge edge ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/edge/edge/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,57d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< edges ('1fi', '1o', '1si', '2fi', '2o', '2si', '3fi', '3o', '3si', '4fi', '4o', '4si', 'taz12-sink', 'taz12-source', 'taz34-sink', 'taz34-source')
< edge count 16
< examining 2fi
< laneNumber 1
< streetName exampleStreetName1
< adaptedTraveltime -1.0
< effort -1.0
< CO2 4962.098029013955
< CO 148.4043943117062
< HC 0.793287746205698
< PMx 0.10689025015863887
< NOx 2.197042560996833
< Fuel 2.133021417095528
< Noise 68.96613013111516
< Elec 0.0
< meanSpeed 4.033343723951839
< occupancy 0.02012072434607646
< lastLength 5.0
< traveltime 61.61141152545303
< numVeh 1
< haltVeh 0
< vehIds ('horiz',)
< personIds ('p0',)
< waiting time 0.0
< checking occupancy with unicode id 0.02012072434607646
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci inductionloop inductionloop ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/inductionloop/inductionloop/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,45d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< inductionloops ('0',)
< inductionloop count 1
< examining 0
< vehNum 1
< meanSpeed 4.033343723951839
< vehIDs ('horiz',)
< occupancy 14.062612603401092
< meanLength 5.0
< timeSinceDet 0.0
< vehData [('horiz', 5.0, 2.859373873965989, -1.0, 'DEFAULT_VEHTYPE')]
< {16: 1}
< step 3
< {16: 1}
< step 4
< {16: 0}
< step 5
< {16: 0}
< step=6.0 detVehs=() vehData=[]
< step=7.0 detVehs=() vehData=[]
< step=8.0 detVehs=() vehData=[]
< step=9.0 detVehs=() vehData=[]
< step=10.0 detVehs=('jump',) vehData=[('jump', 5.0, 9.217991643355125, 9.762970751742937, 'DEFAULT_VEHTYPE')]
< step=11.0 detVehs=('departOnDet',) vehData=[('departOnDet', 5.0, 10.0, -1.0, 'DEFAULT_VEHTYPE')]
< step=12.0 detVehs=('departOnDet',) vehData=[('departOnDet', 5.0, 10.0, 11.520954348148399, 'DEFAULT_VEHTYPE')]
< step=13.0 detVehs=() vehData=[]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci junction junction ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/junction/junction/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,15d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< junctions ('0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4')
< junction count 9
< examining 0
< pos (500.0, 500.0)
< {0: ('0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4')}
< step 3
< {0: ('0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4')}
< step 4
< {0: ('0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4')}
< step 5
< {0: ('0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4')}

TEST FAILED on ts-sim-build-ba : traci lane lane ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/lane/lane/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,45d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< lanes ('1fi_0', '1o_0', '1si_0', '1si_1', '1si_2', '2fi_0', '2o_0', '2si_0', '2si_1', '2si_2', '3fi_0', '3o_0', '3si_0', '3si_1', '3si_2', '4fi_0', '4o_0', '4si_0', '4si_1', '4si_2')
< lane count 20
< examining 2fi_0
< length 248.5
< maxSpeed 11.11
< width 3.2
< allowed ()
< disallowed ()
< linkNum 3
< links [('2si_0', True, True, False), ('2si_1', True, True, False), ('2si_2', True, True, False)]
< linksExtended [('2si_0', True, True, False, '', 'M', 's', 7.249827584156764), ('2si_1', True, True, False, '', 'M', 's', 4.45982062419556), ('2si_2', True, True, False, '', 'M', 's', 3.0)]
< shape ((1000.0, 501.65), (751.5, 501.65))
< edge 2fi
< CO2 4962.09802901
< CO 148.404394312
< HC 0.793287746206
< PMx 0.106890250159
< NOx 2.197042561
< Fuel 2.1330214171
< Noise 68.9661301311
< Elec 0.0
< meanSpeed 4.03334372395
< occupancy 0.0201207243461
< lastLength 5.0
< traveltime 61.6114115255
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci lane lane_intermodal ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/lane/lane_intermodal/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,2d0
< foes ('EC_2', ':C_6_0', 'EC_2', 'EC_3', ':C_8_0', 'EC_3', 'EC_4', 'EC_4', ':C_11_0', 'WC_2', 'WC_3', 'WC_4', 'WC_4', ':C_23_0', ':C_w1_0', ':C_w3_0')
< internal foes (':C_26_0', ':C_27_0', ':C_6_0', ':C_7_0', ':C_28_0', ':C_8_0', ':C_9_0', ':C_9_1', ':C_29_0', ':C_11_0', ':C_19_0', ':C_21_0', ':C_21_1', ':C_35_0', ':C_23_0', ':C_c0_0', ':C_c2_0', ':C_14_0')

TEST FAILED on ts-sim-build-ba : traci lanearea lanearea ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/lanearea/lanearea/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,207d0
< Loading configuration ... done.
< step 1.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
< step 2.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<truncated after showing first 30 lines>
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/det_e2_file.xsd">
   <interval begin="0.00" end="1.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="0.00" end="1.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="1.00" end="2.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="1.00" end="2.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="2.00" end="3.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="2.00" end="3.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="3.00" end="4.00" id="det0" sampledSeconds="0.33" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="11.35" meanTimeLoss="0.01" meanOccupancy="14.94" maxOccupancy="14.94" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="3.00" end="4.00" id="det1" sampledSeconds="0.05" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="9.83" meanTimeLoss="0.00" meanOccupancy="0.12" maxOccupancy="0.12" 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" maxIntervalHaltingDur
ation="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="4.00" end="5.00" id="det0" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="11.60" meanTimeLoss="0.01" meanOccupancy="20.00" maxOccupancy="20.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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="4.00" end="5.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="9.31" meanTimeLoss="0.11" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDur
ation="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="5.00" end="6.00" id="det0" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="11.21" meanTimeLoss="0.05" meanOccupancy="13.80" maxOccupancy="13.80" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="5.00" end="6.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="9.23" meanTimeLoss="0.12" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDur
ation="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="6.00" end="7.00" id="det0" sampledSeconds="0.30" nVehEntered="0" nVehLeft="1" nVehSeen="1" meanSpeed="11.60" meanTimeLoss="0.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="6.00" end="7.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="9.68" meanTimeLoss="0.07" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDur
ation="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="7.00" end="8.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="7.00" end="8.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.08" meanTimeLoss="0.03" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="8.00" end="9.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="8.00" end="9.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.10" meanTimeLoss="0.03" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="9.00" end="10.00" id="det0" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="9.00" end="10.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.00" meanTimeLoss="0.04" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="10.00" end="11.00" id="det0" 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" maxIntervalHaltin
gDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="10.00" end="11.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.26" meanTimeLoss="0.02" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
</detector>

TEST FAILED on ts-sim-build-ba : traci lanearea subsecond ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/lanearea/lanearea/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,229d0
< Loading configuration ... done.
< step 0.5
< step 1.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
< step 1.5
< step 2.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_0
<      vehNum 0
<      haltNum 0
<truncated after showing first 30 lines>
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/det_e2_file.xsd">
   <interval begin="0.00" end="1.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="0.00" end="1.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="1.00" end="2.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="1.00" end="2.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="2.00" end="3.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="2.00" end="3.00" id="det1" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="3.00" end="4.00" id="det0" sampledSeconds="0.90" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="11.42" meanTimeLoss="0.03" meanOccupancy="19.40" maxOccupancy="20.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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="3.00" end="4.00" id="det1" sampledSeconds="0.64" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="10.21" meanTimeLoss="0.01" meanOccupancy="0.80" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="4.00" end="5.00" id="det0" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="11.31" meanTimeLoss="0.04" meanOccupancy="20.00" maxOccupancy="20.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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="4.00" end="5.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.24" meanTimeLoss="0.02" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="5.00" end="6.00" id="det0" sampledSeconds="0.74" nVehEntered="0" nVehLeft="1" nVehSeen="1" meanSpeed="11.33" meanTimeLoss="0.03" meanOccupancy="5.61" maxOccupancy="11.22" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="5.00" end="6.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.15" meanTimeLoss="0.03" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="6.00" end="7.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="6.00" end="7.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.06" meanTimeLoss="0.03" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="7.00" end="8.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="7.00" end="8.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.25" meanTimeLoss="0.02" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="8.00" end="9.00" id="det0" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="8.00" end="9.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="9.83" meanTimeLoss="0.06" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingDur
ation="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="9.00" end="10.00" id="det0" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="9.00" end="10.00" id="det1" sampledSeconds="1.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.22" meanTimeLoss="0.02" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="10.00" end="10.50" id="det0" 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" maxIntervalHaltin
gDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="10.00" end="10.50" id="det1" sampledSeconds="0.50" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="10.41" meanTimeLoss="0.00" meanOccupancy="1.25" maxOccupancy="1.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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
</detector>

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision laneChanging leftLane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e2_2', gap=-7.50, time=6.00 stage=laneChange.
< Warning: Vehicle 'left' ends teleporting on edge 'e3', time 6.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,28d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< [000] lane 1, lateral pos: 0.00
< [001] lane 1, lateral pos: 0.00
< [002] lane 1, lateral pos: 0.00
< [003] lane 1, lateral pos: 0.00
< [004] lane 1, lateral pos: 0.00
< trying to change lane...
< [005] lane 1, lateral pos: 0.00
< [006] lane 2, lateral pos: 0.00
< [007] lane 2, lateral pos: 0.00
< [008] lane 2, lateral pos: 0.00
< [009] lane 2, lateral pos: 0.00
< [010] lane 2, lateral pos: 0.00
< [011] lane 2, lateral pos: 0.00
< [012] lane 2, lateral pos: 0.00
< [013] lane 2, lateral pos: 0.00
< [014] lane 2, lateral pos: 0.00
< [015] lane 2, lateral pos: 0.00
< [016] lane 2, lateral pos: 0.00
< [017] lane 2, lateral pos: 0.00
< [018] lane 2, lateral pos: 0.00
< [019] lane 2, lateral pos: 0.00
< [020] Vehicle 'collider' has arrived at destination
< Print ended at step 21

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision laneChanging rightLane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'right', lane='e2_0', gap=-7.50, time=6.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e3', time 6.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,24d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< [000] lane 1, lateral pos: 0.00
< [001] lane 1, lateral pos: 0.00
< [002] lane 1, lateral pos: 0.00
< [003] lane 1, lateral pos: 0.00
< [004] lane 1, lateral pos: 0.00
< trying to change lane...
< [005] lane 1, lateral pos: 0.00
< [006] lane 0, lateral pos: 0.00
< [007] lane 0, lateral pos: 0.00
< [008] lane 0, lateral pos: 0.00
< [009] lane 0, lateral pos: 0.00
< [010] lane 0, lateral pos: 0.00
< [011] lane 0, lateral pos: 0.00
< [012] lane 0, lateral pos: 0.00
< [013] lane 0, lateral pos: 0.00
< [014] lane 0, lateral pos: 0.00
< [015] lane 0, lateral pos: 0.00
< [016] Vehicle 'collider' has arrived at destination
< Print ended at step 17

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging leftLane0.2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e3_2', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e3_2', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 11.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e4', time 11.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,39d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by 0.20...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.20...
< [001] lane 1, lateral pos: 0.20
< trying to change lateral position by 0.20...
< [002] lane 1, lateral pos: 0.40
< trying to change lateral position by 0.20...
< [003] lane 1, lateral pos: 0.60
< trying to change lateral position by 0.20...
< [004] lane 1, lateral pos: 0.80
< trying to change lateral position by 0.20...
< [005] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.20...
< [006] lane 1, lateral pos: 1.20
< trying to change lateral position by 0.20...
< [007] lane 1, lateral pos: 1.40
< trying to change lateral position by 0.20...
< [008] lane 1, lateral pos: 1.60
< trying to change lateral position by 0.20...
< [009] lane 2, lateral pos: -1.40
< trying to change lateral position by 0.20...
< [010] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.20...
< [011] lane 0, lateral pos: 0.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging leftLane0.5 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,8c1,14
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e1_2', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e1_2', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e2', time 6.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e2', time 6.00.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e3_2', gap=-7.50', latGap=-0.40, time=11.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e3_2', gap=-7.50', latGap=-0.40, time=11.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 11.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e4', time 11.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,39d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by 0.50...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.50...
< [001] lane 1, lateral pos: 0.50
< trying to change lateral position by 0.50...
< [002] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.50...
< [003] lane 1, lateral pos: 1.50
< trying to change lateral position by 0.50...
< [004] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.50...
< [005] lane -1073741824, lateral pos: -1073741824.00
< trying to change lateral position by 0.50...
< [006] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.50...
< [007] lane 1, lateral pos: 0.50
< trying to change lateral position by 0.50...
< [008] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.50...
< [009] lane 1, lateral pos: 1.50
< trying to change lateral position by 0.50...
< [010] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.50...
< [011] lane 0, lateral pos: 0.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging rightLane0.2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Warning: Teleporting vehicle 'right'; collision with vehicle 'collider', lane='e3_0', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'right', lane='e3_0', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Vehicle 'right' ends teleporting on edge 'e4', time 11.00.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 11.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,39d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by -0.20...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by -0.20...
< [001] lane 1, lateral pos: -0.20
< trying to change lateral position by -0.20...
< [002] lane 1, lateral pos: -0.40
< trying to change lateral position by -0.20...
< [003] lane 1, lateral pos: -0.60
< trying to change lateral position by -0.20...
< [004] lane 1, lateral pos: -0.80
< trying to change lateral position by -0.20...
< [005] lane 1, lateral pos: -1.00
< trying to change lateral position by -0.20...
< [006] lane 1, lateral pos: -1.20
< trying to change lateral position by -0.20...
< [007] lane 1, lateral pos: -1.40
< trying to change lateral position by -0.20...
< [008] lane 1, lateral pos: -1.60
< trying to change lateral position by -0.20...
< [009] lane 0, lateral pos: 1.40
< trying to change lateral position by -0.20...
< [010] lane 0, lateral pos: 1.20
< trying to change lateral position by -0.20...
< [011] lane 1, lateral pos: 0.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging rightLane0.5 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,8c1,14
< Warning: Teleporting vehicle 'right'; collision with vehicle 'collider', lane='e1_0', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'right', lane='e1_0', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Vehicle 'right' ends teleporting on edge 'e2', time 5.00.
< Warning: Vehicle 'collider' ends teleporting on edge 'e2', time 5.00.
< Warning: Teleporting vehicle 'right'; collision with vehicle 'collider', lane='e3_0', gap=-7.50', latGap=-0.40, time=10.00 stage=laneChange.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'right', lane='e3_0', gap=-7.50', latGap=-0.40, time=10.00 stage=laneChange.
< Warning: Vehicle 'right' ends teleporting on edge 'e4', time 10.00.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 10.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,37d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by -0.50...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by -0.50...
< [001] lane 1, lateral pos: -0.50
< trying to change lateral position by -0.50...
< [002] lane 1, lateral pos: -1.00
< trying to change lateral position by -0.50...
< [003] lane 1, lateral pos: -1.50
< trying to change lateral position by -0.50...
< [004] lane 0, lateral pos: 1.20
< trying to change lateral position by -0.50...
< [005] lane 1, lateral pos: 0.00
< trying to change lateral position by -0.50...
< [006] lane 1, lateral pos: -0.50
< trying to change lateral position by -0.50...
< [007] lane 1, lateral pos: -1.00
< trying to change lateral position by -0.50...
< [008] lane 1, lateral pos: -1.50
< trying to change lateral position by -0.50...
< [009] lane 0, lateral pos: 1.20
< trying to change lateral position by -0.50...
< [010] lane 1, lateral pos: 0.00
< trying to change lateral position by -0.50...
< [011] lane 1, lateral pos: -0.50
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY elevation_sublane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Vehicle 'v0' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=4.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/elevation_sublane/runner.py", line 32, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci misc moveToXY extreme_elevation ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Vehicle 'v0' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=51.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/extreme_elevation/runner.py", line 32, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,74d0
< step=2.0 old=(3.6062536681256665, 0.0, 996.3937463318744) target=(23.606253668125667, 0.0) mapped=(23.606253668125664, 0.0, 976.3937463318744)
< step=3.0 old=(23.606253668125664, 0.0, 976.3937463318744) target=(43.60625366812566, 0.0) mapped=(43.60625366812566, 0.0, 956.3937463318744)
< step=4.0 old=(43.60625366812566, 0.0, 956.3937463318744) target=(63.60625366812566, 0.0) mapped=(63.60625366812565, 0.0, 936.3937463318744)
< step=5.0 old=(63.60625366812565, 0.0, 936.3937463318744) target=(83.60625366812565, 0.0) mapped=(83.60625366812565, 0.0, 916.3937463318744)
< step=6.0 old=(83.60625366812565, 0.0, 916.3937463318744) target=(103.60625366812565, 0.0) mapped=(103.60625366812563, 0.0, 896.3937463318744)
< step=7.0 old=(103.60625366812563, 0.0, 896.3937463318744) target=(123.60625366812563, 0.0) mapped=(123.60625366812562, 0.0, 876.3937463318744)
< step=8.0 old=(123.60625366812562, 0.0, 876.3937463318744) target=(143.60625366812562, 0.0) mapped=(143.6062536681256, 0.0, 856.3937463318744)
< step=9.0 old=(143.6062536681256, 0.0, 856.3937463318744) target=(163.6062536681256, 0.0) mapped=(163.6062536681256, 0.0, 836.3937463318744)
< step=10.0 old=(163.6062536681256, 0.0, 836.3937463318744) target=(183.6062536681256, 0.0) mapped=(183.60625366812562, 0.0, 816.3937463318744)
< step=11.0 old=(183.60625366812562, 0.0, 816.3937463318744) target=(203.60625366812562, 0.0) mapped=(203.6062536681256, 0.0, 796.3937463318744)
< step=12.0 old=(203.6062536681256, 0.0, 796.3937463318744) target=(223.6062536681256, 0.0) mapped=(223.60625366812562, 0.0, 776.3937463318744)
< step=13.0 old=(223.60625366812562, 0.0, 776.3937463318744) target=(243.60625366812562, 0.0) mapped=(243.60625366812567, 0.0, 756.3937463318744)
< step=14.0 old=(243.60625366812567, 0.0, 756.3937463318744) target=(263.60625366812565, 0.0) mapped=(263.6062536681257, 0.0, 736.3937463318744)
< step=15.0 old=(263.6062536681257, 0.0, 736.3937463318744) target=(283.6062536681257, 0.0) mapped=(283.6062536681257, 0.0, 716.3937463318744)
< step=16.0 old=(283.6062536681257, 0.0, 716.3937463318744) target=(303.6062536681257, 0.0) mapped=(303.6062536681257, 0.0, 696.3937463318744)
< step=17.0 old=(303.6062536681257, 0.0, 696.3937463318744) target=(323.6062536681257, 0.0) mapped=(323.60625366812576, 0.0, 676.3937463318742)
< step=18.0 old=(323.60625366812576, 0.0, 676.3937463318742) target=(343.60625366812576, 0.0) mapped=(343.60625366812576, 0.0, 656.3937463318742)
< step=19.0 old=(343.60625366812576, 0.0, 656.3937463318742) target=(363.60625366812576, 0.0) mapped=(363.60625366812576, 0.0, 636.3937463318742)
< step=20.0 old=(363.60625366812576, 0.0, 636.3937463318742) target=(383.60625366812576, 0.0) mapped=(383.60625366812576, 0.0, 616.3937463318742)
< step=21.0 old=(383.60625366812576, 0.0, 616.3937463318742) target=(403.60625366812576, 0.0) mapped=(403.6062536681259, 0.0, 596.3937463318741)
< step=22.0 old=(403.6062536681259, 0.0, 596.3937463318741) target=(423.6062536681259, 0.0) mapped=(423.60625366812593, 0.0, 576.3937463318741)
< step=23.0 old=(423.60625366812593, 0.0, 576.3937463318741) target=(443.60625366812593, 0.0) mapped=(443.60625366812593, 0.0, 556.3937463318741)
< step=24.0 old=(443.60625366812593, 0.0, 556.3937463318741) target=(463.60625366812593, 0.0) mapped=(463.60625366812604, 0.0, 536.3937463318739)
< step=25.0 old=(463.60625366812604, 0.0, 536.3937463318739) target=(483.60625366812604, 0.0) mapped=(483.6062536681261, 0.0, 516.3937463318739)
< step=26.0 old=(483.6062536681261, 0.0, 516.3937463318739) target=(503.6062536681261, 0.0) mapped=(503.60625366812616, 0.0, 496.39374633187384)
< step=27.0 old=(503.60625366812616, 0.0, 496.39374633187384) target=(523.6062536681261, 0.0) mapped=(523.6062536681261, 0.0, 476.3937463318739)
< step=28.0 old=(523.6062536681261, 0.0, 476.3937463318739) target=(543.6062536681261, 0.0) mapped=(543.6062536681261, 0.0, 456.3937463318739)
< step=29.0 old=(543.6062536681261, 0.0, 456.3937463318739) target=(563.6062536681261, 0.0) mapped=(563.6062536681261, 0.0, 436.3937463318739)
< step=30.0 old=(563.6062536681261, 0.0, 436.3937463318739) target=(583.6062536681261, 0.0) mapped=(583.606253668126, 0.0, 416.393746331874)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY extreme_elevation_keeproute2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/extreme_elevation_keeproute2/runner.py", line 32, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,74d0
< step=2.0 old=(3.6062536681256665, 0.0, 996.3937463318744) target=(23.606253668125667, 0.0) mapped=(23.606253668125667, 0.0, 976.3936868680868)
< step=3.0 old=(23.606253668125667, 0.0, 976.3936868680868) target=(43.60625366812567, 0.0) mapped=(43.60625366812567, 0.0, 956.3936364883965)
< step=4.0 old=(43.60625366812567, 0.0, 956.3936364883965) target=(63.60625366812567, 0.0) mapped=(63.60625366812567, 0.0, 936.3935861087061)
< step=5.0 old=(63.60625366812567, 0.0, 936.3935861087061) target=(83.60625366812567, 0.0) mapped=(83.60625366812567, 0.0, 916.3935357290158)
< step=6.0 old=(83.60625366812567, 0.0, 916.3935357290158) target=(103.60625366812567, 0.0) mapped=(103.60625366812567, 0.0, 896.3934853493254)
< step=7.0 old=(103.60625366812567, 0.0, 896.3934853493254) target=(123.60625366812567, 0.0) mapped=(123.60625366812567, 0.0, 876.393434969635)
< step=8.0 old=(123.60625366812567, 0.0, 876.393434969635) target=(143.60625366812567, 0.0) mapped=(143.60625366812567, 0.0, 856.3933845899447)
< step=9.0 old=(143.60625366812567, 0.0, 856.3933845899447) target=(163.60625366812567, 0.0) mapped=(163.60625366812567, 0.0, 836.3933342102544)
< step=10.0 old=(163.60625366812567, 0.0, 836.3933342102544) target=(183.60625366812567, 0.0) mapped=(183.60625366812567, 0.0, 816.393283830564)
< step=11.0 old=(183.60625366812567, 0.0, 816.393283830564) target=(203.60625366812567, 0.0) mapped=(203.60625366812567, 0.0, 796.3932334508736)
< step=12.0 old=(203.60625366812567, 0.0, 796.3932334508736) target=(223.60625366812567, 0.0) mapped=(223.60625366812567, 0.0, 776.3931830711832)
< step=13.0 old=(223.60625366812567, 0.0, 776.3931830711832) target=(243.60625366812567, 0.0) mapped=(243.60625366812567, 0.0, 756.3931326914928)
< step=14.0 old=(243.60625366812567, 0.0, 756.3931326914928) target=(263.60625366812565, 0.0) mapped=(263.60625366812565, 0.0, 736.3930823118026)
< step=15.0 old=(263.60625366812565, 0.0, 736.3930823118026) target=(283.60625366812565, 0.0) mapped=(283.60625366812565, 0.0, 716.3930319321122)
< step=16.0 old=(283.60625366812565, 0.0, 716.3930319321122) target=(303.60625366812565, 0.0) mapped=(303.60625366812565, 0.0, 696.3929815524218)
< step=17.0 old=(303.60625366812565, 0.0, 696.3929815524218) target=(323.60625366812565, 0.0) mapped=(323.60625366812565, 0.0, 676.3929311727314)
< step=18.0 old=(323.60625366812565, 0.0, 676.3929311727314) target=(343.60625366812565, 0.0) mapped=(343.60625366812565, 0.0, 656.3928807930412)
< step=19.0 old=(343.60625366812565, 0.0, 656.3928807930412) target=(363.60625366812565, 0.0) mapped=(363.60625366812565, 0.0, 636.3928304133507)
< step=20.0 old=(363.60625366812565, 0.0, 636.3928304133507) target=(383.60625366812565, 0.0) mapped=(383.60625366812565, 0.0, 616.3927800336603)
< step=21.0 old=(383.60625366812565, 0.0, 616.3927800336603) target=(403.60625366812565, 0.0) mapped=(403.60625366812565, 0.0, 596.39272965397)
< step=22.0 old=(403.60625366812565, 0.0, 596.39272965397) target=(423.60625366812565, 0.0) mapped=(423.60625366812565, 0.0, 576.3926792742797)
< step=23.0 old=(423.60625366812565, 0.0, 576.3926792742797) target=(443.60625366812565, 0.0) mapped=(443.60625366812565, 0.0, 556.3926288945893)
< step=24.0 old=(443.60625366812565, 0.0, 556.3926288945893) target=(463.60625366812565, 0.0) mapped=(463.60625366812565, 0.0, 536.392578514899)
< step=25.0 old=(463.60625366812565, 0.0, 536.392578514899) target=(483.60625366812565, 0.0) mapped=(483.60625366812565, 0.0, 516.3925281352085)
< step=26.0 old=(483.60625366812565, 0.0, 516.3925281352085) target=(503.60625366812565, 0.0) mapped=(503.60625366812565, 0.0, 496.3924777555183)
< step=27.0 old=(503.60625366812565, 0.0, 496.3924777555183) target=(523.6062536681256, 0.0) mapped=(523.6062536681256, 0.0, 476.3924273758279)
< step=28.0 old=(523.6062536681256, 0.0, 476.3924273758279) target=(543.6062536681256, 0.0) mapped=(543.6062536681256, 0.0, 456.3923769961374)
< step=29.0 old=(543.6062536681256, 0.0, 456.3923769961374) target=(563.6062536681256, 0.0) mapped=(563.6062536681256, 0.0, 436.39232661644735)
< step=30.0 old=(563.6062536681256, 0.0, 436.39232661644735) target=(583.6062536681256, 0.0) mapped=(583.6062536681256, 0.0, 416.39227623675686)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY intersection ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/intersection/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,23d0
< Loading net-file from 'input_net2.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: Libsumo requested termination.
< Performance: 
< Vehicles: 
<  Inserted: 11
<  Running: 7
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 104.91
<  Speed: 5.92
<  Duration: 19.00
<  WaitingTime: 3.45
<  TimeLoss: 10.43
<  DepartDelay: 0.00
<  DepartDelayWaiting: 0.00
< 
< DijkstraRouter answered 11 queries and explored 4.82 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 26.00
< 

TEST FAILED on ts-sim-build-ba : traci misc moveToXY keepRoute2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/keepRoute2/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-build-ba : traci misc moveToXY multi_lane ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/multi_lane/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,10d0
< 2.0  lane=SC_0  right=[], []  left=[], []  accel=0.0  nextTLS=('C', 10, 71.95, 'G')  leader=('', -1.0)
< 3.0  lane=SC_0  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=10.0  nextTLS=('C', 10, 61.95, 'G')  leader=('', -1.0)
< 4.0  lane=SC_0  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=0.0  nextTLS=('C', 10, 51.95, 'G')  leader=('', -1.0)
< 5.0  lane=SC_1  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=7.1054273576e-15  nextTLS=('C', 10, 41.949999999999996, 'G')  leader=('', -1.0)
< 6.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=-1.42108547152e-14  nextTLS=('C', 10, 31.950000000000003, 'G')  leader=('', -1.0)
< 7.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=2.13162820728e-14  nextTLS=('C', 10, 21.94999999999999, 'G')  leader=('', -1.0)
< 8.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=-2.84217094304e-14  nextTLS=('C', 10, 11.950000000000003, 'G')  leader=('', -1.0)
< inconsistent hint failed: x=104.95, x2=101.65,   y=90, y2=90.0,   lane=None, lane2=SC_1, pos=None, pos2=90.0   posLat=None posLat2=0.0
< 9.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=1.42108547152e-14  nextTLS=('C', 10, 1.9500000000000028, 'G')  leader=('', -1.0)
< 10.0  lane=SC_0  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=4.72308707316  nextTLS=('C', 10, 71.95, 'G')  leader=('', -1.0)

TEST FAILED on ts-sim-build-ba : traci misc moveToXY multi_lane_sublane ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/multi_lane_sublane/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,8d0
< 2.0  lane=SC_0  right=[], []  left=[], []  accel=0.0  nextTLS=('C', 10, 71.95, 'G')  leader=('', -1.0)
< 3.0  lane=SC_0  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=10.0  nextTLS=('C', 10, 61.95, 'G')  leader=('', -1.0)
< 4.0  lane=SC_0  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=0.0  nextTLS=('C', 10, 51.95, 'G')  leader=('', -1.0)
< 5.0  lane=SC_1  right=[], []  left=['stay', 'strategic'], ['stay', 'strategic']  accel=7.1054273576e-15  nextTLS=('C', 10, 41.949999999999996, 'G')  leader=('', -1.0)
< 6.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=-1.42108547152e-14  nextTLS=('C', 10, 31.950000000000003, 'G')  leader=('', -1.0)
< 7.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=2.13162820728e-14  nextTLS=('C', 10, 21.94999999999999, 'G')  leader=('', -1.0)
< 8.0  lane=SC_1  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=-2.84217094304e-14  nextTLS=('C', 10, 11.950000000000003, 'G')  leader=('', -1.0)
< 9.0  lane=SC_0  right=['right', 'strategic', 'urgent'], ['right', 'strategic', 'urgent']  left=[], []  accel=1.42108547152e-14  nextTLS=('C', 10, 1.9500000000000028, 'G')  leader=('', -1.0)

TEST FAILED on ts-sim-build-ba : traci misc moveToXY permissions ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/permissions/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-build-ba : traci misc moveToXY person outside_network ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/outside_network/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,42d0
< s=0.0 x=106.23 y=81.95
< walking outside the network onto the road on the same edge
< s=1.0 x=116.23 y=81.95
< s=2.0 x=116.23 y=81.95
< s=3.0 x=116.23 y=81.95
< s=4.0 x=116.23 y=81.95
< s=5.0 x=116.23 y=81.95
< s=6.0 x=116.23 y=81.95
< s=7.0 x=116.23 y=81.95
< s=8.0 x=116.23 y=81.95
< s=9.0 x=116.23 y=81.95
< s=10.0 x=116.23 y=81.95
< s=11.0 x=106.23 y=81.95
< s=12.0 x=106.23 y=83.2124056781
< s=13.0 x=106.23 y=84.6712057318
< s=14.0 x=106.23 y=85.9986964301
< s=15.0 x=106.23 y=87.297182142
< s=16.0 x=106.23 y=88.7565320846
< s=17.0 x=106.23 y=90.0098796616
< s=18.0 x=106.23 y=91.4091969911
< s=19.0 x=106.23 y=92.7208380736
< s=20.0 x=106.23 y=93.9736373846
< s=21.0 x=106.23 y=95.4440513559
< s=22.0 x=106.23 y=96.7180842396
< s=23.0 x=106.23 y=98.0530184269
< s=24.0 x=106.23 y=99.3920904349
< s=25.0 x=106.23 y=100.697548198
< s=26.0 x=106.23 y=102.091855665
< s=27.0 x=106.23 y=103.546304577
<truncated after showing first 30 lines>
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="101.65" y="76.95" angle="0.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="76.95" lane="SC_1" slope="0.00"/>
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="101.65" y="78.27" angle="0.00" type="DEFAULT_VEHTYPE" speed="1.32" pos="78.27" lane="SC_1" slope="0.00"/>
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="101.65" y="81.47" angle="0.00" type="DEFAULT_VEHTYPE" speed="3.20" pos="81.47" lane="SC_1" slope="0.00"/>
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="101.65" y="86.69" angle="0.00" type="DEFAULT_VEHTYPE" speed="5.22" pos="86.69" lane="SC_1" slope="0.00"/>
        <person id="p0" x="116.23" y="81.95" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY person within_route ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< s=0 x=106.23 y=81.95
< jumping backwards on the same edge
< s=1 x=106.23 y=71.95
< jumping forward to route edge
< s=2 x=106.23 y=131.95
< jumping backward to previous route edge
< s=4 x=106.23 y=51.95
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="71.95" angle="0.00" speed="1.21" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="131.95" angle="45.00" speed="1.26" pos="23.90" edge="CN" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="133.41" angle="0.00" speed="1.46" pos="25.36" edge="CN" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="51.95" angle="0.00" speed="1.33" pos="51.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="53.25" angle="0.00" speed="1.30" pos="53.25" edge="SC" slope="0.00"/>
    </timestep>
</fcd-export>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY person within_route_onRoad ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_onRoad/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,22d0
< s=0.0 x=106.23 y=81.95
< jumping onto the road on the same edge
< s=1.0 x=101.23 y=81.95
< s=2.0 x=101.01 y=83.2124056781
< s=3.0 x=101.01 y=84.6712057318
< s=4.0 x=101.01 y=85.9986964301
< s=5.0 x=101.01 y=87.297182142
< s=6.0 x=101.01 y=88.7565320846
< s=7.0 x=101.01 y=90.0098796616
< s=8.0 x=101.01 y=91.4091969911
< s=9.0 x=104.31 y=92.7208380736
< s=10.0 x=104.31 y=93.9736373846
< s=11.0 x=104.31 y=95.4440513559
< s=12.0 x=104.31 y=96.7180842396
< s=13.0 x=104.31 y=98.0530184269
< s=14.0 x=104.31 y=99.3920904349
< s=15.0 x=104.31 y=100.697548198
< s=16.0 x=104.31 y=102.091855665
< s=17.0 x=104.31 y=103.546304577
< s=18.0 x=104.31 y=104.760690189
< s=19.0 x=104.31 y=106.138082615
< s=20.0 x=104.31 y=107.408993628
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="101.23" y="81.95" angle="0.00" speed="1.21" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="101.01" y="83.21" angle="0.00" speed="1.26" pos="83.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="101.65" y="76.95" angle="0.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="76.95" lane="SC_1" slope="0.00"/>
        <person id="p0" x="101.01" y="84.67" angle="0.00" speed="1.46" pos="84.67" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="101.65" y="78.27" angle="0.00" type="DEFAULT_VEHTYPE" speed="1.32" pos="78.27" lane="SC_1" slope="0.00"/>
        <person id="p0" x="101.01" y="86.00" angle="0.00" speed="1.33" pos="86.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="101.65" y="81.47" angle="0.00" type="DEFAULT_VEHTYPE" speed="3.20" pos="81.47" lane="SC_1" slope="0.00"/>
        <person id="p0" x="101.01" y="87.30" angle="0.00" speed="1.30" pos="87.30" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="101.65" y="85.43" angle="0.00" type="DEFAULT_VEHTYPE" speed="3.96" pos="85.43" lane="SC_1" slope="0.00"/>
        <person id="p0" x="101.01" y="88.76" angle="0.00" speed="1.46" pos="88.76" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY person within_route_yaywalk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/person/within_route_yaywalk/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,22d0
< s=0.0 x=111.59 y=75.4
< jumping onto the road on the same edge
< s=1.0 x=104.59 y=75.4
< s=2.0 x=104.31 y=76.6624056781
< s=3.0 x=104.31 y=78.1212057318
< s=4.0 x=104.31 y=79.4486964301
< s=5.0 x=104.31 y=80.747182142
< s=6.0 x=104.31 y=82.2065320846
< s=7.0 x=104.31 y=83.4598796616
< s=8.0 x=104.31 y=84.8591969911
< s=9.0 x=108.420838074 y=88.3
< s=10.0 x=108.964611745 y=88.4328796148
< s=11.0 x=109.856588529 y=89.6018512419
< s=12.0 x=110.629437383 y=90.6147009034
< s=13.0 x=110.95 y=91.4019681523
< s=14.0 x=110.95 y=92.216881076
< s=15.0 x=110.95 y=92.216881076
< s=16.0 x=110.95 y=92.272116535
< s=17.0 x=110.95 y=92.3322579792
< s=18.0 x=110.95 y=92.3322579792
< s=19.0 x=110.95 y=92.3322579792
< s=20.0 x=110.95 y=92.3322579792
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="111.59" y="75.40" angle="0.00" speed="0.00" pos="75.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="104.59" y="75.40" angle="0.00" speed="1.21" pos="75.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="104.31" y="76.66" angle="0.00" speed="1.26" pos="76.66" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="104.95" y="70.40" angle="0.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="70.40" lane="SC_3" slope="0.00"/>
        <person id="p0" x="104.31" y="78.12" angle="0.00" speed="1.46" pos="78.12" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="101.65" y="72.91" angle="0.00" type="DEFAULT_VEHTYPE" speed="2.51" pos="72.91" lane="SC_4" slope="0.00"/>
        <person id="p0" x="104.31" y="79.45" angle="0.00" speed="1.33" pos="79.45" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="101.65" y="77.83" angle="0.00" type="DEFAULT_VEHTYPE" speed="4.92" pos="77.83" lane="SC_4" slope="0.00"/>
        <person id="p0" x="104.31" y="80.75" angle="0.00" speed="1.30" pos="80.75" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="101.65" y="82.22" angle="0.00" type="DEFAULT_VEHTYPE" speed="4.39" pos="82.22" lane="SC_4" slope="0.00"/>
        <person id="p0" x="104.31" y="82.21" angle="0.00" speed="1.46" pos="82.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc moveToXY short_edges ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/short_edges/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'

TEST FAILED on ts-sim-build-ba : traci misc moveToXY waitingTime ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/moveToXY/waitingTime/runner.py", line 31, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,24d0
< speed=0.00 waitingTime=1.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=0.00 waitingTime=1.0
< speed=0.00 waitingTime=2.0
< speed=0.00 waitingTime=3.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=2.00 waitingTime=0.0
< speed=0.00 waitingTime=1.0
< speed=0.00 waitingTime=2.0
< speed=0.00 waitingTime=3.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
< speed=1.00 waitingTime=0.0
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="ego" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="25.00" routeLength="17.00" waitingTime="7.00" waitingCount="3" stopTime="0.00" timeLoss="22.44" rerouteNo="0" devices="tripinfo_ego routing_ego" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized="end"/>
</tripinfos>

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

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/params/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< step 0
< vehicle foo=""
< vehicle foo="42"
< person foo=""
< person foo="42"
< edge foo=""
< edge foo="42"
< lane foo=""
< lane foo="42"
< vType foo=""
< vType foo="42"
< route foo=""
< route foo="42"
< trafficlight foo=""
< trafficlight foo="42"
< step 1

TEST FAILED on ts-sim-build-ba : traci misc rerouting add_with_taz ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/add_with_taz/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="toTAZ" depart="1.00" arrival="26.00">
        <route edges="A3B3 B3C3 C3D3"/>
    </vehicle>

    <vehicle id="fromTAZ" depart="1.00" arrival="34.00">
        <route edges="D3C3 C3B3 B3A3 A3B3"/>
    </vehicle>

    <vehicle id="betweenTAZ" depart="1.00" arrival="49.00">
        <route edges="D3D2 D2D1 D1D0 D0C0 C0B0 B0A0"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,99d0
< findIntermodalRoute modes='car bicycle public' vType=' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=defaultCar' pType=''
<   Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=slowCar' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=slowCarFactor' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=fastCar' pType=''
<   Stage(type=3, vType=fastCar, line=fastCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=65.3581713463, cost=65.3581713463, length=3571.04, intended=fastCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< 
< 
< findIntermodalRoute modes='public' vType=' pType=''
<   Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.27776, cost=181.27776, length=2194.03, depart=1.0, departPos=894.8, arrivalPos=91.9)
<   Stage(type=3, line=train2:1, destStop=stopA_W, edges=('railEW',), travelTime=559.72296, cost=559.72296, length=2392.8, intended=train_train2:1.0, depart=599.0, departPos=0.0, arrivalPos=1100.0)
<   Stage(type=2, destStop=stopA_N, edges=('accessA',), travelTime=3.80256, cost=3.80256, length=1603.96, depart=742.00072, departPos=86.23, arrivalPos=90.19)
<   Stage(type=3, line=train1:0, destStop=stopB_N, edges=('railSN',), travelTime=355.19796, cost=355.19796, length=1192.8, intended=train_train1:0.1, depart=1001.0, departPos=0.0, arrivalPos=500.0)
<   Stage(type=2, edges=('accessB', 'A1B1'), travelTime=203.9232, cost=203.9232, length=2087.62, depart=1101.00124, departPos=91.16, arrivalPos=987.6)
< 
< findIntermodalRoute modes='public' vType=defaultCar' pType=''
<   Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='public' vType=slowCar' pType=''
<   Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.27776, cost=181.27776, length=2194.03, depart=1.0, departPos=894.8, arrivalPos=91.9)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor_routingMode ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,99d0
< findIntermodalRoute modes='car bicycle public' vType=' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=defaultCar' pType=''
<   Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=slowCar' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=slowCarFactor' pType=''
<   Stage(type=3, vType=DEFAULT_VEHTYPE, line=car, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=car, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='car bicycle public' vType=fastCar' pType=''
<   Stage(type=3, vType=fastCar, line=fastCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=65.3581713463, cost=65.3581713463, length=3571.04, intended=fastCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< 
< 
< findIntermodalRoute modes='public' vType=' pType=''
<   Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.27776, cost=181.27776, length=2194.03, depart=1.0, departPos=894.8, arrivalPos=91.9)
<   Stage(type=3, line=train2:1, destStop=stopA_W, edges=('railEW',), travelTime=559.72296, cost=559.72296, length=2392.8, intended=train_train2:1.0, depart=599.0, departPos=0.0, arrivalPos=1100.0)
<   Stage(type=2, destStop=stopA_N, edges=('accessA',), travelTime=3.80256, cost=3.80256, length=1603.96, depart=742.00072, departPos=86.23, arrivalPos=90.19)
<   Stage(type=3, line=train1:0, destStop=stopB_N, edges=('railSN',), travelTime=355.19796, cost=355.19796, length=1192.8, intended=train_train1:0.1, depart=1001.0, departPos=0.0, arrivalPos=500.0)
<   Stage(type=2, edges=('accessB', 'A1B1'), travelTime=203.9232, cost=203.9232, length=2087.62, depart=1101.00124, departPos=91.16, arrivalPos=987.6)
< 
< findIntermodalRoute modes='public' vType=defaultCar' pType=''
<   Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=126.216342693, cost=126.216342693, length=3571.04, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=987.6)
< 
< findIntermodalRoute modes='public' vType=slowCar' pType=''
<   Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.27776, cost=181.27776, length=2194.03, depart=1.0, departPos=894.8, arrivalPos=91.9)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc rerouting person stop_walk_stop_walk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/stop_walk_stop_walk/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00" departPos="-10.00" arrival="110.00">
        <stop lane="SC_0" duration="15.00"/>
        <walk edges="SC CN"/>
        <stop lane="CN_0" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting person walk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="83.16" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="84.42" angle="0.00" speed="1.26" pos="84.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="85.88" angle="0.00" speed="1.46" pos="85.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="87.21" angle="0.00" speed="1.33" pos="87.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="88.51" angle="0.00" speed="1.30" pos="88.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="89.97" angle="0.00" speed="1.46" pos="89.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="91.22" angle="0.00" speed="1.25" pos="91.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.23" y="92.62" angle="0.00" speed="1.40" pos="0.67" edge=":C_11" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00" departPos="-10.00" arrival="28.00">
        <walk edges="SC CN"/>
        <walk edges="CN"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting person walk_stop_walk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_stop_walk/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="83.16" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="84.42" angle="0.00" speed="1.26" pos="84.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="85.88" angle="0.00" speed="1.46" pos="85.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="87.21" angle="0.00" speed="1.33" pos="87.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="88.51" angle="0.00" speed="1.30" pos="88.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="89.97" angle="0.00" speed="1.46" pos="89.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="91.22" angle="0.00" speed="1.25" pos="91.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.31" y="92.44" angle="7.95" speed="1.40" pos="0.67" edge=":C_10" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00" departPos="-10.00" arrival="109.00">
        <walk edges="SC CE EC CN"/>
        <walk edges="CE CN"/>
        <stop lane="CN_0" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting person walk_walk_stop_walk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/../../../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/../../../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/../../../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/../../../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/../../../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="106.23" y="81.95" angle="0.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="83.16" angle="0.00" speed="1.21" pos="83.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="84.42" angle="0.00" speed="1.26" pos="84.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="85.88" angle="0.00" speed="1.46" pos="85.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="87.21" angle="0.00" speed="1.33" pos="87.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="88.51" angle="0.00" speed="1.30" pos="88.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="89.97" angle="0.00" speed="1.46" pos="89.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="91.22" angle="0.00" speed="1.25" pos="91.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.31" y="92.44" angle="7.95" speed="1.40" pos="0.67" edge=":C_10" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00" departPos="-10.00" arrival="109.00">
        <walk edges="SC CE"/>
        <walk edges="CE CN"/>
        <stop lane="CN_0" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteParkingArea_end ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteParkingArea_end/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="triggered" arrivalPos="55.00" arrival="35.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="TraCI:parkingAreaReroute" replacedAtTime="1.00" probability="0" edges="A0A1 A1A2"/>
            <route edges="A0A1 A1B1 B1B2"/>
        </routeDistribution>
        <stop parkingArea="parkB1B2" duration="10.00"/>
    </vehicle>

    <person id="p0" depart="0.00" arrival="173.00">
        <ride from="A0A1" to="B1B2" busStop="parkB1B2" lines="ego"/>
        <walk edges="B1B2 B3B2 A3B3"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteParkingArea_intermediate ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteParkingArea_intermediate/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="triggered" arrival="54.00">
        <route edges="A0A1 A1B1 B1B2 B2A2 A2A3"/>
        <stop parkingArea="parkB1B2" duration="10.00"/>
    </vehicle>

    <person id="p0" depart="0.00" arrival="93.00">
        <ride from="A0A1" to="A2A3" lines="ego"/>
        <walk edges="A2A3 A3B3"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteTraveltime_adaptEdgeWeight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< edge=middle current=7.19942404608 adapted=-1.0
< edge=middle2 current=14.3988480922 adapted=-1.0
< edge=middle3 current=28.7976961843 adapted=-1.0
< edge=middle current=7.19942404608 adapted=20.0
< edge=middle2 current=14.3988480922 adapted=-1.0
< edge=middle3 current=28.7976961843 adapted=10.0
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="0.00" arrival="46.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg middle2 end"/>
            <route edges="beg middle3 end"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteTraveltime_adaptEdgeWeight_varyWithTime ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight_varyWithTime/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< edge=middle current=7.19942404608 adapted=-1.0
< edge=middle2 current=14.3988480922 adapted=-1.0
< edge=middle3 current=28.7976961843 adapted=-1.0
< edge=middle current=7.19942404608 adapted=-1.0
< edge=middle2 current=14.3988480922 adapted=-1.0
< edge=middle3 current=28.7976961843 adapted=-1.0
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="0.00" arrival="419.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg middle2 end"/>
            <route edges="beg middle3 end"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteTraveltime_adaptVehicleEdgeWeight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptVehicleEdgeWeight/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="0.00" arrival="46.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg middle2 end"/>
            <route edges="beg middle3 end"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting rerouteTraveltime_default ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/rerouteTraveltime_default/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="0.00" arrival="24.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg middle2 end"/>
            <route edges="beg middle end"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci misc rerouting routingMode rerouteTraveltime_aggregated ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_aggregated/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,11d0
< Loading configuration ... done.
< step=1 rerouted=flow.0
< step=11 rerouted=flow.1
< step=21 rerouted=flow.2
< step=31 rerouted=flow.3
< step=41 rerouted=flow.4
< step=51 rerouted=flow.5
< step=61 rerouted=flow.6
< step=71 rerouted=flow.7
< step=81 rerouted=flow.8
< step=91 rerouted=flow.9
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="flow.0" depart="0.00" arrival="48.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.1" depart="10.00" arrival="50.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="11.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.2" depart="20.00" arrival="52.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="21.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.3" depart="30.00" arrival="81.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="31.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc rerouting routingMode rerouteTraveltime_default ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_default/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,11d0
< Loading configuration ... done.
< step=1 rerouted=flow.0
< step=11 rerouted=flow.1
< step=21 rerouted=flow.2
< step=31 rerouted=flow.3
< step=41 rerouted=flow.4
< step=51 rerouted=flow.5
< step=61 rerouted=flow.6
< step=71 rerouted=flow.7
< step=81 rerouted=flow.8
< step=91 rerouted=flow.9
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="flow.0" depart="0.00" arrival="48.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="1.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.1" depart="10.00" arrival="50.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="11.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.2" depart="20.00" arrival="80.00">
        <route edges="beg detour end"/>
    </vehicle>

    <vehicle id="flow.4" depart="40.00" arrival="81.00">
        <routeDistribution>
            <route replacedOnEdge="beg" reason="traci:rerouteTraveltime" replacedAtTime="41.00" probability="0" edges="beg detour end"/>
            <route edges="beg middle middle2 end"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="flow.5" depart="50.00" arrival="83.00">
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/tracing/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< step 0
< vehicle foo=""
< vehicle foo="42"
< person foo=""
< person foo="42"
< edge foo=""
< edge foo="42"
< lane foo=""
< lane foo="42"
< vType foo=""
< vType foo="42"
< route foo=""
< route foo="42"
< trafficlight foo=""
< trafficlight foo="42"
< step 1
---------- Missing result in log ----------
traci.start(ARGS)
traci.simulation.getTime()
traci.simulationStep()
traci.vehicle.getParameter('veh0', 'foo')
traci.vehicle.setParameter('veh0', 'foo', '42')
traci.vehicle.getParameter('veh0', 'foo')
traci.person.getParameter('ped0', 'foo')
traci.person.setParameter('ped0', 'foo', '42')
traci.person.getParameter('ped0', 'foo')
traci.edge.getParameter('1o', 'foo')
traci.edge.setParameter('1o', 'foo', '42')
traci.edge.getParameter('1o', 'foo')
traci.lane.getParameter('1o_0', 'foo')
traci.lane.setParameter('1o_0', 'foo', '42')
traci.lane.getParameter('1o_0', 'foo')
traci.vehicletype.getParameter('pType', 'foo')
traci.vehicletype.setParameter('pType', 'foo', '42')
traci.vehicletype.getParameter('pType', 'foo')
traci.route.getParameter('horizontal', 'foo')
traci.route.setParameter('horizontal', 'foo', '42')
traci.route.getParameter('horizontal', 'foo')
traci.trafficlight.getParameter('0', 'foo')
traci.trafficlight.setParameter('0', 'foo', '42')
traci.trafficlight.getParameter('0', 'foo')
traci.simulation.getTime()
traci.simulationStep()
traci.close()

TEST FAILED on ts-sim-build-ba : traci multientryexit multientryexit ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/multientryexit/multientryexit/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,19d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< step 3
< multientryexits ('0',)
< multientryexit count 1
< examining 0
< vehNum 1
< meanSpeed 6.20637786887
< vehIDs ('horiz',)
< haltNum 0
< {16: 1}
< step 3
< {16: 1}
< step 4
< {16: 0}
< step 5
< {16: 0}

TEST FAILED on ts-sim-build-ba : traci overheadwire overheadwire ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/overheadwire/overheadwire/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,35d0
< overheadwires ('wire1', 'wire2')
< overheadwire count 2
< stop attributes:
<   stop=wire1 lane=WC_0 startPos=25.0 endPos=90.95 name=
<   stop=wire2 lane=CE_0 startPos=0.0 endPos=81.95 name=
< time: 0.0
<   stop=wire1 vC=0 vIDs=()
<   stop=wire2 vC=0 vIDs=()
< time: 5.0
<   stop=wire1 vC=0 vIDs=()
<   stop=wire2 vC=0 vIDs=()
< time: 10.0
<   stop=wire1 vC=1 vIDs=('f.0',)
<   stop=wire2 vC=0 vIDs=()
< time: 15.0
<   stop=wire1 vC=2 vIDs=('f.0', 'f.1')
<   stop=wire2 vC=0 vIDs=()
< time: 20.0
<   stop=wire1 vC=2 vIDs=('f.0', 'f.1')
<   stop=wire2 vC=0 vIDs=()
< time: 25.0
<   stop=wire1 vC=2 vIDs=('f.0', 'f.1')
<   stop=wire2 vC=0 vIDs=()
< time: 30.0
<   stop=wire1 vC=3 vIDs=('f.0', 'f.1', 'f.2')
<   stop=wire2 vC=0 vIDs=()
< time: 35.0
<   stop=wire1 vC=3 vIDs=('f.0', 'f.1', 'f.2')
<   stop=wire2 vC=0 vIDs=()
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci parkingarea parkingarea ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/parkingarea/parkingarea/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,35d0
< parkingareas ('stop1', 'stop2')
< parkingarea count 2
< stop attributes:
<   stop=stop1 lane=WC_0 startPos=25.0 endPos=45.0 name=Downtown
<   stop=stop2 lane=CE_0 startPos=35.0 endPos=65.0 name=Main Station
< time: 0.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 5.0
<   stop=stop1 vC=0 vIDs=()
<   stop=stop2 vC=0 vIDs=()
< time: 10.0
<   stop=stop1 vC=1 vIDs=('f.0',)
<   stop=stop2 vC=0 vIDs=()
< time: 15.0
<   stop=stop1 vC=2 vIDs=('f.0', 'f.1')
<   stop=stop2 vC=0 vIDs=()
< time: 20.0
<   stop=stop1 vC=2 vIDs=('f.1', 'f.2')
<   stop=stop2 vC=0 vIDs=()
< time: 25.0
<   stop=stop1 vC=1 vIDs=('f.2',)
<   stop=stop2 vC=0 vIDs=()
< time: 30.0
<   stop=stop1 vC=1 vIDs=('f.2',)
<   stop=stop2 vC=0 vIDs=()
< time: 35.0
<   stop=stop1 vC=2 vIDs=('f.3', 'f.4')
<   stop=stop2 vC=0 vIDs=()
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci person person ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Error: Person 'bla' is not known
< Error: The negative stage index -5 must refer to a valid previous stage.
< Error: The stage index must be lower than the number of remaining stages.
< Error: The negative stage index -2 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/person/person/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,120d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< detour edges ('3si', '2o', '2fi', '2si', '4o')
< detour edges after routing ('3si', '4o')
< tripTest edges after routing ('2fi', '2si', '1si', '1fi')
< type pType2@horiz
< persons ('detour', 'detour2', 'horiz', 'newPerson', 'tripTest')
< person count 5
< examining horiz
< speed 1.22501255666
< pos (759.1336009754515, 504.95000000000005)
< pos3D (759.1336009754515, 504.95000000000005, 0.0)
< angle 270.0
< slope 0.0
< road 2fi
< type pType2@horiz
< lanePos 240.866399025
< color (0, 0, 255, 255)
< length 2.0
< MinGap 2.22
< width 1.11
< waiting time 0.0
< stage Stage(type=2, edges=('2fi', '2si', '1o'), travelTime=-1.0, cost=-1.0, length=766.537661434, depart=-1073741824.0, departPos=238.5, arrivalPos=486.54, description=walking)
< remainingStages 1
< edges ('2fi', '2si', '1o')
< vehicle 
< {0: ('detour', 'detour2', 'horiz', 'newPerson', 'tripTest')}
<truncated after showing first 30 lines>
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="horiz" x="761.50" y="504.95" angle="270.00" speed="0.00" pos="238.50" edge="2fi" slope="0.00"/>
        <person id="detour2" x="511.55" y="466.55" angle="0.00" speed="0.00" pos="215.05" edge="3si" slope="0.00"/>
        <person id="detour" x="511.55" y="471.55" angle="0.00" speed="0.00" pos="220.05" edge="3si" slope="0.00"/>
        <person id="newPerson" x="511.55" y="476.55" angle="0.00" speed="0.00" pos="225.05" edge="3si" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="horiz" x="760.36" y="504.95" angle="270.00" speed="1.14" pos="239.64" edge="2fi" slope="0.00"/>
        <person id="detour2" x="511.55" y="467.80" angle="0.00" speed="1.25" pos="216.30" edge="3si" slope="0.00"/>
        <person id="detour" x="511.55" y="472.93" angle="0.00" speed="1.38" pos="221.43" edge="3si" slope="0.00"/>
        <person id="newPerson" x="511.55" y="477.58" angle="0.00" speed="1.03" pos="226.08" edge="3si" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="horiz" x="759.13" y="504.95" angle="270.00" speed="1.23" pos="240.87" edge="2fi" slope="0.00"/>
        <person id="detour2" x="511.55" y="469.12" angle="0.00" speed="1.32" pos="217.62" edge="3si" slope="0.00"/>
        <person id="detour" x="511.55" y="474.11" angle="0.00" speed="1.18" pos="222.61" edge="3si" slope="0.00"/>
        <person id="newPerson" x="511.55" y="478.77" angle="0.00" speed="1.19" pos="227.27" edge="3si" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="tripTest" x="760.34" y="504.95" angle="270.00" speed="1.16" pos="239.66" edge="2fi" slope="0.00"/>
        <person id="horiz" x="757.89" y="504.95" angle="270.00" speed="1.25" pos="242.11" edge="2fi" slope="0.00"/>
        <person id="detour2" x="511.55" y="470.38" angle="0.00" speed="1.26" pos="218.88" edge="3si" slope="0.00"/>
        <person id="detour" x="511.55" y="475.31" angle="0.00" speed="1.20" pos="223.81" edge="3si" slope="0.00"/>
        <person id="newPerson" x="511.55" y="479.97" angle="0.00" speed="1.20" pos="228.47" edge="3si" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci poi poi ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/poi/poi/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,41d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< adding 0
< pois ('0', 'poi1', 'poi2')
< poi count 3
< examining 0
< pos (1.0, 1.0)
< type test
< color (1, 2, 3, 4)
< {0: ('0', 'poi1', 'poi2')}
< step 3
< {0: ('0', 'poi1', 'poi2')}
< step 4
< {0: ('0', 'poi1', 'poi2')}
< step 5
< {0: ('0', 'poi1', 'poi2')}
< pois ('0', 'poi1', 'poi2')
< poi count 3
< examining 0
< pos (5.0, 5.0)
< type blub
< color (222, 111, 221, 0)
< pois ('0', 'p2', 'poi1', 'poi2')
< poi count 4
< examining p2
< pos (2.0, 2.0)
< type ptest
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci polygon polygon ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: NaN-Value in shape.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/polygon/polygon/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,28d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< adding 0
< polygons ('0',)
< polygon count 1
< examining 0
< shape ((1.0, 1.0), (1.0, 10.0), (10.0, 10.0))
< type test
< color (1, 2, 3, 4)
< filled True
< shape modified ((11.0, 11.0), (11.0, 101.0), (101.0, 101.0))
< type modified blub
< color modified (5, 6, 7, 8)
< color modified2 (5, 6, 7, 255)
< filled modified False
< getParameter='' (unset)
< getParameter='42' (after setting)
< {0: ('0',)}
< step 3
< {0: ('0',)}
< step 4
< {0: ('0',)}
< step 5
< {0: ('0',)}
< new polygon lineWidth 3.0
< lineWidth modified 0.5

TEST FAILED on ts-sim-build-ba : traci polygon polygon_dynamics ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,6c1,14
< Error: Could not add polygon dynamics for polygon 'poly0': dynamics underspecified (either a tracked object ID or a time span have to be provided).
< Error: Could not add polygon dynamics for polygon 'poly0': entries of time span must be ordered ascendingly.
< Error: Could not add polygon dynamics for polygon 'poly0': first element of time span must be zero.
< Error: Could not add polygon dynamics for polygon 'poly0': alpha span must have length zero or equal to time span length.
< Error: Could not add polygon dynamics for polygon 'poly0': time span cannot have length one.
< Error: Could not add polygon dynamics for polygon 'poly0': looped==true requires time line of positive length.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/polygon/polygon_dynamics/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,262d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< adding poly0
< polygons ('poly0',)
< polygon count 1
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
< type test
< color (100, 200, 0, 255)
< filled True
< step 3
< step 4
< step 5
< # (1) Adding underspecified dynamics...
< Caught TraCIException
< # (2) Adding malformed dynamics 1 ...
< Caught TraCIException
< # (3) Adding malformed dynamics 2 ...
< Caught TraCIException
< # (4) Adding malformed dynamics 3 ...
< Caught TraCIException
< # (5) Adding malformed dynamics 4 ...
< Caught TraCIException
< # (6) Adding malformed dynamics 5 ...
< Caught TraCIException
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci route route ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: Cannot add route 'empty' without edges.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/route/route/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,18d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< routes ('horizontal', 'vertical', 'withTaz2')
< route count 3
< examining horizontal
< edges ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si')
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 3
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 4
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 5
< {0: ('horizontal', 'vertical', 'withTaz2')}
< routes ('h2', 'horizontal', 'vertical', 'withTaz', 'withTaz2')
< edges ('1o',)
< edges ('taz12-source', 'taz34-sink')

TEST FAILED on ts-sim-build-ba : traci simulation load ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Error: Invalid edge list for vehicle 'horiz' (The edge 'dummy' within the route <unknown> is not known.
<  The route can not be build.)
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/load/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,367d0
< Loading configuration ... done.
< Loading configuration ... done.
< step=1.0 departed=('horiz',)
< step=2.0 departed=()
< step=3.0 departed=()
< reloading
< step=1.0 departed=('horiz',)
< step=2.0 departed=()
< step=3.0 departed=()
< step=4.0 departed=()
< step=5.0 departed=()
< step=6.0 departed=()
< step=7.0 departed=()
< step=8.0 departed=()
< step=9.0 departed=()
< step=10.0 departed=()
< step=11.0 departed=()
< step=12.0 departed=()
< step=13.0 departed=()
< step=14.0 departed=()
< step=15.0 departed=()
< step=16.0 departed=()
< step=17.0 departed=()
< step=18.0 departed=()
< step=19.0 departed=()
< step=20.0 departed=()
< step=21.0 departed=()
< step=22.0 departed=()
< step=23.0 departed=()
<truncated after showing first 30 lines>
---------- Missing result in log ----------
Loading net-file from 'input_net.net.xml' ... done ((TIME)).
Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
Loading done.
Simulation started with time: 0.00
Simulation ended at time: 4.00
Reason: Libsumo issued load command.
Loading configuration ... done.
Loading net-file from 'input_net.net.xml' ... done ((TIME)).
Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
Loading done.
Simulation started with time: 0.00
Simulation ended at time: 361.00
Reason: Libsumo requested termination.

TEST FAILED on ts-sim-build-ba : traci simulation loadState busStop ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/loadState/busStop/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.25" duration="34.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="8.88" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="95.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="10.19" duration="35.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="9.37" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="96.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.73" duration="36.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="10.51" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="96.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="9.38" duration="36.00" routeLength="194.90" waitingTime="2.00" waitingCount="1" stopTime="10.00" timeLoss="10.46" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="96.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.74" duration="36.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="10.47" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="95.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.93" duration="35.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="9.76" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="7.86" duration="34.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="8.92" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="95.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.55" duration="35.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="9.48" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="8.66" duration="34.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="8.96" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="1" depart="60.00" departLane="WC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="CE_1" arrivalPos="91.95" arrivalSpeed="7.58" duration="34.00" routeLength="194.90" waitingTime="1.00" waitingCount="1" stopTime="10.00" timeLoss="9.07" rerouteNo="1" devices="tripinfo_1 routing_1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
</tripinfos>

TEST FAILED on ts-sim-build-ba : traci simulation loadState detectors ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/loadState/detectors/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,120d0
< i=0 time=2.0 det=d1 count=0 ids=()
< i=0 time=2.0 det=d2 count=0 ids=()
< i=0 time=2.0 det=d3 count=0 ids=()
< i=0 time=3.0 det=d1 count=0 ids=()
< i=0 time=3.0 det=d2 count=0 ids=()
< i=0 time=3.0 det=d3 count=0 ids=()
< i=0 time=4.0 det=d1 count=0 ids=()
< i=0 time=4.0 det=d2 count=0 ids=()
< i=0 time=4.0 det=d3 count=0 ids=()
< i=0 time=5.0 det=d1 count=0 ids=()
< i=0 time=5.0 det=d2 count=0 ids=()
< i=0 time=5.0 det=d3 count=0 ids=()
< i=0 time=6.0 det=d1 count=0 ids=()
< i=0 time=6.0 det=d2 count=1 ids=('0',)
< i=0 time=6.0 det=d3 count=1 ids=('1',)
< i=0 time=7.0 det=d1 count=0 ids=()
< i=0 time=7.0 det=d2 count=1 ids=('0',)
< i=0 time=7.0 det=d3 count=1 ids=('1',)
< i=0 time=8.0 det=d1 count=1 ids=('1',)
< i=0 time=8.0 det=d2 count=1 ids=('0',)
< i=0 time=8.0 det=d3 count=1 ids=('1',)
< i=0 time=9.0 det=d1 count=1 ids=('1',)
< i=0 time=9.0 det=d2 count=1 ids=('0',)
< i=0 time=9.0 det=d3 count=1 ids=('1',)
< i=0 time=10.0 det=d1 count=0 ids=()
< i=0 time=10.0 det=d2 count=1 ids=('0',)
< i=0 time=10.0 det=d3 count=1 ids=('1',)
< i=0 time=11.0 det=d1 count=0 ids=()
< i=0 time=11.0 det=d2 count=0 ids=()
<truncated after showing first 30 lines>
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<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="11.00" id="d1" nVehContrib="1" flow="327.27" occupancy="3.67" speed="12.37" harmonicMeanSpeed="12.37" length="5.00" nVehEntered="1"/>
   <interval begin="0.00" end="11.00" id="d2" sampledSeconds="4.96" nVehEntered="1" nVehLeft="1" nVehSeen="1" meanSpeed="11.08" meanTimeLoss="1.23" meanOccupancy="3.42" maxOccupancy="10.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" maxIntervalHaltingDu
ration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.50" maxVehicleNumber="1" />
   <interval begin="0.00" end="11.00" id="d3" meanTravelTime="4.93" meanOverlapTravelTime="5.46" meanSpeed="10.66" meanHaltsPerVehicle="0.00" meanTimeLoss="0.70" vehicleSum="1" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
</detector>

TEST FAILED on ts-sim-build-ba : traci simulation loadState railSignal ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/loadState/railSignal/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="t0" depart="0.00" departLane="" departPos="45.10" departSpeed="-1.00" departDelay="0.00" arrival="57.00" arrivalLane="e_0" arrivalPos="100.00" arrivalSpeed="8.00" duration="57.00" routeLength="300.20" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_t0" vType="train" speedFactor="1.00" vaporized=""/>
    <tripinfo id="t1" depart="10.00" departLane="" departPos="45.10" departSpeed="-1.00" departDelay="0.00" arrival="92.00" arrivalLane="e_0" arrivalPos="100.00" arrivalSpeed="8.00" duration="82.00" routeLength="500.40" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="17.50" rerouteNo="0" devices="tripinfo_t1" vType="train" speedFactor="1.00" vaporized=""/>
</tripinfos>

TEST FAILED on ts-sim-build-ba : traci simulation loadState repeat ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/loadState/repeat/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="50.00">
        <vehicle id="trip_0" x="130.76" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.01" pos="22.71" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="51.00">
        <vehicle id="trip_0" x="143.96" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.20" pos="35.91" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="52.00">
        <vehicle id="trip_0" x="158.53" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.57" pos="50.48" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="53.00">
        <vehicle id="trip_0" x="172.63" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.09" pos="64.58" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="54.00">
        <vehicle id="trip_0" x="186.48" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.85" pos="78.43" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="55.00"/>
    <timestep time="56.00"/>
    <timestep time="57.00"/>
    <timestep time="58.00"/>
    <timestep time="59.00"/>
    <timestep time="50.00">
        <vehicle id="trip_0" x="131.24" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.49" pos="23.19" lane="CE_0" slope="0.00"/>
    </timestep>
    <timestep time="51.00">
        <vehicle id="trip_0" x="144.97" y="95.05" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.73" pos="36.92" lane="CE_0" slope="0.00"/>
    </timestep>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci simulation loadState rerouting ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/loadState/rerouting/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,200d0
< 1001.0
< 1002.0
< 1003.0
< 1004.0
< 1005.0
< 1006.0
< 1007.0
< 1008.0
< 1009.0
< 1010.0
< 1011.0
< 1012.0
< 1013.0
< 1014.0
< 1015.0
< 1016.0
< 1017.0
< 1018.0
< 1019.0
< 1020.0
< 1021.0
< 1022.0
< 1023.0
< 1024.0
< 1025.0
< 1026.0
< 1027.0
< 1028.0
< 1029.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci simulation simulation ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,15c1,14
< Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
< Error: Parameter 'foo.bla' is not supported.
< Error: Invalid chargingStation parameter 'bla'
< Error: Invalid chargingStation 'foo'
< Error: Unknown bus stop 'foo'.
< Error: Unknown from edge 'foo'.
< Error: Invalid departure edge for vehicle type 'DEFAULT_VEHTYPE' (Vehicle 'simulation.findRoute' is not allowed to depart on any lane of its first edge.)
< Error: Unknown from edge 'foo'.
< Warning: Ignoring vehicle type 'DEFAULT_BIKETYPE' when performing intermodal routing because it is not allowed on the start edge 'footpath'.
< Warning: Ignoring vehicle type 'DEFAULT_BIKETYPE' when performing intermodal routing because it is not allowed on the start edge 'footpath'.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'suddenStop', lane='o_0', gap=-1.36, time=13.00 stage=move.
< Warning: Vehicle 'collider' teleports beyond arrival edge 'o', time 13.00.
< Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=-100.00, offset=68.12), time=16.00.
< Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=0.00, offset=100.00), time=17.00.
< Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=0.00, offset=100.00), time=18.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/simulation/simulation/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,186d0
< Loading configuration ... done.
< {114: ('horiz', 'horiz1'), 116: ()}
< step 0
< {114: (), 116: ('horiz',)}
< step 1
< {114: (), 116: ()}
< step 2
< {114: (), 116: ()}
< step 3
< {114: (), 116: ()}
< step 4
< {114: (), 116: ()}
< step 5
< {114: ('horiz2', 'suddenStop', 'collider', 'emergencyStopper'), 116: ('horiz1',)}
< time 6.0
< #loaded 4
< loaded ('horiz2', 'suddenStop', 'collider', 'emergencyStopper')
< #departed 1
< departed ('horiz1',)
< #arrived 0
< arrived ()
< #parkstart 0
< parkstart ()
< #parkend 0
< parkend ()
< #stopstart 0
< stopstart ()
< #stopend 0
< stopend ()
<truncated after showing first 30 lines>
---------- Missing result in log ----------
Loading net-file from 'input_net.net.xml' ... done ((TIME)).
Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
Loading done.
Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
Simulation started with time: 0.00
Warning: Ignoring vehicle type 'DEFAULT_BIKETYPE' when performing intermodal routing because it is not allowed on the start edge 'footpath'.
Warning: Ignoring vehicle type 'DEFAULT_BIKETYPE' when performing intermodal routing because it is not allowed on the start edge 'footpath'.
Warning: Teleporting vehicle 'collider'; collision with vehicle 'suddenStop', lane='o_0', gap=-1.36, time=13.00 stage=move.
Warning: Vehicle 'collider' teleports beyond arrival edge 'o', time 13.00.
Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=-100.00, offset=68.12), time=16.00.
Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=0.00, offset=100.00), time=17.00.
custom log message
Warning: Vehicle 'emergencyStopper' performs emergency stop at the end of lane 'o_0' because there is no connection to the next edge (decel=0.00, offset=100.00), time=18.00.
Simulation ended at time: 19.00
Reason: Libsumo requested termination.
DijkstraRouter answered 2 queries and explored 2.00 edges on average.
DijkstraRouter spent (TIME) answering queries ((TIME) on average).
DijkstraRouter answered 8 queries and explored 24.75 edges on average.
DijkstraRouter spent (TIME) answering queries ((TIME) on average).
DijkstraRouter answered 1 queries and explored 2.00 edges on average.
DijkstraRouter spent (TIME) answering queries ((TIME) on average).
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>


<snapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/state_file.xsd" version="<version>" time="6.00">
    <route id="broken" state="1" edges="o o"/>
    <route id="horizontal" state="1" edges="o"/>
    <delay number="2" begin="6" end="1" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_BIKETYPE" vClass="bicycle"/>
    <vType id="DEFAULT_CONTAINERTYPE" vClass="ignoring"/>
    <vType id="DEFAULT_PEDTYPE" vClass="pedestrian"/>
    <vType id="DEFAULT_VEHTYPE"/>
    <vType id="badDriver" accel="5" decel="2" tau="0.1"/>
    <vehicle id="collider" type="badDriver" depart="10.00" departSpeed="max" route="horizontal" speedFactor="1.00" state="9223372036854775807 0 -1.00 0 0" pos="0.00" speed="0.00" posLat="0.00"/>
    <vehicle id="emergencyStopper" type="DEFAULT_VEHTYPE" depart="14.00" departPos="5000.00" departSpeed="max" route="broken" speedFactor="1.00" state="9223372036854775807 0 -1.00 0 0" pos="0.00" speed="0.00" posLat="0.00"/>
    <vehicle id="horiz" type="DEFAULT_VEHTYPE" depart="0.00" route="horizontal" speedFactor="1.00" state="0 0 5.10 0 5000" pos="36.07" speed="10.67" posLat="0.00"/>
    <vehicle id="horiz1" type="DEFAULT_VEHTYPE" depart="5.00" route="horizontal" speedFactor="1.00" state="5000 0 5.10 0 6000" pos="5.10" speed="0.00" posLat="0.00"/>
    <vehicle id="suddenStop" type="DEFAULT_VEHTYPE" depart="6.00" route="horizontal" speedFactor="1.00" state="9223372036854775807 0 -1.00 0 0" pos="0.00" speed="0.00" posLat="0.00">
        <stop lane="o_0" startPos="19.80" endPos="20.00" duration="5.00"/>
    </vehicle>
    <lane id="o_0">
        <vehicles value="horiz1 horiz"/>
    </lane>
</snapshot>

TEST FAILED on ts-sim-build-ba : traci trafficlight railsignal_state ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Warning: Found circular block after railSignal junction '11', link 0 (0 edges, length 0.10)
< Warning: Vehicle 'rail3' performs emergency stop at the end of lane 'T12_1_0' because of a red traffic light (decel=-20.22, offset=16.69), time=39.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/trafficlight/railsignal_state/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,1488d0
< 1.0 N1_0 b=() r=() p=()
< 1.0 N2_0 b=() r=() p=()
< 2.0 N1_0 b=() r=() p=()
< 2.0 N2_0 b=() r=() p=()
< 3.0 N1_0 b=() r=() p=()
< 3.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 4.0 N1_0 b=() r=() p=()
< 4.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 5.0 N1_0 b=() r=() p=()
< 5.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 6.0 N1_0 b=() r=() p=()
< 6.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 7.0 N1_0 b=() r=() p=()
< 7.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 8.0 N1_0 b=() r=() p=()
< 8.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 9.0 N1_0 b=() r=() p=()
< 9.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 10.0 N1_0 b=() r=() p=()
< 10.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 11.0 N1_0 b=() r=() p=()
< 11.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 12.0 N1_0 b=() r=() p=()
< 12.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 13.0 N1_0 b=() r=() p=()
< 13.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 14.0 N1_0 b=() r=() p=()
< 14.0 N2_0 b=() r=('rail3',) p=('rail3',)
< 15.0 N1_0 b=() r=() p=()
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci trafficlight trafficlight ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Missing green phase in tlLogic '0', program 'custom' for tl-index 0
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/trafficlight/trafficlight/runner.py", line 28, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,37d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< trafficlight ('0',)
< trafficlight count 1
< waitingPersons 0
< examining 0
< ryg rrrrGGggrrrrGGgg
< rygdef (Logic(programID='0', type=0, currentPhaseIndex=0, phases=(Phase(duration=31.0, state='GGggrrrrGGggrrrr', minDur=31.0, maxDur=31.0, next=(), name='major 1'), Phase(duration=4.0, state='yyggrrrryyggrrrr', minDur=4.0, maxDur=4.0, next=(), name='transition 1-2'), Phase(duration=6.0, state='rrGGrrrrrrGGrrrr', minDur=6.0, maxDur=6.0, next=(), name='major 2'), Phase(duration=4.0, state='rryyrrrrrryyrrrr', minDur=4.0, maxDur=4.0, next=(), name='transition 2-3'), Phase(duration=31.0, state='rrr
rGGggrrrrGGgg', minDur=31.0, maxDur=31.0, next=(), name='major 3'), Phase(duration=4.0, state='rrrryyggrrrryygg', minDur=4.0, maxDur=4.0, next=(), name='transition 3-4'), Phase(duration=6.0, state='rrrrrrGGrrrrrrGG', minDur=6.0, maxDur=6.0, next=(), name='major 4'), Phase(duration=4.0, state='rrrrrryyrrrrrryy', minDur=4.0, maxDur=4.0, next=(), name='transition 4-1')), subParameter={}), Logic(programID='custom', type=0, currentPhaseIndex=4, phases=(Phase(duration=30.0, state='rrrrGGggrrrrGGgg', m
inDur=0.0, maxDur=0.0, next=(1, 2, 3), name='setViaComplete'), Phase(duration=10.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=40.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=(), name='setByTraCI'), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=())), subParameter
={}))
< lanes ('4si_0', '4si_1', '4si_2', '4si_2', '2si_0', '2si_1', '2si_2', '2si_2', '3si_0', '3si_1', '3si_2', '3si_2', '1si_0', '1si_1', '1si_2', '1si_2')
< links [[('4si_0', '1o_0', '')], [('4si_1', '3o_0', '')], [('4si_2', '2o_0', '')], [('4si_2', '4o_0', '')], [('2si_0', '4o_0', '')], [('2si_1', '1o_0', '')], [('2si_2', '3o_0', '')], [('2si_2', '2o_0', '')], [('3si_0', '2o_0', '')], [('3si_1', '4o_0', '')], [('3si_2', '1o_0', '')], [('3si_2', '3o_0', '')], [('1si_0', '3o_0', '')], [('1si_1', '2o_0', '')], [('1si_2', '4o_0', '')], [('1si_2', '1o_0', '')]]
< program custom
< phase 4
< phaseName setByTraCI
< switch 26.0
< numDefs=2 numPhases=[8, 6]
< {0: ('0',)}
< step 3
< {0: ('0',)}
< step 4
< {0: ('0',)}
< step 5
< {0: ('0',)}
< caught Invalid tlsLinkIndex 16 for tls '0' with maximum index 15.
< examining 0
< ryg rrrruGggrrrrGGgg
< rygdef (Logic(programID='0', type=0, currentPhaseIndex=0, phases=(Phase(duration=31.0, state='GGggrrrrGGggrrrr', minDur=31.0, maxDur=31.0, next=(), name='major 1'), Phase(duration=4.0, state='yyggrrrryyggrrrr', minDur=4.0, maxDur=4.0, next=(), name='transition 1-2'), Phase(duration=6.0, state='rrGGrrrrrrGGrrrr', minDur=6.0, maxDur=6.0, next=(), name='major 2'), Phase(duration=4.0, state='rryyrrrrrryyrrrr', minDur=4.0, maxDur=4.0, next=(), name='transition 2-3'), Phase(duration=31.0, state='rrr
rGGggrrrrGGgg', minDur=31.0, maxDur=31.0, next=(), name='major 3'), Phase(duration=4.0, state='rrrryyggrrrryygg', minDur=4.0, maxDur=4.0, next=(), name='transition 3-4'), Phase(duration=6.0, state='rrrrrrGGrrrrrrGG', minDur=6.0, maxDur=6.0, next=(), name='major 4'), Phase(duration=4.0, state='rrrrrryyrrrrrryy', minDur=4.0, maxDur=4.0, next=(), name='transition 4-1')), subParameter={}), Logic(programID='custom', type=0, currentPhaseIndex=4, phases=(Phase(duration=30.0, state='rrrrGGggrrrrGGgg', m
inDur=0.0, maxDur=0.0, next=(1, 2, 3), name='setViaComplete'), Phase(duration=10.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=40.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=()), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=(), name='setByTraCI'), Phase(duration=20.0, state='rrrrGGggrrrrGGgg', minDur=0.0, maxDur=0.0, next=())), subParameter
={}), Logic(programID='online', type=0, currentPhaseIndex=0, phases=(Phase(duration=1.0, state='rrrruGggrrrrGGgg', minDur=1.0, maxDur=1.0, next=()),), subParameter={}))
< lanes ('4si_0', '4si_1', '4si_2', '4si_2', '2si_0', '2si_1', '2si_2', '2si_2', '3si_0', '3si_1', '3si_2', '3si_2', '1si_0', '1si_1', '1si_2', '1si_2')
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle changeOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/changeOpposite/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="v0" x="5.10" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="v0" x="7.70" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="2.60" pos="7.70" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="v0" x="12.49" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="4.79" pos="12.49" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="18.96" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="6.47" pos="18.96" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="27.18" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="8.22" pos="27.18" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="37.11" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="9.93" pos="162.89" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="48.49" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.37" pos="151.51" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="v0" x="61.53" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.05" pos="138.47" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="v0" x="76.20" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.66" pos="123.80" lane="-gneE0_0" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle changeOpposite_default ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/changeOpposite_default/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="v0" x="5.10" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="v0" x="7.70" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="2.60" pos="7.70" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="v0" x="12.49" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="4.79" pos="12.49" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="18.96" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="6.47" pos="18.96" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="27.18" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="8.22" pos="27.18" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="37.11" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="9.93" pos="162.89" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="48.49" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.37" pos="151.51" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="v0" x="61.53" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.05" pos="138.47" lane="-gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="v0" x="76.20" y="1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.66" pos="123.80" lane="-gneE0_0" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle changeRelative_invalid ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,14
< Warning: Ignoring indexOffset -1 for vehicle 'v0' which is already on laneIndex 0
< Warning: Ignoring indexOffset -1 for vehicle 'v0' which is already on laneIndex 0
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/changeRelative_invalid/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="v0" x="5.10" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="v0" x="7.70" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="2.60" pos="7.70" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="v0" x="12.49" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="4.79" pos="12.49" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="v0" x="18.96" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="6.47" pos="18.96" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="v0" x="27.18" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="8.22" pos="27.18" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="v0" x="37.11" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="9.93" pos="37.11" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="v0" x="48.41" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.30" pos="48.41" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="v0" x="61.93" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.51" pos="61.93" lane="gneE0_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="v0" x="75.64" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.71" pos="75.64" lane="gneE0_0" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle distance_after_reroute ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,9d0
< Loading configuration ... done.
< 1145.0
< ('ed0', 'ed1', 'ed5')
< 1145.0
< 1165.0
< ('ed1', 'ed2')
< 1165.0
< 129 1235.0
< 130 1245.0
---------- Missing result in rawdump ----------
<?xml version="1.0" encoding="UTF-8"?>


<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
    <timestep time="0.00"/>
    <timestep time="1.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="5.10" speed="0.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
        </edge>
    </timestep>
    <timestep time="2.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="6.10" speed="1.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
        </edge>
    </timestep>
    <timestep time="3.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="8.10" speed="2.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle getFollowSpeed ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/getFollowSpeed/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,175d0
< 3.0 vSafe=1.3 vActual=1.3
< 3.5 vSafe=2.6 vActual=2.6
< 4.0 vSafe=3.9 vActual=3.9
< 4.5 vSafe=5.2 vActual=5.2
< 5.0 vSafe=6.5 vActual=6.5
< 5.5 vSafe=7.8 vActual=7.8
< 6.0 vSafe=9.1 vActual=9.1
< 6.5 vSafe=10.4 vActual=10.4
< 7.0 vSafe=11.7 vActual=11.7
< 7.5 vSafe=13.0 vActual=13.0
< 8.0 vSafe=14.3 vActual=14.3
< 8.5 vSafe=15.6 vActual=15.6
< 9.0 vSafe=16.9 vActual=16.9
< 9.5 vSafe=18.2 vActual=18.2
< 10.0 vSafe=19.5 vActual=19.5
< 10.5 vSafe=20.8 vActual=20.8
< 11.0 vSafe=22.1 vActual=22.1
< 11.5 vSafe=22.4861818182 vActual=22.4861818182
< 12.0 vSafe=22.2601652893 vActual=22.2601652893
< 12.5 vSafe=22.0546957175 vActual=22.0546957175
< 13.0 vSafe=21.8679051977 vActual=21.8679051977
< 13.5 vSafe=21.6980956343 vActual=21.6980956343
< 14.0 vSafe=21.5437233039 vActual=21.5437233039
< 14.5 vSafe=21.4033848217 vActual=21.4033848217
< 15.0 vSafe=21.2758043834 vActual=21.2758043834
< 15.5 vSafe=21.1598221667 vActual=21.1598221667
< 16.0 vSafe=21.0543837879 vActual=21.0543837879
< 16.5 vSafe=20.9585307163 vActual=20.9585307163
< 17.0 vSafe=20.8713915603 vActual=20.8713915603
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle getNeighbors ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/getNeighbors/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,706d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< Neigh infos for ego:
<   rightFollowers:
<   (('r0', -5.42072813466657),)
<   rightLeaders:
<   (('r1', 30.436343734408723),)
<   leftFollowers:
<   (('l0', -5.507664906745777),)
<   leftLeaders:
<   (('l1', 30.60311518707313),)
<   rightFollowers (only blocking):
<   (('r0', -5.42072813466657),)
<   rightLeaders (only blocking):
<   ()
<   leftFollowers (only blocking):
<   (('l0', -5.507664906745777),)
<   leftLeaders (only blocking):
<   ()
< step 3.0
< Neigh infos for ego:
<   rightFollowers:
<   (('r0', -4.414532593172044),)
<   rightLeaders:
<   ()
<   leftFollowers:
<   (('l0', -4.115679128072227),)
<truncated after showing first 30 lines>
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="ego" x="5.10" y="-4.80" angle="90.00" type="t1" speed="0.00" pos="5.10" lane="entry_1" slope="0.00"/>
        <vehicle id="l0" x="5.10" y="-1.60" angle="90.00" type="t0" speed="0.00" pos="5.10" lane="entry_2" slope="0.00"/>
        <vehicle id="l1" x="45.00" y="-1.60" angle="90.00" type="t0" speed="0.00" pos="45.00" lane="entry_2" slope="0.00"/>
        <vehicle id="r0" x="5.10" y="-8.00" angle="90.00" type="t0" speed="0.00" pos="5.10" lane="entry_0" slope="0.00"/>
        <vehicle id="r1" x="45.00" y="-8.00" angle="90.00" type="t0" speed="0.00" pos="45.00" lane="entry_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ego" x="7.70" y="-4.80" angle="90.00" type="t1" speed="2.60" pos="7.70" lane="entry_1" slope="0.00"/>
        <vehicle id="l0" x="7.01" y="-1.60" angle="90.00" type="t0" speed="1.91" pos="7.01" lane="entry_2" slope="0.00"/>
        <vehicle id="l1" x="46.75" y="-1.60" angle="90.00" type="t0" speed="1.75" pos="46.75" lane="entry_2" slope="0.00"/>
        <vehicle id="r0" x="6.77" y="-8.00" angle="90.00" type="t0" speed="1.67" pos="6.77" lane="entry_0" slope="0.00"/>
        <vehicle id="r1" x="46.44" y="-8.00" angle="90.00" type="t0" speed="1.44" pos="46.44" lane="entry_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ego" x="12.49" y="-4.80" angle="90.00" type="t1" speed="4.79" pos="12.49" lane="entry_1" slope="0.00"/>
        <vehicle id="l0" x="10.50" y="-1.60" angle="90.00" type="t0" speed="3.49" pos="10.50" lane="entry_2" slope="0.00"/>
        <vehicle id="l1" x="50.59" y="-1.60" angle="90.00" type="t0" speed="3.84" pos="0.59" lane="mid_2" slope="0.00"/>
        <vehicle id="r0" x="10.41" y="-8.00" angle="90.00" type="t0" speed="3.63" pos="10.41" lane="entry_0" slope="0.00"/>
        <vehicle id="r1" x="50.42" y="-8.00" angle="90.00" type="t0" speed="3.98" pos="0.42" lane="mid_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ego" x="18.96" y="-4.80" angle="90.00" type="t1" speed="6.47" pos="18.96" lane="entry_1" slope="0.00"/>
        <vehicle id="l0" x="15.58" y="-1.60" angle="90.00" type="t0" speed="5.08" pos="15.58" lane="entry_2" slope="0.00"/>
        <vehicle id="l1" x="56.55" y="-1.60" angle="90.00" type="t0" speed="5.96" pos="6.55" lane="mid_2" slope="0.00"/>
        <vehicle id="r0" x="15.88" y="-8.00" angle="90.00" type="t0" speed="5.47" pos="15.88" lane="entry_0" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle getNextStops ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/getNextStops/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,309d0
< time 0.0
<   next 2 stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0))
<   all stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 10.0
<   next 2 stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0))
<   all stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 20.0
<   next 2 stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0))
<   all stops (('NC_0', 91.95, '', 0, 10.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 30.0
<   next 2 stops (('NC_0', 91.95, '', 1, 6.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0))
<   all stops (('NC_0', 91.95, '', 1, 6.0, 20.0), ('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 40.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<   all stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 50.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<   all stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 60.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<   all stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 70.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<   all stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 80.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<   all stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0), ('SC_0', 91.95, '', 0, 8.0, 200.0), ('NC_0', 91.95, '', 0, 10.0, 260.0), ('SC_0', 91.95, '', 0, 8.0, 320.0), ('NC_0', 91.95, '', 0, 10.0, 380.0), ('SC_0', 91.95, '', 0, 8.0, 440.0), ('NC_0', 91.95, '', 0, 10.0, 500.0), ('SC_0', 91.95, '', 0, 8.0, 560.0), ('NC_0', 91.95, '', 0, 10.0, 620.0), ('SC_0', 91.95, '', 0, 8.0, 680.0))
< time 90.0
<   next 2 stops (('SC_0', 91.95, '', 0, 8.0, 80.0), ('NC_0', 91.95, '', 0, 10.0, 140.0))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle moveTo_detector ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/moveTo_detector/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in detector ----------
<?xml version="1.0" encoding="UTF-8"?>


<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/det_e2_file.xsd">
   <interval begin="0.00" end="10.00" id="det" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="10.00" end="20.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="20.00" end="30.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="30.00" end="40.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="40.00" end="50.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="50.00" end="60.00" id="det" sampledSeconds="3.91" nVehEntered="1" nVehLeft="1" nVehSeen="1" meanSpeed="11.74" meanTimeLoss="0.79" meanOccupancy="1.65" maxOccupancy="5.50" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.40" maxVehicleNumber="1" />
   <interval begin="60.00" end="70.00" id="det" sampledSeconds="6.66" nVehEntered="1" nVehLeft="1" nVehSeen="1" meanSpeed="12.90" meanTimeLoss="0.82" meanOccupancy="3.12" maxOccupancy="5.50" 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" maxIntervalHaltingD
uration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.70" maxVehicleNumber="1" />
   <interval begin="70.00" end="80.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="80.00" end="85.00" id="det" 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" maxIntervalHalting
Duration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
</detector>

TEST FAILED on ts-sim-build-ba : traci vehicle nextTLS ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/nextTLS/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,100d0
< 1.0 (('C', 13, 86.85000000000001, 'g'), ('C', 15, 270.75, 'r'), ('C', 10, 454.65, 'G'))
< 2.0 (('C', 13, 84.25, 'g'), ('C', 15, 268.15, 'r'), ('C', 10, 452.04999999999995, 'G'))
< 3.0 (('C', 13, 79.05000000000001, 'g'), ('C', 15, 283.41, 'r'), ('C', 10, 467.31, 'G'))
< 4.0 (('C', 13, 71.25, 'g'), ('C', 15, 275.61, 'r'), ('C', 10, 459.51, 'G'))
< 5.0 (('C', 13, 60.85, 'g'), ('C', 15, 265.21, 'r'), ('C', 10, 449.10999999999996, 'G'))
< 6.0 (('C', 13, 47.85, 'g'), ('C', 15, 252.20999999999998, 'r'), ('C', 10, 436.10999999999996, 'G'))
< 7.0 (('C', 13, 33.96, 'g'), ('C', 15, 238.32, 'r'), ('C', 10, 422.21999999999997, 'G'))
< 8.0 (('C', 13, 20.070000000000007, 'g'), ('C', 15, 224.43, 'r'), ('C', 10, 408.33, 'G'))
< 9.0 (('C', 13, 6.777000000000001, 'g'), ('C', 15, 211.137, 'r'), ('C', 10, 395.037, 'G'))
< 10.0 (('C', 15, 202.344, 'r'), ('C', 10, 386.24399999999997, 'G'))
< 11.0 (('C', 15, 190.95100000000002, 'r'), ('C', 10, 374.851, 'G'))
< 12.0 (('C', 15, 177.06099999999998, 'r'), ('C', 10, 360.96099999999996, 'G'))
< 13.0 (('C', 15, 163.171, 'r'), ('C', 10, 347.07099999999997, 'G'))
< 14.0 (('C', 15, 149.281, 'r'), ('C', 10, 333.181, 'G'))
< 15.0 (('C', 15, 135.391, 'r'), ('C', 10, 319.291, 'G'))
< 16.0 (('C', 15, 121.501, 'r'), ('C', 10, 305.401, 'G'))
< 17.0 (('C', 15, 107.61099999999999, 'r'), ('C', 10, 291.51099999999997, 'G'))
< 18.0 (('C', 15, 93.721, 'r'), ('C', 10, 277.621, 'G'))
< 19.0 (('C', 15, 79.83099999999999, 'r'), ('C', 10, 268.731, 'G'))
< 20.0 (('C', 15, 65.941, 'r'), ('C', 10, 254.841, 'G'))
< 21.0 (('C', 15, 52.050999999999995, 'r'), ('C', 10, 240.95100000000002, 'G'))
< 22.0 (('C', 15, 38.160999999999994, 'r'), ('C', 10, 227.06099999999998, 'G'))
< 23.0 (('C', 15, 24.271, 'r'), ('C', 10, 213.171, 'G'))
< 24.0 (('C', 15, 12.01433333333334, 'r'), ('C', 10, 200.91433333333333, 'G'))
< 25.0 (('C', 15, 4.257666666666665, 'r'), ('C', 10, 193.15766666666667, 'G'))
< 26.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 27.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 28.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 29.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap braking_leader ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,383d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap braking_leader_spaceGap ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,458d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap merger ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,298d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap merger_as_reference_vehicle ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,428d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'merger' = 9825.038 (headway=607.926)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'merger' = 9828.066 (headway=578.679)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'merger' = 9830.381 (headway=558.979)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'merger' = 9832.169 (headway=545.081)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'merger' = 9833.559 (headway=534.969)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'merger' = 9834.645 (headway=527.451)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'merger' = 9835.497 (headway=521.773)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'merger' = 9836.168 (headway=517.435)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'merger' = 9836.696 (headway=514.092)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'merger' = 9837.113 (headway=511.499)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'merger' = 9837.442 (headway=509.477)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'merger' = 9837.703 (headway=507.895)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'merger' = 9837.910 (headway=506.652)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap merger_overtakeRightCheckDisabled ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,319d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 6.375 (headway=0.405)
< 'follower' speed = 15.72475
< Time 3.0: Gap 'follower'->'leader' = 9.282 (headway=0.556)
< 'follower' speed = 16.6935625
< Time 4.0: Gap 'follower'->'leader' = 11.462 (headway=0.658)
< 'follower' speed = 17.420171875
< Time 5.0: Gap 'follower'->'leader' = 13.096 (headway=0.729)
< 'follower' speed = 17.9651289063
< Time 6.0: Gap 'follower'->'leader' = 14.397 (headway=0.787)
< 'follower' speed = 18.2990773437
< Time 7.0: Gap 'follower'->'leader' = 15.438 (headway=0.832)
< 'follower' speed = 18.559261875
< Time 8.0: Gap 'follower'->'leader' = 16.271 (headway=0.867)
< 'follower' speed = 18.7674095
< Time 9.0: Gap 'follower'->'leader' = 16.937 (headway=0.895)
< 'follower' speed = 18.9339276
< Time 10.0: Gap 'follower'->'leader' = 17.470 (headway=0.916)
< 'follower' speed = 19.06714208
< Time 11.0: Gap 'follower'->'leader' = 17.896 (headway=0.933)
< 'follower' speed = 19.173713664
< Time 12.0: Gap 'follower'->'leader' = 18.237 (headway=0.947)
< 'follower' speed = 19.2589709312
< Time 13.0: Gap 'follower'->'leader' = 18.510 (headway=0.958)
< 'follower' speed = 19.327176745
< Time 14.0: Gap 'follower'->'leader' = 18.728 (headway=0.966)
< 'follower' speed = 19.381741396
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap merger_with_reference_vehicle ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,416d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 13.438 (headway=0.832)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 16.466 (headway=0.970)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 18.781 (headway=1.068)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 20.569 (headway=1.140)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 21.959 (headway=1.195)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 23.045 (headway=1.236)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 23.897 (headway=1.268)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 24.568 (headway=1.292)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 25.096 (headway=1.312)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 25.513 (headway=1.327)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 25.842 (headway=1.338)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 26.103 (headway=1.348)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 26.310 (headway=1.355)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap reference_vehicle_removed ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,302d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'merger' = 9825.038 (headway=607.926)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'merger' = 9828.066 (headway=578.679)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'merger' = 9830.381 (headway=558.979)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'merger' = 9832.169 (headway=545.081)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'merger' = 9833.559 (headway=534.969)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'merger' = 9834.645 (headway=527.451)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'merger' = 9835.497 (headway=521.773)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'merger' = 9836.168 (headway=517.435)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'merger' = 9836.696 (headway=514.092)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'merger' = 9837.113 (headway=511.499)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'merger' = 9837.442 (headway=509.477)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'merger' = 9837.703 (headway=507.895)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'merger' = 9837.910 (headway=506.652)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap warning_smaller_headway ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,14
< Warning: Ignoring openGap(). New time headway must not be smaller than the original.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,298d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,671d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>
traci vehicle openGap with_low_maxDecel_fast ( Last six runs Jun2020 )
traci vehicle openGap with_low_maxDecel_slow ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci vehicle openGap without_maxDecel_fast ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,334d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap without_maxDecel_slow ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,436d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap without_maxDecel_slow_spacegap ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,589d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle resume ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/resume/runner.py", line 30, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,14d0
< Loading configuration ... done.
< Loading net-file from 'data/hello.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: Libsumo requested termination.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 1
<  Waiting: 0
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 162.00
< 
---------- Missing result in rawdump ----------
<?xml version="1.0" encoding="UTF-8"?>


<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
    <timestep time="0.00"/>
    <timestep time="1.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="5.10" speed="0.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
        </edge>
    </timestep>
    <timestep time="2.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="6.10" speed="1.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
        </edge>
    </timestep>
    <timestep time="3.00">
        <edge id="ed0">
            <lane id="ed0_0">
                <vehicle id="Stapler_00" pos="8.10" speed="2.00"/>
            </lane>
            <lane id="ed0_1"/>
            <lane id="ed0_2"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle setReroutingPeriod ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/setReroutingPeriod/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" type="DEFAULT_VEHTYPE@ego" depart="0.00" arrival="367.00">
        <routeDistribution>
            <route replacedOnEdge="A0B0" reason="device.rerouting" replacedAtTime="20.00" probability="0" edges="A0B0 B0B1 B1B2 B2B3 B3B4 B4C4 C4C5 C5D5 D5E5 E5F5 F5F6 F6F7 F7G7 G7H7"/>
            <route replacedOnEdge="B2C2" reason="device.rerouting" replacedAtTime="80.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4F5 F5F6 F6G6 G6G7 G7H7"/>
            <route replacedOnEdge="C2D2" reason="device.rerouting" replacedAtTime="100.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2E3 E3F3 F3F4 F4G4 G4G5 G5G6 G6G7 G7H7"/>
            <route replacedOnEdge="D2E2" reason="device.rerouting" replacedAtTime="120.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2G2 G2G3 G3G4 G4G5 G5G6 G6G7 G7H7"/>
            <route replacedOnEdge="E2F2" reason="device.rerouting" replacedAtTime="140.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4G4 G4G5 G5G6 G6G7 G7H7"/>
            <route replacedOnEdge="F3F4" reason="device.rerouting" replacedAtTime="200.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4F5 F5F6 F6G6 G6G7 G7H7"/>
            <route replacedOnEdge="F4G4" reason="device.rerouting" replacedAtTime="220.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4G4 G4G5 G5G6 G6G7 G7H7"/>
            <route replacedOnEdge="H4H5" reason="device.rerouting" replacedAtTime="260.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4G4 G4H4 H4H5 H5H6 H6G6 G6G7 G7H7"/>
            <route replacedOnEdge="H5H6" reason="device.rerouting" replacedAtTime="280.00" probability="0" edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4G4 G4H4 H4H5 H5H6 H6H7 H7G7 G7H7"/>
            <route edges="A0B0 B0B1 B1B2 B2C2 C2D2 D2E2 E2F2 F2F3 F3F4 F4G4 G4H4 H4H5 H5H6 H6G6 G6G7 G7H7"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci vehicle stopDelay ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/stopDelay/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,175d0
< 2.0 {31: 0.0}
< 3.0 {31: 0.0}
< 4.0 {31: 0.0}
< 5.0 {31: 0.0}
< 6.0 {31: 0.0}
< 7.0 {31: 0.0}
< 8.0 {31: 0.0}
< 9.0 {31: 0.0}
< 10.0 {31: 0.0}
< 11.0 {31: 0.0}
< 12.0 {31: 0.0}
< 13.0 {31: 0.0}
< 14.0 {31: 0.0}
< 15.0 {31: 0.0}
< 16.0 {31: 0.0}
< 17.0 {31: 0.0}
< 18.0 {31: 0.0}
< 19.0 {31: 0.0}
< 20.0 {31: 0.0}
< 21.0 {31: 0.0}
< 22.0 {31: 0.0}
< 23.0 {31: 0.0}
< 24.0 {31: 0.0}
< 25.0 {31: 0.0}
< 26.0 {31: 0.0}
< 27.0 {31: 0.0}
< 28.0 {31: 0.0}
< 29.0 {31: 0.0}
< 30.0 {31: 0.0}
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle stopDelay2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/stopDelay2/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,65d0
< 2.0 {31: 0.0}
< 3.0 {31: 0.0}
< 4.0 {31: 0.0}
< 5.0 {31: 0.0}
< 6.0 {31: 0.0}
< 7.0 {31: 0.0}
< 8.0 {31: 0.0}
< 9.0 {31: 0.0}
< 10.0 {31: 0.0}
< 11.0 {31: 0.0}
< 12.0 {31: 0.0}
< 13.0 {31: 0.0}
< 14.0 {31: 0.0}
< 15.0 {31: 0.0}
< 16.0 {31: 0.0}
< 17.0 {31: 0.0}
< 18.0 {31: 0.0}
< 19.0 {31: 0.0}
< 20.0 {31: 0.0}
< 21.0 {31: 0.0}
< 22.0 {31: 0.0}
< 23.0 {31: 0.0}
< 24.0 {31: 0.0}
< 25.0 {31: 0.0}
< 26.0 {31: 0.0}
< 27.0 {31: 0.0}
< 28.0 {31: 0.0}
< 29.0 {31: 0.0}
< 30.0 {31: 0.0}
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,13c1,14
< Warning: New value of emergencyDecel (3.00) is lower than decel (4.50)
< Warning: Automatically setting emergencyDecel to 5.10 for vType 'DEFAULT_VEHTYPE@horiz' to match decel.
< Error: Vehicle 'bla' is not known.
< Warning: Vehicle '1' aborts stop.
< Error: Vehicle 'anotherOne' is not known.
< Warning: Departure time for vehicle 'departInThePast' is in the past; using current time instead.
< Warning: Vehicle 'parking2' aborts stop.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'blocker', lane='2fi_0', gap=-3.74, time=117.00 stage=events.
< Warning: Vehicle 'collider' ends teleporting on edge '2si', time 117.00.
< Warning: No connection between edge '3fi' and edge 'disconnected' found.
< Warning: No route for vehicle 'failVeh' found.
< Error: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists).
< Error: Vehicle 'elVeh' does not support device parameter 'device.battery.foobar' (Parameter 'foobar' is not supported for device of type 'battery').
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,1033d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.033343723951839
< speedLat 0.0
< speed w/o traci 4.033343723951839
< acceleration 2.5994939450407406
< pos (989.4962096581543, 501.65)
< pos3D (989.4962096581543, 501.65, 0.0)
< angle 270.0
< road 2fi
< lane 2fi_0
< laneIndex 0
< type DEFAULT_VEHTYPE
< routeID horizontal
< routeIndex 0
< route ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si')
< lanePos 10.567193502862938
< color (255, 255, 0, 255)
< bestLanes (('2fi_0', 3000.0, 0.0, 0, True, ('2fi_0', '2si_1', '1o_0', '1fi_0', '1si_0', '3o_0', '3fi_0', '3si_1', '4o_0')),)
< CO2 4962.098029013955
< CO 148.4043943117062
< HC 0.793287746205698
< PMx 0.10689025015863887
< NOx 2.197042560996833
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="1" depart="6.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="19.00" arrivalLane="2fi_0" arrivalPos="49.99" arrivalSpeed="0.06" duration="13.00" routeLength="49.99" waitingTime="2.00" waitingCount="1" stopTime="3.00" timeLoss="5.51" rerouteNo="1" devices="vehroute_1 tripinfo_1" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="traci"/>
    <tripinfo id="movedVeh" depart="125.00" departLane="3fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="131.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalSpeed="13.42" duration="6.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.11" rerouteNo="1" devices="vehroute_movedVeh tripinfo_movedVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
</tripinfos>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="1" depart="6.00" arrival="19.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="traci:changeTarget" replacedAtTime="6.00" probability="0" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/>
            <route edges="2fi 2si 4o 4fi"/>
        </routeDistribution>
        <stop lane="2fi_0" startPos="49.90" endPos="50.00" duration="1.00" parking="1"/>
    </vehicle>

    <vehicle id="movedVeh" depart="125.00" arrival="131.00">
        <routeDistribution>
            <route replacedOnEdge="1si" reason="traci:moveToXY" replacedAtTime="126.00" probability="0" edges="3fi 3si 4o"/>
            <route edges="3fi 3si 4o 1si"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle_asl ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle_asl/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="v0" x="5.10" y="-4.95" angle="90.00" type="t0" speed="0.00" pos="5.10" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.10">
        <vehicle id="v0" x="5.11" y="-1.65" angle="90.00" type="t0" speed="0.26" pos="5.11" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.20">
        <vehicle id="v0" x="5.15" y="-1.65" angle="90.00" type="t0" speed="0.52" pos="5.15" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.30">
        <vehicle id="v0" x="5.22" y="-1.65" angle="90.00" type="t0" speed="0.78" pos="5.22" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.40">
        <vehicle id="v0" x="5.31" y="-1.65" angle="90.00" type="t0" speed="1.04" pos="5.31" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.50">
        <vehicle id="v0" x="5.42" y="-1.65" angle="90.00" type="t0" speed="1.30" pos="5.42" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.60">
        <vehicle id="v0" x="5.57" y="-1.65" angle="90.00" type="t0" speed="1.56" pos="5.57" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.70">
        <vehicle id="v0" x="5.74" y="-1.65" angle="90.00" type="t0" speed="1.82" pos="5.74" lane="beg_1" slope="0.00"/>
    </timestep>
    <timestep time="0.80">
        <vehicle id="v0" x="5.93" y="-1.65" angle="90.00" type="t0" speed="2.08" pos="5.93" lane="beg_1" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in lanechanges ----------
<?xml version="1.0" encoding="UTF-8"?>


<lanechanges>
    <change id="v0" type="t0" time="0.10" from="beg_0" to="beg_1" dir="1" speed="0.26" pos="5.11" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
    <change id="v0" type="t0" time="30.60" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="237.88" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None"/>
</lanechanges>

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle_context ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle_context/runner.py", line 25, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1d0
< t=2.0 subscriptionResult={'v0': {64: 1.4416886697057636}, 'v1': {64: 1.608739541681134}, 'v2': {64: 2.4421734631218714}}

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle_sublane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,13c1,14
< Warning: New value of emergencyDecel (3.00) is lower than decel (4.50)
< Warning: Automatically setting emergencyDecel to 5.10 for vType 'DEFAULT_VEHTYPE@horiz' to match decel.
< Error: Vehicle 'bla' is not known.
< Warning: Vehicle '1' aborts stop.
< Error: Vehicle 'anotherOne' is not known.
< Warning: Departure time for vehicle 'departInThePast' is in the past; using current time instead.
< Warning: Vehicle 'parking2' aborts stop.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'blocker', lane='2fi_0', gap=-3.74', latGap=-1.80, time=117.00 stage=events.
< Warning: Vehicle 'collider' ends teleporting on edge '2si', time 117.00.
< Warning: No connection between edge '3fi' and edge 'disconnected' found.
< Warning: No route for vehicle 'failVeh' found.
< Error: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists).
< Error: Vehicle 'elVeh' does not support device parameter 'device.battery.foobar' (Parameter 'foobar' is not supported for device of type 'battery').
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,1033d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.033343723951839
< speedLat 0.0
< speed w/o traci 4.033343723951839
< acceleration 2.5994939450407406
< pos (989.4962096581543, 501.65)
< pos3D (989.4962096581543, 501.65, 0.0)
< angle 270.0
< road 2fi
< lane 2fi_0
< laneIndex 0
< type DEFAULT_VEHTYPE
< routeID horizontal
< routeIndex 0
< route ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si')
< lanePos 10.567193502862938
< color (255, 255, 0, 255)
< bestLanes (('2fi_0', 3000.0, 0.0, 0, True, ('2fi_0', '2si_1', '1o_0', '1fi_0', '1si_0', '3o_0', '3fi_0', '3si_1', '4o_0')),)
< CO2 4962.098029013955
< CO 148.4043943117062
< HC 0.793287746205698
< PMx 0.10689025015863887
< NOx 2.197042560996833
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="1" depart="6.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="19.00" arrivalLane="2fi_0" arrivalPos="49.99" arrivalPosLat="0.00" arrivalSpeed="0.06" duration="13.00" routeLength="49.99" waitingTime="2.00" waitingCount="1" stopTime="3.00" timeLoss="5.51" rerouteNo="1" devices="vehroute_1 tripinfo_1" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="traci"/>
    <tripinfo id="movedVeh" depart="125.00" departLane="3fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="131.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalPosLat="0.00" arrivalSpeed="13.42" duration="6.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.11" rerouteNo="1" devices="vehroute_movedVeh tripinfo_movedVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
</tripinfos>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="1" depart="6.00" arrival="19.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="traci:changeTarget" replacedAtTime="6.00" probability="0" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/>
            <route edges="2fi 2si 4o 4fi"/>
        </routeDistribution>
        <stop lane="2fi_0" startPos="49.90" endPos="50.00" duration="1.00" parking="1"/>
    </vehicle>

    <vehicle id="movedVeh" depart="125.00" arrival="131.00">
        <routeDistribution>
            <route replacedOnEdge="1si" reason="traci:moveToXY" replacedAtTime="126.00" probability="0" edges="3fi 3si 4o"/>
            <route edges="3fi 3si 4o 1si"/>
        </routeDistribution>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle_sublane_asl ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle_sublane_asl/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="v0" x="5.10" y="-4.95" angle="90.00" type="t0" speed="0.00" pos="5.10" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.10">
        <vehicle id="v0" x="5.11" y="-4.94" angle="89.89" type="t0" speed="0.26" pos="5.11" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.20">
        <vehicle id="v0" x="5.15" y="-4.92" angle="89.77" type="t0" speed="0.52" pos="5.15" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.30">
        <vehicle id="v0" x="5.22" y="-4.89" angle="89.66" type="t0" speed="0.78" pos="5.22" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.40">
        <vehicle id="v0" x="5.31" y="-4.85" angle="89.55" type="t0" speed="1.04" pos="5.31" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.50">
        <vehicle id="v0" x="5.42" y="-4.80" angle="89.44" type="t0" speed="1.30" pos="5.42" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.60">
        <vehicle id="v0" x="5.57" y="-4.74" angle="89.33" type="t0" speed="1.56" pos="5.57" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.70">
        <vehicle id="v0" x="5.74" y="-4.67" angle="89.23" type="t0" speed="1.82" pos="5.74" lane="beg_0" slope="0.00"/>
    </timestep>
    <timestep time="0.80">
        <vehicle id="v0" x="5.93" y="-4.59" angle="89.12" type="t0" speed="2.08" pos="5.93" lane="beg_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in lanechanges ----------
<?xml version="1.0" encoding="UTF-8"?>


<lanechanges>
    <changeStarted id="v0" type="t0" time="0.10" from="beg_0" to="beg_0" dir="0" speed="0.26" pos="5.11" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.50"/>
    <changeStarted id="v0" type="t0" time="0.20" from="beg_0" to="beg_0" dir="0" speed="0.52" pos="5.15" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.49"/>
    <changeStarted id="v0" type="t0" time="0.30" from="beg_0" to="beg_0" dir="0" speed="0.78" pos="5.22" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.47"/>
    <changeStarted id="v0" type="t0" time="0.40" from="beg_0" to="beg_0" dir="0" speed="1.04" pos="5.31" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.44"/>
    <changeStarted id="v0" type="t0" time="0.50" from="beg_0" to="beg_0" dir="0" speed="1.30" pos="5.42" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.40"/>
    <changeStarted id="v0" type="t0" time="0.60" from="beg_0" to="beg_0" dir="0" speed="1.56" pos="5.57" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.35"/>
    <changeStarted id="v0" type="t0" time="0.70" from="beg_0" to="beg_0" dir="0" speed="1.82" pos="5.74" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.29"/>
    <changeStarted id="v0" type="t0" time="0.80" from="beg_0" to="beg_0" dir="0" speed="2.08" pos="5.93" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.22"/>
    <changeStarted id="v0" type="t0" time="0.90" from="beg_0" to="beg_0" dir="0" speed="2.34" pos="6.15" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.14"/>
    <changeStarted id="v0" type="t0" time="1.00" from="beg_0" to="beg_0" dir="0" speed="2.60" pos="6.40" reason="traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="2.05"/>
    <change id="v0" type="t0" time="2.10" from="beg_0" to="beg_1" dir="1" speed="5.46" pos="10.83" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeEnded id="v0" type="t0" time="3.40" from="beg_1" to="beg_1" dir="0" speed="8.84" pos="20.13" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeEnded id="v0" type="t0" time="30.60" from="beg_1" to="beg_1" dir="-1" speed="13.89" pos="237.88" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="30.60" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="237.88" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="-1.80"/>
    <changeEnded id="v0" type="t0" time="30.70" from="beg_1" to="beg_1" dir="-1" speed="13.89" pos="239.27" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="30.70" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="239.27" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="-1.79"/>
    <changeEnded id="v0" type="t0" time="30.80" from="beg_1" to="beg_1" dir="-1" speed="13.89" pos="240.66" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="30.80" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="240.66" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="-1.77"/>
    <changeEnded id="v0" type="t0" time="30.90" from="beg_1" to="beg_1" dir="-1" speed="13.89" pos="242.05" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="30.90" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="242.05" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="-1.74"/>
    <changeEnded id="v0" type="t0" time="31.00" from="beg_1" to="beg_1" dir="-1" speed="13.89" pos="243.44" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="31.00" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="243.44" reason="keepRight|traci|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="-1.70"/>
    <change id="v0" type="t0" time="31.90" from="beg_1" to="beg_0" dir="-1" speed="13.89" pos="255.94" reason="keepRight|traci" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeEnded id="v0" type="t0" time="33.20" from="beg_0" to="beg_0" dir="0" speed="13.89" pos="274.00" reason="keepRight|traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
    <changeStarted id="v0" type="t0" time="60.60" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="492.78" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="1.60"/>
    <changeStarted id="v0" type="t0" time="60.70" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="494.17" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None" maneuverDistance="1.59"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicletype save_and_load_vtype_params ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Warning: The parameter action-step-length must be a non-negative multiple of the simulation step-length. Parsing given value (2.6 s.) to the adjusted value 2.5 s.
< Warning: Given action step length 2.5 for vehicle type 't1' is larger than its parameter tau (=1.5)! This may lead to collisions. (This warning is only issued once per vehicle type).
< Warning: The parameter action-step-length must be a non-negative multiple of the simulation step-length. Parsing given value (2.6 s.) to the adjusted value 2.5 s.
< Warning: Given action step length 2.5 for vehicle type 't2@veh2' is larger than its parameter tau (=2)! This may lead to collisions. (This warning is only issued once per vehicle type).
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/save_and_load_vtype_params/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,30d0
< Get before save....
< vtype
< 4.0 == 4.0
< 0.8 == 0.8
< 0.9 == 0.9
< 3.3 == 3.3
< 99.9 == 99.9
< 1.5 ==1.5
< vehicle
< 4.0 == 4.0
< 0.8 == 0.8
< 0.9 == 0.9
< 3.3 == 3.3
< 99.9 == 99.9
< 1.5 ==1.5
< Get after load....
< vtype
< 4.0 == 4.0
< 0.8 == 0.8
< 0.9 == 0.9
< 3.3 == 3.3
< 99.9 == 99.9
< 1.5 ==1.5
< vehicle
< 4.0 == 4.0
< 0.8 == 0.8
< 0.9 == 0.9
< 3.3 == 3.3
< 99.9 == 99.9
<truncated after showing first 30 lines>
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>


<snapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/state_file.xsd" version="<version>" time="50.00">
    <route id="r1" state="1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    <delay number="3" begin="3" end="0" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_BIKETYPE" vClass="bicycle"/>
    <vType id="DEFAULT_CONTAINERTYPE" vClass="ignoring"/>
    <vType id="DEFAULT_PEDTYPE" vClass="pedestrian"/>
    <vType id="DEFAULT_VEHTYPE" length="3.00" minGap="2.00" maxSpeed="10.00" accel="0.8" decel="4.5" sigma="0"/>
    <vType id="t1" length="4.00" minGap="0.80" maxSpeed="99.90" speedFactor="normc(0.90,0.10,0.20,2.00)" actionStepLength="1.50" width="3.30" accel="2.5" decel="3.5" tau="1.5"/>
    <vType id="t2" length="5.00" minGap="1.50" maxSpeed="20.00" actionStepLength="2.00" color="yellow" accel="2.5" decel="4.5" sigma="0.5" tau="2.0"/>
    <vType id="t2@veh2" length="4.00" minGap="0.80" maxSpeed="99.90" actionStepLength="1.50" width="3.30" color="yellow" accel="2.5" decel="4.5" sigma="0.5" tau="2.0"/>
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="0 1 100.00 0 49500" pos="18.60" speed="5.60" posLat="0.00">
        <device id="vehroute_veh0" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.00" state="10000 1 100.00 0 49500" pos="5.39" speed="4.02" posLat="0.00">
        <device id="vehroute_veh1" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="veh2" type="t2@veh2" depart="20.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="0.90" state="20000 0 100.00 0 49500" pos="359.86" speed="8.59" posLat="0.00">
        <device id="vehroute_veh2" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <lane id="3/1to2/1_0">
        <vehicles value="veh1 veh0"/>
    </lane>
    <lane id="4/1to3/1_0">
        <vehicles value="veh2"/>
    </lane>
</snapshot>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="261.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" speedFactor="1.00" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="veh2" type="t2@veh2" depart="20.00" departPos="100.00" departSpeed="10.00" speedFactor="0.90" arrival="275.50">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-build-ba : traci vehicletype vehicletype ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,14
< Warning: The parameter action-step-length must be a non-negative multiple of the simulation step-length. Parsing given value (2.2 s.) to the adjusted value 2 s.
< Warning: Given action step length 2 for vehicle type 'DEFAULT_VEHTYPE' is larger than its parameter tau (=1)! This may lead to collisions. (This warning is only issued once per vehicle type).
< Warning: Action step length '2.00' is used for vehicle type 'DEFAULT_VEHTYPE' but step-method.ballistic was not set. Setting it now to avoid collisions.
< Warning: Vehicle 'horiz' performs emergency braking with decel=-2.20 wished=1.10 severity=1.00, time=6.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/runner.py", line 27, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/../../../../../tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/../../../../../tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/../../../../../tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/../../../../../tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicletype/vehicletype/../../../../../tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,55d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< vehicletypes ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_VEHTYPE')
< vehicletype count 4
< examining DEFAULT_VEHTYPE
< length 5.0
< maxSpeed 55.55555555555556
< speedFactor 1.0
< speedDev 0.0
< accel 2.6
< decel 4.5
< emergencyDecel 9.0
< apparentDecel 4.5
< actionStepLength 1.0
< imperfection 0.5
< tau 1.0
< vClass passenger
< emissionclass HBEFA3/PC_G_EU4
< shape passenger
< MinGap 2.5
< width 1.8
< color (255, 255, 0, 255)
< personCapacity 4
< {0: ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_VEHTYPE')}
< step 3
< {0: ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_VEHTYPE')}
< step 4
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (#5180) on ts-sim-build-ba : traci vehicle getNeighborsSublane ( Last six runs Jun2020 )

#5180
(This bug was triggered by text found in file 'errors' matching '.')
---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/getNeighborsSublane/runner.py", line 29, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,706d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< Neigh infos for ego:
<   rightFollowers:
<   [('r0.0', -0.5680975253693763)]
<   rightLeaders:
<   [('r0.1', -2.3628522372338914), ('r1.0', 25.192665661429057)]
<   leftFollowers:
<   [('l0.0', 0.08090834117028756)]
<   leftLeaders:
<   [('l0.1', -3.7208081589313196), ('l1.0', 25.417226821277293)]
<   rightFollowers (only blocking):
<   []
<   rightLeaders (only blocking):
<   []
<   leftFollowers (only blocking):
<   []
<   leftLeaders (only blocking):
<   []
< step 3.0
< Neigh infos for ego:
<   rightFollowers:
<   [('r0.0', 0.6798052937723682)]
<   rightLeaders:
<   [('r0.1', -1.8616628393996493), ('r1.0', 24.503598213125954)]
<   leftFollowers:
<   [('l0.0', 1.264037448237648)]
<truncated after showing first 30 lines>
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <vehicle id="ego" x="5.10" y="-4.80" angle="90.00" type="t2" speed="0.00" pos="5.10" lane="entry_1" slope="0.00"/>
        <vehicle id="l0.0" x="0.00" y="-2.60" angle="90.00" type="t0" speed="0.00" pos="0.00" lane="entry_2" slope="0.00"/>
        <vehicle id="l0.1" x="10.00" y="-0.60" angle="90.00" type="t1" speed="0.00" pos="10.00" lane="entry_2" slope="0.00"/>
        <vehicle id="l1.0" x="40.00" y="-2.60" angle="90.00" type="t0" speed="0.00" pos="40.00" lane="entry_2" slope="0.00"/>
        <vehicle id="l1.1" x="50.00" y="-0.60" angle="90.00" type="t1" speed="0.00" pos="50.00" lane="entry_2" slope="0.00"/>
        <vehicle id="r0.0" x="0.00" y="-9.00" angle="90.00" type="t0" speed="0.00" pos="0.00" lane="entry_0" slope="0.00"/>
        <vehicle id="r0.1" x="10.00" y="-7.00" angle="90.00" type="t1" speed="0.00" pos="10.00" lane="entry_0" slope="0.00"/>
        <vehicle id="r1.0" x="40.00" y="-9.00" angle="90.00" type="t0" speed="0.00" pos="40.00" lane="entry_0" slope="0.00"/>
        <vehicle id="r1.1" x="50.00" y="-7.00" angle="90.00" type="t1" speed="0.00" pos="50.00" lane="entry_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ego" x="7.70" y="-4.80" angle="90.00" type="t2" speed="2.60" pos="7.70" lane="entry_1" slope="0.00"/>
        <vehicle id="l0.0" x="1.58" y="-2.60" angle="90.00" type="t0" speed="1.58" pos="1.58" lane="entry_2" slope="0.00"/>
        <vehicle id="l0.1" x="12.09" y="-0.60" angle="90.00" type="t1" speed="2.09" pos="12.09" lane="entry_2" slope="0.00"/>
        <vehicle id="l1.0" x="41.91" y="-2.60" angle="90.00" type="t0" speed="1.91" pos="41.91" lane="entry_2" slope="0.00"/>
        <vehicle id="l1.1" x="51.75" y="-0.60" angle="90.00" type="t1" speed="1.75" pos="1.75" lane="mid_2" slope="0.00"/>
        <vehicle id="r0.0" x="1.96" y="-9.00" angle="90.00" type="t0" speed="1.96" pos="1.96" lane="entry_0" slope="0.00"/>
        <vehicle id="r0.1" x="12.54" y="-7.00" angle="90.00" type="t1" speed="2.54" pos="12.54" lane="entry_0" slope="0.00"/>
        <vehicle id="r1.0" x="41.67" y="-9.00" angle="90.00" type="t0" speed="1.67" pos="41.67" lane="entry_0" slope="0.00"/>
        <vehicle id="r1.1" x="51.44" y="-7.00" angle="90.00" type="t1" speed="1.44" pos="1.44" lane="mid_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ego" x="12.49" y="-4.80" angle="90.00" type="t2" speed="4.79" pos="12.49" lane="entry_1" slope="0.00"/>
        <vehicle id="l0.0" x="4.91" y="-2.60" angle="90.00" type="t0" speed="3.32" pos="4.91" lane="entry_2" slope="0.00"/>
        <vehicle id="l0.1" x="16.27" y="-0.60" angle="90.00" type="t1" speed="4.18" pos="16.27" lane="entry_2" slope="0.00"/>
<truncated after showing first 30 lines>

TEST had known bugs (see #6192) on ts-sim-build-ba : traci vehicle openGap with_low_maxDecel_fast_CACC ( Last six runs Jun2020 )

not even failing as intended
(This bug was triggered by text found in file 'errors' matching 'Error')
---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 26, in <module>
>     import traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/traci/__init__.py", line 30, in <module>
>     from libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 99, in <module>
>     from traci import constants, exceptions, _vehicle, _person, _trafficlight, _simulation
>   File "/home/delphi/extraGcc/sumo/tools/traci/_vehicle.py", line 32, in <module>
>     from .main import legacyGetLeader
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 66, in <module>
>     vehicle = _vehicle.VehicleDomain()
> AttributeError: module 'traci._vehicle' has no attribute 'VehicleDomain'
---------- Differences in output ----------
1,671d0
< Loading configuration ... done.
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
<truncated after showing first 30 lines>

meso: 212 tests: 114 succeeded 96 FAILED 2 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : state multique ( Last six runs Jun2020 )

---------- Differences in state ----------
25a26,109
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
>     <segment>
>         <vehicles time="-1" value=""/>
>     </segment>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : state rerouting ( Last six runs Jun2020 )

---------- Differences in state ----------
15d14
<     <route id="!veh280!var#2" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
22d20
<     <route id="!veh283!var#2" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
118c116
<     <route id="!veh331!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh331!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
144c142
<     <route id="!veh344!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh344!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
148c146
<     <route id="!veh346!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh346!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
170c168
<     <route id="!veh357!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh357!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
172c170
<     <route id="!veh358!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh358!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
180c178
<     <route id="!veh362!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
---
>     <route id="!veh362!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
220c218
<     <route id="!veh382!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
446,449c446
<         <routeDistribution>
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="188.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
<             <route edges="gneE0 gneE4 gneE5 gneE3"/>
<         </routeDistribution>
---
>         <route edges="gneE0 gneE1 gneE2 gneE3"/>
469,472c466
<         <routeDistribution>
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="196.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
<             <route edges="gneE0 gneE4 gneE5 gneE3"/>
<         </routeDistribution>
---
>         <route edges="gneE0 gneE1 gneE2 gneE3"/>
580,583c574
<         <routeDistribution>
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="243.00" probability="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<             <route edges="gneE0 gneE1 gneE2 gneE3"/>
<         </routeDistribution>
---
>         <route edges="gneE0 gneE4 gneE5 gneE3"/>
607,610c598
<         <routeDistribution>
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="253.00" probability="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<             <route edges="gneE0 gneE1 gneE2 gneE3"/>
<         </routeDistribution>
---
>         <route edges="gneE0 gneE4 gneE5 gneE3"/>
618,621c606
<         <routeDistribution>
<truncated after showing first 30 lines>
---------- Differences in vehroutes2 ----------
36,37c36
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="483.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
<             <route edges="gneE0 gneE4 gneE5 gneE3"/>
---
>             <route edges="gneE0 gneE1 gneE2 gneE3"/>
58,59c57
<             <route replacedOnEdge="gneE0" reason="device.rerouting" replacedAtTime="488.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
<             <route edges="gneE0 gneE4 gneE5 gneE3"/>
---
>             <route edges="gneE0 gneE1 gneE2 gneE3"/>
106,109c104
<         <routeDistribution>
<             <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="502.00" probability="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<             <route edges="gneE0 gneE1 gneE2 gneE3"/>
<         </routeDistribution>
---
>         <route edges="gneE0 gneE4 gneE5 gneE3"/>
113c108,111
<         <route edges="gneE0 gneE1 gneE2 gneE3"/>
---
>         <routeDistribution>
>             <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="502.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
>             <route edges="gneE0 gneE4 gneE5 gneE3"/>
>         </routeDistribution>
117c115,118
<         <route edges="gneE0 gneE1 gneE2 gneE3"/>
---
>         <routeDistribution>
>             <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="502.00" probability="0" edges="gneE0 gneE1 gneE2 gneE3"/>
>             <route edges="gneE0 gneE4 gneE5 gneE3"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision incompatible_filter ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> 
---------- Differences in output ----------
1,8c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision persons range_50_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,6c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< p9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_0_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,6c1
< Subscribing to context of vehicle 'ego' (range=0.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_0 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1
< Warning: Field of vision opening angle ('0.00') should be within interval (0, 360), ignoring filter...
---
> 
---------- Differences in output ----------
1,9c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=0.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_270 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,8c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=270.0)
< Context results for veh 'ego':
< ego
< v10
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_360 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1
< Warning: Field of vision opening angle ('360.00') should be within interval (0, 360), ignoring filter...
---
> 
---------- Differences in output ----------
1,9c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=360.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_90 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,7c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding field of vision subscription filter ... (openingAngle=90.0)
< Context results for veh 'ego':
< ego
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <openingAngle> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,202d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [002] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [003] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [004] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [005] Context results for vehicle 'ego':
< follow_left
< follow_left2
< lead_left
< lead_left2
< [006] Context results for vehicle 'ego':
< follow_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,133d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [002] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [003] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [004] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [005] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [006] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [007] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [008] Context results for vehicle 'ego':
< follow_left
< follow_left2
< [009] Context results for vehicle 'ego':
< follow_left
< follow_left2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,112d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [002] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [003] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [004] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [005] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [006] Context results for vehicle 'ego':
< lead_left
< lead_left2
< [007] Context results for vehicle 'ego':
< lead_left
< lead_left2
< opposite_lead_left
< [008] Context results for vehicle 'ego':
< lead_left
< lead_left2
< opposite_lead_left
< opposite_lead_left2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAll ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,180d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [008] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_right
< opposite_lead_right2
< [009] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [010] Context results for vehicle 'ego':
< opposite_follow_left2
< opposite_follow_middle2
< opposite_follow_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,111d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< [008] Context results for vehicle 'ego':
< [009] Context results for vehicle 'ego':
< [010] Context results for vehicle 'ego':
< [011] Context results for vehicle 'ego':
< [012] Context results for vehicle 'ego':
< opposite_lead_right
< [013] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [014] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [015] Context results for vehicle 'ego':
< opposite_follow_right2
< opposite_lead_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,109d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_middle
< opposite_lead_right
< [008] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_right
< opposite_lead_right2
< [009] Context results for vehicle 'ego':
< opposite_lead_left
< opposite_lead_left2
< opposite_lead_middle
< opposite_lead_middle2
< opposite_lead_right
< opposite_lead_right2
< [010] Context results for vehicle 'ego':
< opposite_follow_left2
< opposite_follow_middle2
< opposite_follow_right2
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,34d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< [002] Context results for vehicle 'ego':
< [003] Context results for vehicle 'ego':
< [004] Context results for vehicle 'ego':
< [005] Context results for vehicle 'ego':
< [006] Context results for vehicle 'ego':
< [007] Context results for vehicle 'ego':
< [008] Context results for vehicle 'ego':
< [009] Context results for vehicle 'ego':
< [010] Context results for vehicle 'ego':
< [011] Context results for vehicle 'ego':
< [012] Context results for vehicle 'ego':
< [013] Context results for vehicle 'ego':
< [014] Context results for vehicle 'ego':
< [015] Context results for vehicle 'ego':
< [016] Context results for vehicle 'ego':
< [017] Context results for vehicle 'ego':
< [018] Context results for vehicle 'ego':
< [019] Context results for vehicle 'ego':
< [020] Context results for vehicle 'ego':
< [021] Context results for vehicle 'ego':
< [022] Context results for vehicle 'ego':
< [023] Context results for vehicle 'ego':
< [024] Context results for vehicle 'ego':
< [025] Context results for vehicle 'ego':
< [026] Context results for vehicle 'ego':
< [027] Context results for vehicle 'ego':
<truncated after showing first 30 lines>
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBounds ( Last six runs Jun2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsDownDistZero ( Last six runs Jun2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsUpDistZero ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,144d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [002] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [003] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [004] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [005] Context results for vehicle 'ego':
< follow_right
< follow_right2
< lead_right
< lead_right2
< [006] Context results for vehicle 'ego':
< follow_right
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightDownDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,94d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [002] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [003] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [004] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [005] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [006] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [007] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [008] Context results for vehicle 'ego':
< follow_right
< follow_right2
< [009] Context results for vehicle 'ego':
< follow_right
< follow_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightUpDistZero ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,84d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [002] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [003] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [004] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [005] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [006] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [007] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [008] Context results for vehicle 'ego':
< lead_right
< lead_right2
< [009] Context results for vehicle 'ego':
< lead_right
< lead_right2
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance incompatible_filter ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> 
---------- Differences in output ----------
1,9c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <lateralDistance> <downstreamDistance> <upstreamDistance> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance internal_edges ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,46c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego' (step = 1):
< ego
< v2
< Context results for veh 'ego' (step = 2):
< ego
< v2
< Context results for veh 'ego' (step = 3):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 4):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 5):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 6):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 7):
< ego
< v1
< v2
< Context results for veh 'ego' (step = 8):
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance persons range_50_lateralDist_50 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,8c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< p10
< p8
< p9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <lateralDistance> <downstreamDistance> <upstreamDistance> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters lateralDistance range_50_lateralDist_50 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> 
---------- Differences in output ----------
1,9c1
< Subscribing to context of vehicle 'ego' (range=50.0)
< Adding lateral distance subscription filter ... (lateralDistance=50.0, downstreamDistance=50.0, upstreamDistance=50.0)
< Context results for veh 'ego':
< ego
< v10
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0
---
> Usage: runner <sumo/sumo-gui> <range> <lateralDistance> <downstreamDistance> <upstreamDistance> <testWithIncompatibleFilter (0/1)>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,86d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [007] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [008] Context results for vehicle 'ego':
< lead_straight
< follow_straight
< [009] Context results for vehicle 'ego':
< lead_straight
< follow_straight
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,139d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< follow_left
< lead_left
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< follow_left
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 75, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,190d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [002] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [003] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
< lead_left
< [004] Context results for vehicle 'ego':
< follow_straight
< follow_right
< follow_left
< lead_right
< lead_straight
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,137d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [002] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [003] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [004] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [005] Context results for vehicle 'ego':
< follow_right
< lead_right
< lead_straight
< follow_straight
< [006] Context results for vehicle 'ego':
< follow_right
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollowOpposite laneChangeOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,96d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< snail_leader
< [002] Context results for vehicle 'ego':
< snail_leader
< [003] Context results for vehicle 'ego':
< snail_leader
< [004] Context results for vehicle 'ego':
< snail_leader
< [005] Context results for vehicle 'ego':
< snail_leader
< [006] Context results for vehicle 'ego':
< snail_leader
< [007] Context results for vehicle 'ego':
< snail_leader
< [008] Context results for vehicle 'ego':
< snail_leader
< [009] Context results for vehicle 'ego':
< snail_leader
< [010] Context results for vehicle 'ego':
< opposite.0
< snail_leader
< [011] Context results for vehicle 'ego':
< opposite.0
< snail_leader
< [012] Context results for vehicle 'ego':
< opposite.0
< snail_leader
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters noOpposite lanesInclOpposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,46d0
< Loading configuration ... done.
< Subscribing to vehicle context of object 'ego'
< [001] Context results for vehicle 'ego':
< ego
< [002] Context results for vehicle 'ego':
< ego
< [003] Context results for vehicle 'ego':
< ego
< [004] Context results for vehicle 'ego':
< ego
< [005] Context results for vehicle 'ego':
< ego
< [006] Context results for vehicle 'ego':
< ego
< [007] Context results for vehicle 'ego':
< ego
< opp1
< [008] Context results for vehicle 'ego':
< ego
< opp1
< [009] Context results for vehicle 'ego':
< ego
< opp1
< [010] Context results for vehicle 'ego':
< ego
< opp1
< [011] Context results for vehicle 'ego':
< ego
< opp1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10_disregard_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0, 1], opposite=False)
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u100 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,10d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=100.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v4
< v7
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u80 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=80.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v4
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d155u65 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,11d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=155.0, upstreamDist=65.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v1
< v3
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d200u10 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=200.0, upstreamDist=10.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v2
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d20u30 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d30u20 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=30.0, upstreamDist=20.0, lanes=[0], opposite=False)
< Context results for veh 'ego':
< ego
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_10_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=10.0, upstreamDist=10.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v10
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_only_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=0.0, upstreamDist=150.0, lanes=[1], opposite=True)
< Context results for veh 'ego':
< v10
< v5
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,12d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=0.0, upstreamDist=150.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v10
< v4
< v5
< v7
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d100_u0_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 85, in <module>
>     opposite = bool(int(sys.argv[5]))
> ValueError: invalid literal for int() with base 10: '0.0'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=100.0, upstreamDist=0.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v6
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_only_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 85, in <module>
>     opposite = bool(int(sys.argv[5]))
> ValueError: invalid literal for int() with base 10: '0.0'
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=0.0, lanes=[1], opposite=True)
< Context results for veh 'ego':
< v1
< v3
< v6
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_with_opposite ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 85, in <module>
>     opposite = bool(int(sys.argv[5]))
> ValueError: invalid literal for int() with base 10: '0.0'
---------- Differences in output ----------
1,12d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=0.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v1
< v2
< v3
< v6
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u250_all ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 87, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,17d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ... 
< (downstreamDist=250.0, upstreamDist=250.0, lanes=[0, 1], opposite=True)
< Context results for veh 'ego':
< ego
< v1
< v10
< v2
< v3
< v4
< v5
< v6
< v7
< v8
< v9
< Ok: Unsubscribe successful
< Print ended at step 3.0

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

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,115d0
< Subscribing to context of vehicle 'ego'
< Adding turn filter ... 
< (downstreamDist=250.0, upstreamDist=250.0)
< Step 1:
< Context results for veh 'ego':
< v4
< v6
< Step 2:
< Context results for veh 'ego':
< v4
< v6
< Step 3:
< Context results for veh 'ego':
< v4
< v6
< Step 4:
< Context results for veh 'ego':
< v4
< v5.2
< v6
< Step 5:
< Context results for veh 'ego':
< v4
< v5.2
< v6
< Step 6:
< Context results for veh 'ego':
< v4
< v4.2
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,80d0
< Subscribing to context of vehicle 'ego'
< Adding turn filter ... 
< (downstreamDist=50.0, upstreamDist=50.0)
< Step 1:
< Context results for veh 'ego':
< v4
< Step 2:
< Context results for veh 'ego':
< v4
< Step 3:
< Context results for veh 'ego':
< v4
< Step 4:
< Context results for veh 'ego':
< v4
< Step 5:
< Context results for veh 'ego':
< v4
< Step 6:
< Context results for veh 'ego':
< v4
< v4.2
< Step 7:
< Context results for veh 'ego':
< v4
< v4.2
< Step 8:
< Context results for veh 'ego':
< v4
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass none ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 98, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite, vTypes, vClasses)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,9d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:[])
< Context results for veh 'ego':
< ego
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_negative ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 98, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite, vTypes, vClasses)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:['passenger'])
< Context results for veh 'ego':
< ego
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_positive ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 98, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite, vTypes, vClasses)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:[], vClasses:['truck'])
< Context results for veh 'ego':
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vType_negative ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 98, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite, vTypes, vClasses)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,7d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:['unknown'], vClasses:[])
< Context results for veh 'ego':
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters vType_and_vClass vType_positive ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 98, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), lanes, opposite, vTypes, vClasses)
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,8d0
< Subscribing to context of vehicle 'ego'
< Adding subscription filters ...
< (downstreamDist=20.0, upstreamDist=30.0, lanes=[0], opposite=False
<    vTypes:['t0'], vClasses:[])
< Context results for veh 'ego':
< v8
< Ok: Unsubscribe successful
< Print ended at step 3.0

TEST FAILED on ts-sim-build-ba : traci bugs ticket1010 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket1010/runner.py", line 49, in <module>
>     run()
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/bugs/ticket1010/runner.py", line 38, in run
>     traci.start(cmd)
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 157, in start
>     sumoProcess = subprocess.Popen(cmd2)
>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory

TEST FAILED on ts-sim-build-ba : traci bugs ticket3522 ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,5
> Error: Error: Invalid vehicles in state (may be a micro state)!
> Quitting (on error).
> Traceback (most recent call last):
>     raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO
---------- Differences in output ----------
18,34d17
< Get after load....
< vtype
< 1.0 == 1.0
< 1.0 == 1.0
< 2.0 == 2.0
< 3.0 == 3.0
< 6.0 == 6.0
< 7.0 == 7.0
< 1.3 == 1.3
< vehicle
< 1.0 == 1.0
< 1.0 == 1.0
< 2.0 == 2.0
< 3.0 == 3.0
< 6.0 == 6.0
< 7.0 == 7.0
< 1.3 == 1.3
---------- Differences in vehroutes ----------
5,16d4
<     <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="270.00">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
< 
<     <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" speedFactor="1.06" arrival="276.00">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
< 
<     <vehicle id="veh2" type="t2@veh2" depart="20.00" departPos="100.00" departSpeed="10.00" speedFactor="1.01" arrival="282.00">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
< 

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
1,2c1,8
< Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
< Quitting (on error).
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/busySocket/runner.py", line 41, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg", "--remote-port", str(PORT)] + addOption)
>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< Loading configuration ... done.
traci connection busySocket sumo ( Last six runs Jun2020 )
traci connection busySocket sumo-gui ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/clientCloses/runner.py", line 68, in <module>
>     runSingle(99, 50)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/clientCloses/runner.py", line 47, in runSingle
>     [sumoBinary, "-c", "sumo.sumocfg", "--remote-port", str(PORT)] + opt)
>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
---------- Differences in output ----------
3,21d2
< Loading configuration ... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration ... done.
< Print ended at step 100
< =========== empty routes in SUMO ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Loading configuration ... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration ... done.
< Print ended at step 100
< =========== vehicle leaves before TraCI ends ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Loading configuration ... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration ... done.
< Print ended at step 100
traci connection clientCloses sumo ( Last six runs Jun2020 )
traci connection clientCloses sumo-gui ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/closingOutput/runner.py", line 36, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"] + addOption)
>   File "/home/delphi/extraGcc/sumo/tools/traci/main.py", line 157, in start
>     sumoProcess = subprocess.Popen(cmd2)
>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>


<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
    <timestep time="0.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="5.10" speed="0.00"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="1.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="6.53" speed="1.43"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="2.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="10.57" speed="4.03"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="3.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="16.77" speed="6.21"/>
            </lane>
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
</tripinfos>
traci connection closingOutput sumo ( Last six runs Jun2020 )
traci connection closingOutput sumo-gui ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections asyncDisconnect sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,88
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
> Traceback (most recent call last):
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,16d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 20.0
< Process 1 was informed about 1 entered vehicles
< Process 2 ended at step 99.0
< Process 2 was informed about 3 entered vehicles
18,30d4
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 20.0
< Process 1 was informed about 1 entered vehicles
< Process 2 ended at step 99.0
< Process 2 was informed about 3 entered vehicles
33,48d6
< Loading configuration ... done.
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections basic sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,120
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
> Traceback (most recent call last):
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,14d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 99.0
< Process 2 ended at step 99.0
16,26d4
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 99.0
< Process 2 ended at step 99.0
29,45d6
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 5 clients...
<   client connected
<   client connected
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections basic sumo-gui ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,120
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
> Traceback (most recent call last):
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,6d3
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
8,10d4
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
13,18d6
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
20,25d7
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
29,31d10
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
33,35d11
< Loading configuration ... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections concurringSubscriptions sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,18
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
4,17d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
<    1 subscribing to speed (ID = 64) of vehicle 'horiz'
<    -> {'horiz': {64: 0.0}}
<    2 subscribing to acceleration (ID = 70) of vehicle 'horiz'
<    -> {'horiz': {70: 2.6}}
< Process 1 (order 1) ended at step 120.0
< Process 2 (order 2) ended at step 120.0
20,1969d5
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
<    2 subscribing to acceleration (ID = 70) of vehicle 'horiz'
<    -> {'horiz': {70: 2.6}}
<    1 subscribing to speed (ID = 64) of vehicle 'horiz'
<    -> {'horiz': {64: 0.0}}
< Process 1 (order 9) ended at step 120.0
< Process 2 (order 8) ended at step 120.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections differentSteplengths sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,68
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,22d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 4 clients...
<   client connected
<   client connected
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 99.0
< Process 1 was informed about 3 entered vehicles
< Process 2 ended at step 99.0
< Process 2 was informed about 3 entered vehicles
< Process 3 ended at step 101.0
< Process 3 was informed about 3 entered vehicles
< Process 4 ended at step 100.0
< Process 4 was informed about 3 entered vehicles
24,42d4
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 4 clients...
<   client connected
<   client connected
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections orderDependentResults sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,18
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
4,1237d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
<    stepping (step 1)...
<    Retrieving position for vehicle 'horiz' -> 5.1 on lane '2fi_0'
<    Retrieving speed for vehicle 'horiz' -> 0.0
<    Setting speed for vehicle 'horiz' -> 5
<    Retrieving speed for vehicle 'horiz' -> 0.0
<    stepping (step 1)...
<    Retrieving position for vehicle 'horiz' -> 5.1 on lane '2fi_0'
<    Retrieving speed for vehicle 'horiz' -> 0.0
<    Setting speed for vehicle 'horiz' -> 10
<    Retrieving speed for vehicle 'horiz' -> 0.0
<    stepping (step 2)...
<    Retrieving position for vehicle 'horiz' -> 15.1 on lane '2fi_0'
<    Retrieving speed for vehicle 'horiz' -> 10.0
<    Setting speed for vehicle 'horiz' -> 5
<    Retrieving speed for vehicle 'horiz' -> 10.0
<    stepping (step 2)...
<    Retrieving position for vehicle 'horiz' -> 15.1 on lane '2fi_0'
<    Retrieving speed for vehicle 'horiz' -> 10.0
<    Setting speed for vehicle 'horiz' -> 10
<    Retrieving speed for vehicle 'horiz' -> 10.0
<    stepping (step 3)...
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections subsecondSUMOstep sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,68
> /bin/sh: 0: Illegal option --
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> /bin/sh: 0: Illegal option --
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,22d3
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 4 clients...
<   client connected
<   client connected
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Process 1 ended at step 99.0
< Process 1 was informed about 3 entered vehicles
< Process 2 ended at step 99.0
< Process 2 was informed about 3 entered vehicles
< Process 3 ended at step 100.3
< Process 3 was informed about 3 entered vehicles
< Process 4 ended at step 100.0
< Process 4 was informed about 3 entered vehicles
24,42d4
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 4 clients...
<   client connected
<   client connected
<   client connected
<   client connected
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections unspecifiedOrderWarning sumo ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,2
< Error: Execution order (libsumo::CMD_SETORDER) was not set for all TraCI clients in pre-execution phase.
< Quitting (on error).
< Error: Execution order (libsumo::CMD_SETORDER) was not set for all TraCI clients in pre-execution phase.
< Quitting (on error).
---
> /bin/sh: 0: Illegal option --
> /bin/sh: 0: Illegal option --
---------- Differences in output ----------
3,9c3,4
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< client 1:  connection closed by SUMO  (at TraCIStep 1)
< client 2:  connection closed by SUMO  (at TraCIStep 1)
---
> client 1:  Could not connect in 11 tries  (at TraCIStep 1)
> client 2:  Could not connect in 11 tries  (at TraCIStep 1)
11,17c6,7
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
<   waiting for 2 clients...
<   client connected
<   client connected
< client 1:  connection closed by SUMO  (at TraCIStep 1)
< client 2:  connection closed by SUMO  (at TraCIStep 1)
---
> client 1:  Could not connect in 11 tries  (at TraCIStep 1)
> client 2:  Could not connect in 11 tries  (at TraCIStep 1)

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,4
> /bin/sh: 0: Illegal option --
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
2d1
< Loading configuration ... done.
4,62d2
< Print ended at step 100
< Loading configuration ... done.
<  Run 1
< Print ended at step 100
< Loading configuration ... done.
<  Run 2
< Print ended at step 100
< Loading configuration ... done.
<  Run 3
< Print ended at step 100
< Loading configuration ... done.
<  Run 4
< Print ended at step 100
< Loading configuration ... done.
<  Run 5
< Print ended at step 100
< Loading configuration ... done.
<  Run 6
< Print ended at step 100
< Loading configuration ... done.
<  Run 7
< Print ended at step 100
< Loading configuration ... done.
<  Run 8
< Print ended at step 100
< Loading configuration ... done.
<  Run 9
<truncated after showing first 30 lines>
traci connection repeatedConnection sumo ( Last six runs Jun2020 )
traci connection repeatedConnection sumo-gui ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['1fi']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions edge_100m ( Last six runs Jun2020 )
traci contextSubscriptions edge_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions junction_100m ( Last six runs Jun2020 )
traci contextSubscriptions junction_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['2si_0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions lane_100m ( Last six runs Jun2020 )
traci contextSubscriptions lane_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['p0']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions person_100m ( Last six runs Jun2020 )
traci contextSubscriptions person_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['poi']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions poi_100m ( Last six runs Jun2020 )
traci contextSubscriptions poi_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['poly']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions polygon_100m ( Last six runs Jun2020 )
traci contextSubscriptions polygon_200m ( Last six runs Jun2020 )

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
1,5d0
< Loading configuration ... done.
< ['ego']
< Ok: Unsubscribe successful
< Print ended at step 1003.0
< Ok: Subscription and computed are same
traci contextSubscriptions range_100m ( Last six runs Jun2020 )
traci contextSubscriptions range_200m ( Last six runs Jun2020 )

TEST FAILED on ts-sim-build-ba : traci lane lane_intermodal ( Last six runs Jun2020 )

---------- Differences in errors ----------
1c1,3
< Error: Answered with error to command 0xa3: Lane ':C_15_0' is not known
---
> Traceback (most recent call last):
>     raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision laneChanging leftLane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,4
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e2_2', gap=-7.50, time=6.00 stage=laneChange.
< Warning: Vehicle 'left' ends teleporting on edge 'e3', time 6.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
> ValueError: invalid literal for int() with base 10: 'sumo'
---------- Differences in output ----------
1,28d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< [000] lane 1, lateral pos: 0.00
< [001] lane 1, lateral pos: 0.00
< [002] lane 1, lateral pos: 0.00
< [003] lane 1, lateral pos: 0.00
< [004] lane 1, lateral pos: 0.00
< trying to change lane...
< [005] lane 1, lateral pos: 0.00
< [006] lane 2, lateral pos: 0.00
< [007] lane 2, lateral pos: 0.00
< [008] lane 2, lateral pos: 0.00
< [009] lane 2, lateral pos: 0.00
< [010] lane 2, lateral pos: 0.00
< [011] lane 2, lateral pos: 0.00
< [012] lane 2, lateral pos: 0.00
< [013] lane 2, lateral pos: 0.00
< [014] lane 2, lateral pos: 0.00
< [015] lane 2, lateral pos: 0.00
< [016] lane 2, lateral pos: 0.00
< [017] lane 2, lateral pos: 0.00
< [018] lane 2, lateral pos: 0.00
< [019] lane 2, lateral pos: 0.00
< [020] Vehicle 'collider' has arrived at destination
< Print ended at step 21

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision laneChanging rightLane ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2c1,4
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'right', lane='e2_0', gap=-7.50, time=6.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e3', time 6.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
> ValueError: invalid literal for int() with base 10: 'sumo'
---------- Differences in output ----------
1,24d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< [000] lane 1, lateral pos: 0.00
< [001] lane 1, lateral pos: 0.00
< [002] lane 1, lateral pos: 0.00
< [003] lane 1, lateral pos: 0.00
< [004] lane 1, lateral pos: 0.00
< trying to change lane...
< [005] lane 1, lateral pos: 0.00
< [006] lane 0, lateral pos: 0.00
< [007] lane 0, lateral pos: 0.00
< [008] lane 0, lateral pos: 0.00
< [009] lane 0, lateral pos: 0.00
< [010] lane 0, lateral pos: 0.00
< [011] lane 0, lateral pos: 0.00
< [012] lane 0, lateral pos: 0.00
< [013] lane 0, lateral pos: 0.00
< [014] lane 0, lateral pos: 0.00
< [015] lane 0, lateral pos: 0.00
< [016] Vehicle 'collider' has arrived at destination
< Print ended at step 17

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging leftLane0.2 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,4
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e3_2', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e3_2', gap=-7.50', latGap=-0.10, time=11.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 11.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e4', time 11.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,39d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by 0.20...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.20...
< [001] lane 1, lateral pos: 0.20
< trying to change lateral position by 0.20...
< [002] lane 1, lateral pos: 0.40
< trying to change lateral position by 0.20...
< [003] lane 1, lateral pos: 0.60
< trying to change lateral position by 0.20...
< [004] lane 1, lateral pos: 0.80
< trying to change lateral position by 0.20...
< [005] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.20...
< [006] lane 1, lateral pos: 1.20
< trying to change lateral position by 0.20...
< [007] lane 1, lateral pos: 1.40
< trying to change lateral position by 0.20...
< [008] lane 1, lateral pos: 1.60
< trying to change lateral position by 0.20...
< [009] lane 2, lateral pos: -1.40
< trying to change lateral position by 0.20...
< [010] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.20...
< [011] lane 0, lateral pos: 0.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc lateralCollision sublaneChanging leftLane0.5 ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,8c1,4
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e1_2', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e1_2', gap=-7.50', latGap=-0.40, time=5.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e2', time 6.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e2', time 6.00.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'left', lane='e3_2', gap=-7.50', latGap=-0.40, time=11.00 stage=laneChange.
< Warning: Teleporting vehicle 'left'; collision with vehicle 'collider', lane='e3_2', gap=-7.50', latGap=-0.40, time=11.00 stage=laneChange.
< Warning: Vehicle 'collider' ends teleporting on edge 'e4', time 11.00.
< Warning: Vehicle 'left' ends teleporting on edge 'e4', time 11.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
> ValueError: could not convert string to float: sumo
---------- Differences in output ----------
1,39d0
< Loading configuration ... done.
< old lanechangemode 011001010101
< old speedmode 31
< new lanechangemode 010001010101
< new speedmode 0
< trying to change lateral position by 0.50...
< [000] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.50...
< [001] lane 1, lateral pos: 0.50
< trying to change lateral position by 0.50...
< [002] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.50...
< [003] lane 1, lateral pos: 1.50
< trying to change lateral position by 0.50...
< [004] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.50...
< [005] lane -1073741824, lateral pos: -1073741824.00
< trying to change lateral position by 0.50...
< [006] lane 1, lateral pos: 0.00
< trying to change lateral position by 0.50...
< [007] lane 1, lateral pos: 0.50
< trying to change lateral position by 0.50...
< [008] lane 1, lateral pos: 1.00
< trying to change lateral position by 0.50...
< [009] lane 1, lateral pos: 1.50
< trying to change lateral position by 0.50...
< [010] lane 2, lateral pos: -1.20
< trying to change lateral position by 0.50...
< [011] lane 0, lateral pos: 0.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci misc rerouting person stop_walk_stop_walk ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/rerouting/person/stop_walk_stop_walk/runner.py", line 27, in <module>
>     import libsumo as traci  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 20, in <module>
>     from .libsumo import *  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 17, in <module>
>     _libsumo = swig_import_helper()
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 16, in swig_import_helper
>     return importlib.import_module('_libsumo')
>   File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
>     __import__(name)
> ImportError: No module named _libsumo
---------- Missing result in fcd ----------
<?xml version="1.0" encoding="UTF-8"?>


<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
    <timestep time="0.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="107.95" y="81.95" angle="270.00" speed="0.00" pos="81.95" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00" departPos="-10.00" arrival="110.00">
        <stop lane="SC_0" duration="15.00"/>
        <walk edges="SC CN"/>
        <stop lane="CN_0" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

TEST FAILED on ts-sim-build-ba : traci vehicle distance_after_reroute ( Last six runs Jun2020 )

---------- Differences in output ----------
2,5c2,5
< 1145.0
< ('ed0', 'ed1', 'ed5')
< 1145.0
< 1165.0
---
> 164.126666667
> ('ed1', 'ed5')
> 164.126666667
> 164.126666667
7,9c7,9
< 1165.0
< 129 1235.0
< 130 1245.0
---
> 164.126666667
> 129 0.0
> 130 0.0
---------- Differences in rawdump ----------
8,12c8
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="5.10" speed="0.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
17,21c13
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="6.10" speed="1.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
26,30c18
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="8.10" speed="2.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
35,39c23
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="11.10" speed="3.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle nextTLS ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,96
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
> Warning: getNextTLS not yet implemented for meso
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,90c1,90
< 1.0 (('C', 13, 86.85000000000001, 'g'), ('C', 15, 270.75, 'r'), ('C', 10, 454.65, 'G'))
< 2.0 (('C', 13, 84.25, 'g'), ('C', 15, 268.15, 'r'), ('C', 10, 452.04999999999995, 'G'))
< 3.0 (('C', 13, 79.05000000000001, 'g'), ('C', 15, 283.41, 'r'), ('C', 10, 467.31, 'G'))
< 4.0 (('C', 13, 71.25, 'g'), ('C', 15, 275.61, 'r'), ('C', 10, 459.51, 'G'))
< 5.0 (('C', 13, 60.85, 'g'), ('C', 15, 265.21, 'r'), ('C', 10, 449.10999999999996, 'G'))
< 6.0 (('C', 13, 47.85, 'g'), ('C', 15, 252.20999999999998, 'r'), ('C', 10, 436.10999999999996, 'G'))
< 7.0 (('C', 13, 33.96, 'g'), ('C', 15, 238.32, 'r'), ('C', 10, 422.21999999999997, 'G'))
< 8.0 (('C', 13, 20.070000000000007, 'g'), ('C', 15, 224.43, 'r'), ('C', 10, 408.33, 'G'))
< 9.0 (('C', 13, 6.777000000000001, 'g'), ('C', 15, 211.137, 'r'), ('C', 10, 395.037, 'G'))
< 10.0 (('C', 15, 202.344, 'r'), ('C', 10, 386.24399999999997, 'G'))
< 11.0 (('C', 15, 190.95100000000002, 'r'), ('C', 10, 374.851, 'G'))
< 12.0 (('C', 15, 177.06099999999998, 'r'), ('C', 10, 360.96099999999996, 'G'))
< 13.0 (('C', 15, 163.171, 'r'), ('C', 10, 347.07099999999997, 'G'))
< 14.0 (('C', 15, 149.281, 'r'), ('C', 10, 333.181, 'G'))
< 15.0 (('C', 15, 135.391, 'r'), ('C', 10, 319.291, 'G'))
< 16.0 (('C', 15, 121.501, 'r'), ('C', 10, 305.401, 'G'))
< 17.0 (('C', 15, 107.61099999999999, 'r'), ('C', 10, 291.51099999999997, 'G'))
< 18.0 (('C', 15, 93.721, 'r'), ('C', 10, 277.621, 'G'))
< 19.0 (('C', 15, 79.83099999999999, 'r'), ('C', 10, 268.731, 'G'))
< 20.0 (('C', 15, 65.941, 'r'), ('C', 10, 254.841, 'G'))
< 21.0 (('C', 15, 52.050999999999995, 'r'), ('C', 10, 240.95100000000002, 'G'))
< 22.0 (('C', 15, 38.160999999999994, 'r'), ('C', 10, 227.06099999999998, 'G'))
< 23.0 (('C', 15, 24.271, 'r'), ('C', 10, 213.171, 'G'))
< 24.0 (('C', 15, 12.01433333333334, 'r'), ('C', 10, 200.91433333333333, 'G'))
< 25.0 (('C', 15, 4.257666666666665, 'r'), ('C', 10, 193.15766666666667, 'G'))
< 26.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 27.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 28.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
< 29.0 (('C', 15, 1.0010000000000048, 'r'), ('C', 10, 189.901, 'G'))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle resume ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1
> Warning: resume not yet implemented for meso
---------- Differences in rawdump ----------
8,12c8
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="5.10" speed="0.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
17,21c13
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="6.10" speed="1.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
26,30c18
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="8.10" speed="2.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
---
>             <vehicle id="Stapler_00" pos="0.00" speed="10.00"/>
35,39c23
<             <lane id="ed0_0">
<                 <vehicle id="Stapler_00" pos="11.10" speed="3.00"/>
<             </lane>
<             <lane id="ed0_1"/>
<             <lane id="ed0_2"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle vehicle ( Last six runs Jun2020 )

---------- Differences in errors ----------
31,425c31,36
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Error: Answered with error to command 0xa4: Vehicle 'anotherOne' is not known.
< Warning: moveTo not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: moveToXY not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
< Warning: getLeader not yet implemented for meso
<truncated after showing first 30 lines>
---------- Differences in output ----------
55a56
> stopDelay -1.0
128c129
< emissionclass HBEFA2/zero
---
> emissionclass Zero/default
132a134
> stopDelay -1.0
209a212
> stopDelay -1.0
300a304
> stopDelay -1.0
324,994d327
< step 13.0
< {104: None}
< {80: '2fi', 86: 83.33333333333333}
< ()
< step 14.0
< {104: None}
< {80: '2fi', 86: 83.33333333333333}
< ()
< step 15.0
< {104: None}
< {80: '2fi', 86: 83.33333333333333}
< ()
< step 16.0
< {104: None}
< {80: '2fi', 86: 83.33333333333333}
< ()
< step 17.0
<truncated after showing first 30 lines>
---------- Differences in tripinfo ----------
5,6d4
<     <tripinfo id="1" depart="6.00" departLane="" departPos="0.00" departSpeed="11.11" departDelay="0.00" arrival="19.00" arrivalLane="" arrivalPos="83.33" arrivalSpeed="11.11" duration="13.00" routeLength="83.33" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="1" devices="vehroute_1 tripinfo_1" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="traci"/>
<     <tripinfo id="failVeh" depart="128.00" departLane="" departPos="0.00" departSpeed="11.11" departDelay="0.00" arrival="161.00" arrivalLane="" arrivalPos="134.00" arrivalSpeed="13.89" duration="33.00" routeLength="384.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="vehroute_failVeh tripinfo_failVeh routing_failVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
---------- Differences in vehroutes ----------
5,15d4
<     <vehicle id="1" depart="6.00" arrival="19.00">
<         <routeDistribution>
<             <route replacedOnEdge="" reason="traci:changeTarget" replacedAtTime="6.00" probability="0" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/>
<             <route edges="2fi 2si 4o 4fi"/>
<         </routeDistribution>
<     </vehicle>
< 
<     <vehicle id="failVeh" depart="128.00" arrival="161.00">
<         <route edges="3fi disconnected"/>
<     </vehicle>
< 

TEST FAILED on ts-sim-build-ba : traci vehicletype save_and_load_vtype_params ( Last six runs Jun2020 )

---------- Differences in errors ----------
3,4c3,4
< Warning: setActionStepLength not applicable for meso
< Warning: setActionStepLength not applicable for meso
---
> Error: setActionStepLength not applicable for meso
> Error: setActionStepLength not applicable for meso

Detailed information for the tests that had known bugs:

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

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1,2
> 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
> internal corner (outside, far) failed: x=203, x2=203.0,   y=-4, y2=-4.0,   lane=, lane2=middle_0, pos=-1073741824.0, pos2=100.0   posLat=-1073741824.0 posLat2=-1.41421356237

TEST had known bugs (see #5383) on ts-sim-build-ba : traci misc moveToXY permissions ( Last six runs Jun2020 )

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1
> right lane (ignore permissions) failed: mode=6 x=40, x2=40.0,   y=-1.6, y2=-1.6,   lane=beg_0, lane2=, pos=40, pos2=-1073741824.0   posLat=0.0 posLat2=-1073741824.0

python3: 350 tests: 324 succeeded 14 known bugs 12 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : netconvert osm_roundtrip ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,22c1,4
< Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4616435').
< Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '5363708').
< Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|highway.primary' (first occurence for edge '7216737').
< Warning: Discarding unusable type 'railway.construction' (first occurence for edge '11390634').
< Warning: Discarding unusable type 'highway.construction' (first occurence for edge '24154002').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '24214693').
< Warning: Reducing junction cluster 283018817,38919652,38919712,38919808 (5 incoming edges).
< Warning: Minor green from edge '7216737#3' to edge '24214694' exceeds 19.44m/s. Maybe a left-turn lane is missing.
< Warning: Minor green from edge '-24214693#0' to edge '-7727483#3' exceeds 19.44m/s. Maybe a left-turn lane is missing.
< Warning: Minor green from edge '7727483#1' to edge '-7216737#3' exceeds 19.44m/s. Maybe a left-turn lane is missing.
< Warning: Minor green from edge '-24214694' to edge '24214693#0' exceeds 19.44m/s. Maybe a left-turn lane is missing.
< --- 
< +++ 
< @@ -977,7 +977,7 @@
<      <junction id="38919927" type="priority" x="297.39" y="446.01" incLanes="-6137233#0_0" intLanes="" shape="297.39,446.01 296.76,449.15 297.39,446.01">
<          <request index="0" response="0" foes="0"/>
<      </junction>
< -    <junction id="38920501" type="priority" x="495.47" y="311.99" incLanes="27441289_0 -7727483#0_0" intLanes="" shape="492.27,312.15 498.66,311.83 498.65,311.60">
< +    <junction id="38920501" type="priority" x="495.47" y="311.99" incLanes="27441289_0 -7727483#0_0" intLanes="" shape="492.27,312.13 498.66,311.82 498.65,311.57">
<          <request index="0" response="00" foes="00"/>
<          <request index="1" response="00" foes="00"/>
<      </junction>
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/netconvert/osm_roundtrip/runner.py", line 32, in <module>
>     import StringIO
> ModuleNotFoundError: No module named 'StringIO'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.6" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-399345.66,-5809365.64" convBoundary="-1.27,0.00,1737.68,767.39" origBoundary="13.364829,52.424764,13.574340,52.459643" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="highway.bridleway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.bus_guideway" priority="1" numLanes="1" speed="27.78" allow="bus" oneway="1"/>
    <type id="highway.cycleway" priority="1" numLanes="1" speed="8.33" allow="bicycle" oneway="0" width="1.00"/>
    <type id="highway.footway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.ford" priority="1" numLanes="1" speed="2.78" allow="army" oneway="0"/>
    <type id="highway.living_street" priority="2" numLanes="1" speed="2.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.motorway" priority="14" numLanes="2" speed="39.44" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
    <type id="highway.motorway_link" priority="9" numLanes="1" speed="22.22" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
    <type id="highway.path" priority="1" numLanes="1" speed="2.78" allow="pedestrian bicycle" oneway="1" width="2.00"/>
    <type id="highway.pedestrian" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.primary" priority="12" numLanes="2" speed="27.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.primary_link" priority="7" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.raceway" priority="15" numLanes="2" speed="83.33" allow="vip" oneway="0"/>
    <type id="highway.residential" priority="3" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.secondary" priority="11" numLanes="1" speed="27.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.secondary_link" priority="6" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.service" priority="1" numLanes="1" speed="5.56" allow="pedestrian delivery bicycle" oneway="0"/>
    <type id="highway.stairs" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.step" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.steps" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.tertiary" priority="10" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.tertiary_link" priority="5" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.track" priority="1" numLanes="1" speed="5.56" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : sumo lane_change best_lanes ( Last six runs Jun2020 )

---------- Differences in output ----------
9c9
< lane 0 ok
---
> lane 0 mismatches
30,32c30,32
< lane 0 ok
< lane 1 ok
< lane 2 ok
---
> lane 0 mismatches
> lane 1 mismatches
> lane 2 mismatches
53,55c53,55
< lane 0 ok
< lane 1 ok
< lane 2 ok
---
> lane 0 mismatches
> lane 1 mismatches
> lane 2 mismatches
76,78c76,78
< lane 0 ok
< lane 1 ok
< lane 2 ok
---
> lane 0 mismatches
> lane 1 mismatches
> lane 2 mismatches
99,101c99,101
< lane 0 ok
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : sumo socketout ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,2d0
< Error: send failed: Software caused tcpip::Socket abort
< Quitting (on error).
5d2
< Error: Error on closing output devices.
6a4,14
> Quitting (on error).
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
>     self.run()
>   File "/usr/lib/python3.6/threading.py", line 864, in run
>     self._target(*self._args, **self._kwargs)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/sumo/socketout/runner.py", line 53, in main
>     msg = msg + chunk
> TypeError: must be str, not bytes
> 
---------- Differences in output ----------
2,30d1
< <?xml version="1.0" encoding="UTF-8"?>
< 
< 
< <meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
<     <interval begin="0.00" end="60.00" id="dump_60">
<         <edge id="3/1to2/1" sampledSeconds="54.90" CO_abs="1056.825000" CO2_abs="115961.000000" HC_abs="7.304750" PMx_abs="0.684725" NOx_abs="38.170750" fuel_abs="49.848181" electricity_abs="0"
<             CO_normed="162.380282" CO2_normed="17817.311140" HC_normed="1.122369" PMx_normed="0.105207" NOx_normed="5.864904" fuel_normed="7.659131" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<         <edge id="4/1to3/1" sampledSeconds="58.70" CO_abs="1129.975000" CO2_abs="123987.444444" HC_abs="7.810361" PMx_abs="0.732119" NOx_abs="40.812806" fuel_abs="53.298510" electricity_abs="0"
<             CO_normed="173.619718" CO2_normed="19050.567648" HC_normed="1.200055" PMx_normed="0.112490" NOx_normed="6.270854" fuel_normed="8.189272" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<     </interval>
<     <interval begin="60.00" end="120.00" id="dump_60">
<         <edge id="1/1to0/1" sampledSeconds="18.70" CO_abs="359.975000" CO2_abs="39498.555556" HC_abs="2.488139" PMx_abs="0.233231" NOx_abs="13.001694" fuel_abs="16.979253" electricity_abs="0"
<             CO_normed="55.309859" CO2_normed="6068.920188" HC_normed="0.382300" PMx_normed="0.035836" NOx_normed="1.997700" fuel_normed="2.608848" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<         <edge id="2/1to1/1" sampledSeconds="78.70" CO_abs="1514.975000" CO2_abs="166231.888889" HC_abs="10.471472" PMx_abs="0.981564" NOx_abs="54.718361" fuel_abs="71.458139" electricity_abs="0"
<             CO_normed="232.774648" CO2_normed="25541.391379" HC_normed="1.608933" PMx_normed="0.150816" NOx_normed="8.407431" fuel_normed="10.979484" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<         <edge id="3/1to2/1" sampledSeconds="23.80" CO_abs="458.150000" CO2_abs="50270.888889" HC_abs="3.166722" PMx_abs="0.296839" NOx_abs="16.547611" fuel_abs="21.609958" electricity_abs="0"
<             CO_normed="70.394366" CO2_normed="7724.080239" HC_normed="0.486564" PMx_normed="0.045609" NOx_normed="2.542527" fuel_normed="3.320352" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<     </interval>
<     <interval begin="120.00" end="150.00" id="dump_60">
<         <edge id="1/1to0/1" sampledSeconds="57.50" CO_abs="1106.875000" CO2_abs="121452.777778" HC_abs="7.650694" PMx_abs="0.717153" NOx_abs="39.978472" fuel_abs="52.208932" electricity_abs="0"
<             CO_normed="340.140845" CO2_normed="37322.236449" HC_normed="2.351046" PMx_normed="0.220380" NOx_normed="12.285318" fuel_normed="16.043718" electricity_normed="0"
<             traveltime="39.05" CO_perVeh="751.712500" CO2_perVeh="82482.277778" HC_perVeh="5.195819" PMx_perVeh="0.487040" NOx_perVeh="27.150597" fuel_perVeh="35.456675" electricity_perVeh="0"/>
<     </interval>
< </meandata>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : sumo speedMap ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,4c1,4
< Warning: Teleporting vehicle '15'; collision with vehicle '14', lane='1/1to2/1_0', gap=-0.51, time=10.00 stage=move.
< Warning: Vehicle '15' ends teleporting on edge '2/1to3/1', time 10.00.
< Warning: Teleporting vehicle '17'; collision with vehicle '16', lane='1/1to2/1_0', gap=-1.18, time=13.00 stage=move.
< Warning: Vehicle '17' ends teleporting on edge '2/1to3/1', time 13.00.
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/sumo/speedMap/genroutes.py", line 83, in <module>
>     matrix[int(vehicle.id)][count / numVehs] = 3.6 * float(vehicle.speed)
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
---------- Differences in output ----------
2,10d1
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
---------- Differences in state ----------
39,63c39,63
<                 <vehicle id="24" pos="308.00" speed="0.00"/>
<                 <vehicle id="23" pos="316.00" speed="0.00"/>
<                 <vehicle id="22" pos="324.00" speed="0.00"/>
<                 <vehicle id="21" pos="332.00" speed="0.00"/>
<                 <vehicle id="20" pos="340.00" speed="0.00"/>
<                 <vehicle id="19" pos="348.00" speed="0.00"/>
<                 <vehicle id="18" pos="356.00" speed="0.00"/>
<                 <vehicle id="17" pos="364.00" speed="0.00"/>
<                 <vehicle id="16" pos="372.00" speed="0.00"/>
<                 <vehicle id="15" pos="380.00" speed="0.00"/>
<                 <vehicle id="14" pos="388.00" speed="0.00"/>
<                 <vehicle id="13" pos="396.00" speed="0.00"/>
<                 <vehicle id="12" pos="404.00" speed="0.00"/>
<                 <vehicle id="11" pos="412.00" speed="0.00"/>
<                 <vehicle id="10" pos="420.00" speed="0.00"/>
<                 <vehicle id="9" pos="428.00" speed="0.00"/>
<                 <vehicle id="8" pos="436.00" speed="0.00"/>
<                 <vehicle id="7" pos="444.00" speed="0.00"/>
<                 <vehicle id="6" pos="452.00" speed="0.00"/>
<                 <vehicle id="5" pos="460.00" speed="0.00"/>
<                 <vehicle id="4" pos="468.00" speed="0.00"/>
<                 <vehicle id="3" pos="476.00" speed="0.00"/>
<                 <vehicle id="2" pos="484.00" speed="0.00"/>
<                 <vehicle id="1" pos="492.00" speed="0.00"/>
<                 <vehicle id="0" pos="502.60" speed="2.60"/>
---
>                 <vehicle id="24" pos="308.45" speed="0.45"/>
>                 <vehicle id="23" pos="316.37" speed="0.37"/>
>                 <vehicle id="22" pos="324.33" speed="0.33"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traas api ( Last six runs Jun2020 )

---------- Differences in errors ----------
1,3c1,4
< Note: data/APITest.java uses unchecked or unsafe operations.
< Note: Recompile with -Xlint:unchecked for details.
< Received null repsonse for command 203 149. (Maybe you need to use do_job_set?)
---
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traas/runner.py", line 38, in <module>
>     assert(os.path.exists(traasJar))
> AssertionError
---------- Differences in output ----------
1,77d0
< findRoute result stage:
<   gneE0
<   -gneE2
<   gneE2
< findIntermodalRoute result stages:
<   gneE0
<   gneE2
< Step 1.0, tlsPhase 0 (North-South)
< Step 2.0, tlsPhase 0 (North-South)
< Step 3.0, tlsPhase 0 (North-South)
< Step 4.0, tlsPhase 0 (North-South)
< Step 5.0, tlsPhase 0 (North-South)
< Step 6.0, tlsPhase 0 (North-South)
< Step 7.0, tlsPhase 0 (North-South)
< Step 8.0, tlsPhase 0 (North-South)
< Step 9.0, tlsPhase 0 (North-South)
< Step 10.0, tlsPhase 0 (North-South)
< Step 11.0, tlsPhase 0 (North-South)
< Step 12.0, tlsPhase 0 (North-South)
< Step 13.0, tlsPhase 0 (North-South)
< Step 14.0, tlsPhase 0 (North-South)
< Step 15.0, tlsPhase 0 (North-South)
< Step 16.0, tlsPhase 0 (North-South)
< Step 17.0, tlsPhase 0 (North-South)
< Step 18.0, tlsPhase 0 (North-South)
< Step 19.0, tlsPhase 0 (North-South)
< Step 20.0, tlsPhase 0 (North-South)
< Step 21.0, tlsPhase 0 (North-South)
< Step 22.0, tlsPhase 0 (North-South)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traas multiclient ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traas/runner.py", line 38, in <module>
>     assert(os.path.exists(traasJar))
> AssertionError
---------- Differences in output ----------
1,4656d0
< Step 0.1, tlsPhase 0 (North-South)
< Step 0.1
< Step 0.2
< Step 0.3
< Step 0.4
< Step 0.5
< Step 0.6
< Step 0.7
< Step 0.8
< Step 0.9
< Step 1.0
< Step 1.1
< Step 1.2
< Step 1.3
< Step 1.4
< Step 1.5
< Step 1.6
< Step 1.7
< Step 1.8
< Step 1.9
< Step 2.0
< Step 2.1
< Step 2.2
< Step 2.3
< Step 2.4
< Step 2.5
< Step 2.6
< Step 2.7
< Step 2.8
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traas simple ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traas/runner.py", line 38, in <module>
>     assert(os.path.exists(traasJar))
> AssertionError
---------- Differences in output ----------
1,4643d0
< Step 0.1, tlsPhase 0 (North-South)
< Step 0.2, tlsPhase 0 (North-South)
< Step 0.3, tlsPhase 0 (North-South)
< Step 0.4, tlsPhase 0 (North-South)
< Step 0.5, tlsPhase 0 (North-South)
< Step 0.6, tlsPhase 0 (North-South)
< Step 0.7, tlsPhase 0 (North-South)
< Step 0.8, tlsPhase 0 (North-South)
< Step 0.9, tlsPhase 0 (North-South)
< Step 1.0, tlsPhase 0 (North-South)
< Step 1.1, tlsPhase 0 (North-South)
< Step 1.2, tlsPhase 0 (North-South)
< Step 1.3, tlsPhase 0 (North-South)
< Step 1.4, tlsPhase 0 (North-South)
< Step 1.5, tlsPhase 0 (North-South)
< Step 1.6, tlsPhase 0 (North-South)
< Step 1.7, tlsPhase 0 (North-South)
< Step 1.8, tlsPhase 0 (North-South)
< Step 1.9, tlsPhase 0 (North-South)
< Step 2.0, tlsPhase 0 (North-South)
< Step 2.1, tlsPhase 0 (North-South)
< Step 2.2, tlsPhase 0 (North-South)
< Step 2.3, tlsPhase 0 (North-South)
< Step 2.4, tlsPhase 0 (North-South)
< Step 2.5, tlsPhase 0 (North-South)
< Step 2.6, tlsPhase 0 (North-South)
< Step 2.7, tlsPhase 0 (North-South)
< Step 2.8, tlsPhase 0 (North-South)
< Step 2.9, tlsPhase 0 (North-South)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traas subscription ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traas/runner.py", line 38, in <module>
>     assert(os.path.exists(traasJar))
> AssertionError
---------- Differences in output ----------
1,88d0
< Step: 0
< Subscription Departed vehicles: v0
< Step: 1
< Subscription Departed vehicles: v1
< Position of vehicle v0: x = 14.723087073160213 y = -4.8
< Speed of vehicle v0: 14.723087073160213
< Step: 2
< Subscription Departed vehicles: v2
< Position of vehicle v0: x = 29.446174146320427 y = -4.8
< Speed of vehicle v0: 14.723087073160213
< Position of vehicle v1: x = 13.033068701216276 y = -4.8
< Speed of vehicle v1: 13.033068701216276
< Step: 3
< Subscription Departed vehicles: v3
< Position of vehicle v0: x = 44.16926121948064 y = -4.8
< Speed of vehicle v0: 14.723087073160213
< Position of vehicle v1: x = 26.066137402432553 y = -4.8
< Speed of vehicle v1: 13.033068701216276
< Position of vehicle v2: x = 11.791085876520345 y = -4.8
< Speed of vehicle v2: 11.791085876520345
< Step: 4
< Subscription Departed vehicles: v4
< Position of vehicle v0: x = 58.892348292640854 y = -4.8
< Speed of vehicle v0: 14.723087073160213
< Position of vehicle v1: x = 39.099206103648825 y = -4.8
< Speed of vehicle v1: 13.033068701216276
< Position of vehicle v2: x = 23.872351142675807 y = -1.6
< Speed of vehicle v2: 12.081265266155462
< Position of vehicle v3: x = 10.290835876520346 y = -4.8
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traas webservice ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traas/webservice/runner.py", line 35, in <module>
>     assert(os.path.exists(traasJar))
> AssertionError
---------- Differences in output ----------
1,17d0
< Sumo Webservice is going to start
< WSDL wird geparst ...
< 
< 
< 
< Die WSDL und die zugehrigen Metadaten werden heruntergeladen
< 
< 
< Code wird generiert ...
< 
< 
< Code wird kompiliert ...
< 
< 
< Die generierten Artefakte werden in ./webservice.jar archiviert.
< 
< Benutzer user startet den Sumo Webservice Service

TEST FAILED on ts-sim-build-ba : traci bugs ticket7057 ( Last six runs Jun2020 )

---------- Differences in output ----------
8c8
< polys in range {'poly1': {}, 'poly0': {}}
---
> polys in range {'poly0': {}, 'poly1': {}}

TEST FAILED on ts-sim-build-ba : traci person person ( Last six runs Jun2020 )

---------- Differences in output ----------
90c90
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=B42, edges=('3si', '1o'), travelTime=-1.0, cost=-1.0, length=1.79769313486e+308, depart=-0.001, departPos=-1073741824.0, arrivalPos=486.549, description=driving)
---
>   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=B42, edges=('3si', '1o'), travelTime=-1.0, cost=-1.0, length=1.7976931348623157e+308, depart=-0.001, departPos=-1073741824.0, arrivalPos=486.54900000000004, description=driving)

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

---------- Differences in output ----------
20c20
< ('footmainout', 'footmain7to8') True True False
---
> ('footmainout', 'footmain7to8') True True True
38c38
< ('footmainout', 'footmain7to8') True True False
---
> ('footmainout', 'footmain7to8') True True True

Detailed information for the tests that had known bugs:

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

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--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 0x7f622ab331c8>
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x7f622c119a08>
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f622c155f08>
18c18
< success 0.1 ['--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 0x7f622a7d8088>
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x7f622c24d748>
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f622b9570c8>
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7f622aaf1808>
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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 Jun2020 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
2c2
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
4c4
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
6c6
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
8c8
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
10c10
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
12c12
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
14c14
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
16c16
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/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 Jun2020 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
34c34
< 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)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 149.1) <zip object at 0x7f9c2886ff88>
36c36
< 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)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 149.1) <zip object at 0x7f9c28402108>
38c38
< 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)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x7f9c2a1fe588>
40c40
< 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)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x7f9c28b91208>
42c42
< 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)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x7f9c29909a48>
44c44
< 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)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x7f9c29909a48>
46c46
< 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)]
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x7f9c29909b48>
48c48
< 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)]
<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 Jun2020 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
18c18
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) <zip object at 0x7fd6cff9edc8>
20c20
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) <zip object at 0x7fd6cff62a08>
22c22
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) <zip object at 0x7fd6d170d688>
24c24
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) <zip object at 0x7fd6d1621988>
26c26
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x7fd6d16a8c88>
28c28
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x7fd6d16a8c88>
30c30
< success 100 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x7fd6cff8b688>
32c32
< success 100 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
<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 Jun2020 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--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 0x7f51176fcfc8>
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x7f51176ed088>
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f5118d79f08>
18c18
< success 0.1 ['--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 0x7f5117411f88>
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x7f5118d50b08>
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f5117716108>
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7f5117716108>
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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 Jun2020 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--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 0x7fe4aafe6cc8>
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7fe4ac671f08>
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7fe4ac671f08>
18c18
< success 0.1 ['--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 0x7fe4aad0cec8>
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7fe4ac769748>
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7fe4ab00f988>
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7fe4ab00fd08>
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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 Jun2020 )

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,48
> Loading configuration ... done.
> failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fc436d05148>
> Loading configuration ... done.
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fc436d05048>
> Loading configuration ... done.
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fc436d05048>
> Loading configuration ... done.
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x7fc436d05108>
> Loading configuration ... done.
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fc436d12f88>
> Loading configuration ... done.
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fc438331948>
> Loading configuration ... done.
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fc436c9a048>
> Loading configuration ... done.
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fc436c9a048>
> Loading configuration ... done.
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fc4369a20c8>
> Loading configuration ... done.
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fc436ce1248>
> Loading configuration ... done.
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fc436d0fbc8>
> Loading configuration ... done.
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fc436d0fbc8>
> Loading configuration ... done.
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fc4382fc8c8>
> Loading configuration ... done.
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fc436d0fbc8>
> Loading configuration ... done.
<truncated after showing first 30 lines>

TEST had known bugs (#4727) on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Jun2020 )

#4727
(This bug was triggered by text found in file 'output' matching '.')
---------- Differences in output ----------
4d3
< lead_straight
6d4
< [002] Context results for vehicle 'ego':
7a6
> [002] Context results for vehicle 'ego':
9d7
< [003] Context results for vehicle 'ego':
10a9
> [003] Context results for vehicle 'ego':
12d10
< [004] Context results for vehicle 'ego':
13a12
> [004] Context results for vehicle 'ego':
15d13
< [005] Context results for vehicle 'ego':
16a15
> [005] Context results for vehicle 'ego':
18d16
< [006] Context results for vehicle 'ego':
19a18
> [006] Context results for vehicle 'ego':
21d19
< [007] Context results for vehicle 'ego':
22a21
> [007] Context results for vehicle 'ego':
24d22
< [008] Context results for vehicle 'ego':
25a24
> [008] Context results for vehicle 'ego':
<truncated after showing first 30 lines>

2 TESTS had known bugs (#4727) on ts-sim-build-ba :

#4727
(This bug was triggered by text found in file 'output' matching '.')
---------- Differences in output ----------
4a5
> follow_straight
7d7
< follow_straight
9a10
> follow_straight
12d12
< follow_straight
14a15
> follow_straight
17d17
< follow_straight
19a20
> follow_straight
22d22
< follow_straight
24a25
> follow_straight
27d27
< follow_straight
29a30
> follow_straight
32d32
< follow_straight
34a35
> follow_straight
37d37
< follow_straight
39a40
> follow_straight
<truncated after showing first 30 lines>
traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Jun2020 )
traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Jun2020 )

TEST had known bugs (#4727) on ts-sim-build-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Jun2020 )

#4727
(This bug was triggered by text found in file 'output' matching '.')
---------- Differences in output ----------
4,5d3
< follow_straight
< follow_right
6a5,7
> follow_right
> follow_straight
> lead_left
9d9
< lead_left
11,12d10
< follow_straight
< follow_right
13a12,14
> follow_right
> follow_straight
> lead_left
16d16
< lead_left
18,19d17
< follow_straight
< follow_right
20a19,21
> follow_right
> follow_straight
> lead_left
23d23
< lead_left
25,26d24
< follow_straight
< follow_right
<truncated after showing first 30 lines>

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

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1,2
> 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
> internal corner (outside, far) failed: x=203, x2=203.0,   y=-4, y2=-4.0,   lane=, lane2=middle_0, pos=-1073741824.0, pos2=100.0   posLat=-1073741824.0 posLat2=-1.4142135623730951

TEST had known bugs (see #5383) on ts-sim-build-ba : traci misc moveToXY permissions ( Last six runs Jun2020 )

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1
> right lane (ignore permissions) failed: mode=6 x=40, x2=40.0,   y=-1.6, y2=-1.6,   lane=beg_0, lane2=, pos=40, pos2=-1073741824.0   posLat=0.0 posLat2=-1073741824.0

TEST had known bugs (see #6192) on ts-sim-build-ba : traci vehicle openGap with_low_maxDecel_fast_CACC ( Last six runs Jun2020 )

not even failing as intended
(This bug was triggered by text found in file 'errors' matching 'Error')
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 65, in runSingle
>     leader = results[tc.VAR_LEADER][0]
> TypeError: 'NoneType' object is not subscriptable
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
4,103c4,103
< Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969)
< 'follower' speed = 19.4174756866
< Time 15.0: Gap 'follower'->'leader' = 18.973 (headway=0.975)
< 'follower' speed = 19.4553500651
< Time 16.0: Gap 'follower'->'leader' = 19.103 (headway=0.980)
<truncated after showing first 30 lines>