14Sep20rv1_7_0+0068-a8561d7a5e - detailed test results for COMPLEX

To reconnect the TextTest GUI to these results, run:

texttest.pyw -a complex -d C:/Users/delphi/Code/sumoInternal/git/tests -reconnect C:/Users/delphi/Code/sumoInternal/msvc12extrax64texttesttmp/msvc12extrax64.30Sep073633.5568 -g

To start TextTest for these tests, run:

texttest.pyw -a complex -d C:/Users/delphi/Code/sumoInternal/git/tests

Total: 854 tests: 26 succeeded 823 FAILED 4 known bugs 1 killed


libsumo.python3: 244 tests: 242 FAILED 2 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-winbuild-ba : simpla config ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,3
< .....WARNING: No typeSubstring given. Managing all vehicles. (PlatoonManager)
< .
---
> EEEEEE
> ======================================================================
> ERROR: test_config_warnings (__main__.TestConfig)
4c5,64
< Ran 6 tests in <ELAPSED>s
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 84, in setUp
>     self.connectToSumo(self.sumocfg)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 87, in connectToSumo
>     traci.start([sumolib.checkBinary('sumo'), "-c", sumo_cfg, "-S"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
> 
> ======================================================================
> ERROR: test_corrupted_vTypeMapFile_exception_text (__main__.TestConfig)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 84, in setUp
>     self.connectToSumo(self.sumocfg)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 87, in connectToSumo
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,43d0
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Testing config warnings...
< Testing exception messages...
< Testing malformed vtype map file causing exception...
< Testing empty config...
< Testing standard config...
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'pkwFern5' (Config)
< platoon leader type: 'pkwFern5_pLeader' (Config)
< platoon follower type: 'pkwFern5_pFollower' (Config)
< catchup type: 'pkwFern5_pCatchup' (Config)
< catchup follower type: 'pkwFern5_pCatchupFollower' (Config)
< original type: 'pkwFern4' (Config)
< platoon leader type: 'pkwFern4_pLeader' (Config)
< platoon follower type: 'pkwFern4_pFollower' (Config)
< catchup type: 'pkwFern4_pCatchup' (Config)
< catchup follower type: 'pkwFern4_pCatchupFollower' (Config)
< original type: 'pkwFern3' (Config)
< platoon leader type: 'pkwFern3_pLeader' (Config)
< platoon follower type: 'pkwFern3_pFollower' (Config)
< catchup type: 'pkwFern3_pCatchup' (Config)
< catchup follower type: 'pkwFern3_pCatchupFollower' (Config)
< original type: 'pkwFern1' (Config)
< platoon leader type: 'pkwFern1_pLeader' (Config)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : simpla openGap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/openGap/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11499d0
< Loading configuration ... done.
< 
< # step 0.0
< # Follower:
< examining follower
< speed 0.0
< speed w/o traci 0.0
< acceleration 0.0
< lane 5/1to6/1_0
< lanePos 972.24
< # Leader:
< examining leader
< speed 0.0
< speed w/o traci 0.0
< acceleration 0.0
< lane 5/1to6/1_0
< lanePos 979.84
< 
< # gap = 0.1
< # speedDiff = 0.0
< 
< 
< # step 1.0
< # Follower:
< examining follower
< speed 0.099
< speed w/o traci 0.099
< acceleration 0.099
< lane 5/1to6/1_0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : simpla platoon_manager ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,6c1,3
< ...Warning: Value of 'emergencyDecel' (0.50) should be higher than 'decel' (1.70) for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' (0.50) is lower than 'apparentDecel' (1.70) for vType 'connected_pCatchup' may cause collisions.
< Consider decreasing simpla's control rate instead. (PlatoonManager)
< ..Warning: Value of 'emergencyDecel' (0.50) should be higher than 'decel' (1.70) for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' (0.50) is lower than 'apparentDecel' (1.70) for vType 'connected_pCatchup' may cause collisions.
< .
---
> EEEEEEEEEEEE
> ======================================================================
> ERROR: test_add_and_remove (__main__.TestPlatoonManager)
8c5,28
< Ran 6 tests in <ELAPSED>s
---
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
> traci.exceptions.FatalTraCIError: Not connected.
> 
> ======================================================================
> ERROR: test_init (__main__.TestPlatoonManager)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
> traci.exceptions.FatalTraCIError: Not connected.
> 
> ======================================================================
> ERROR: test_init_vtypemap (__main__.TestPlatoonManager)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,6d0
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
10,26d3
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'connected' (Config)
< platoon leader type: 'connected_pLeader' (Config)
< platoon follower type: 'connected_pFollower' (Config)
< catchup type: 'connected_pCatchup' (Config)
< catchup follower type: 'connected_pCatchupFollower' (Config)
< Initializing simpla.PlatoonManager... (PlatoonManager)
< Managing all vTypes selected by ['connected'] (PlatoonManager)
< 0.1: Adding vehicle 'connected.1' (PlatoonManager)
< 3.1: Adding vehicle 'IAMconnectedTOO' (PlatoonManager)
< 11.4: Platoon '1' joined Platoon '0', which now contains vehicles:
< ['connected.1', 'IAMconnectedTOO'] (PlatoonManager)
< 16.0: Platoon '0' splits (ID of new platoon: '2'):
<     Platoon '0': ['connected.1']
<     Platoon '2': ['IAMconnectedTOO'] (PlatoonManager)
< 17.3: Removing arrived vehicle 'connected.1' (PlatoonManager)
< 19.8: Removing arrived vehicle 'IAMconnectedTOO' (PlatoonManager)
30,37d6
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'connected' (Config)
< platoon leader type: 'connected_pLeader' (Config)
< platoon follower type: 'connected_pFollower' (Config)
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision persons range_50_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/persons/runner.py", line 78, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/persons/runner.py", line 40, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_0_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_0 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Field of vision opening angle ('0.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_270 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_360 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Field of vision opening angle ('360.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAll ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsDownDistZero ( Last six runs Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsUpDistZero ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance incompatible_filter ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance internal_edges ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py", line 82, in <module>
>     runSingle(12, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance persons range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/persons/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/persons/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 75, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollowOpposite laneChangeOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters noOpposite lanesInclOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10_disregard_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u100 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u80 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d155u65 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d200u10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d20u30 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d30u20 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_10_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d100_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u250_all ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d250_u250 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d50_u50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass none ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket1010 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 49, in <module>
>     run()
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 38, in run
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci bugs ticket1433 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1433/runner.py", line 75, in <module>
>     "--begin", "9"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
1c1,10
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2321/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2777 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,6c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2777/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2803 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2803/runner.py", line 31, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2804 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2804/runner.py", line 49, in <module>
>     '--fcd-output.signals'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3140 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3140/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '--fcd-output', 'fcd.xml', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3348 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3348/runner.py", line 30, in <module>
>     '-r', 'input_routes.rou.xml', '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3349/runner.py", line 31, in <module>
>     'input_routes.rou.xml', '--no-step-log', '--begin', '5', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
1c1,10
< Warning: State was written at a different time 50.00 than the begin time 60!
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_test_with_begin_ge_savetime/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_with_load_offset/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="100.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3522/runner.py", line 37, in <module>
>     traci.start([sumoBinary] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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_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="1048 0 1 100.00 0 18.32 49000 0 0" 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="1050 10000 0 100.00 0 10.95 49000 0 0" 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="1050 20000 0 100.00 0 2.18 49000 0 0" 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="282.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3634/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3648 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3648/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3810 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3810/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4141 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4141/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4214 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4214/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< step 1

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4307/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< route initial: ('SC', 'NC')
< route computed: ('SC', 'CN', 'NC')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4324/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4418 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4418/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4432 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4432/runner.py", line 51, in <module>
>     traci.start([sumo] + opts + ['--tripinfo-output', 'tripinfos.xml', '-l', 'log']
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.45
<  Duration: 42.78
<  WaitingTime: 17.44
<  TimeLoss: 28.61
<  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-winbuild-ba : traci bugs ticket4514 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4514/runner.py", line 35, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4563 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4563/runner.py", line 44, in <module>
>     "--default.speeddev", "0",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4642 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4642/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4920 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4920/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5029/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5114/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5309 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5309/runner.py", line 37, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5390 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5390/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5561/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< abort stop at busStop2 at t=49.0

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5620/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5674 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5674/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(1.2913488337765955, 103.67)

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5712/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5831 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Undefined end for flow 'egoVehicle', defaulting to 24hour duration.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5831/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5932 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5932/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5990 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5990/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket6626 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Departure speed for vehicle 'v0' is too high for the departure edge 'gneE0'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket6626/runner.py", line 35, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< caught exception

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket7057/runner.py", line 32, in <module>
>     '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 [('poly0', {}), ('poly1', {})]
< removed poly1
< polys in range {'poly0': {}}

TEST FAILED on ts-sim-winbuild-ba : traci busstop busstop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/busstop/busstop/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci calibrator calibrator ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/calibrator/calibrator/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,34d0
< 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
<   getTypeID DEFAULT_BIKETYPE
<   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
<   getTypeID DEFAULT_VEHTYPE
<   begin 0.0
<   end 100.0
<   getRouteID WE
<   getRouteProbeID 
<   getVTypes ()
<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-winbuild-ba : traci chargingstation chargingstation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/chargingstation/chargingstation/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 134, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.edge, "1fi")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions edge_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 138, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.junction, "0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions junction_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 136, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.lane, "2si_0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions lane_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/parking/runner.py", line 36, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,119d0
< {'ego': {64: 0.0, 66: (5.1, -1.6), 81: 'a_0'}}
< {'ego': {64: 1.6737586267990991, 66: (6.7737586267991, -1.6), 81: 'a_0'}}
< {'ego': {64: 4.2146353791467845, 66: (10.988394005945883, -1.6), 81: 'a_0'}}
< {'ego': {64: 6.175756617565639, 66: (17.164150623511524, -1.6), 81: 'a_0'}}
< {'ego': {64: 8.00881538274698, 66: (25.172966006258505, -1.6), 81: 'a_0'}}
< {'ego': {64: 10.5521199981682, 66: (35.72508600442671, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.18588540405035, 66: (47.91097140847705, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.568249331610279, 66: (61.47922074008733, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.181142201959156, 66: (74.66036294204649, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 12.92134470845107, 66: (87.58170765049756, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.882154383962042, 66: (101.46386203445961, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.015094927451575, 66: (114.47895696191117, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.283985643028283, 66: (127.76294260493948, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.302254900368862, 66: (141.06519750530833, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.153841684744695, 66: (154.21903919005302, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.546129846000113, 66: (167.76516903605312, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.811665639500134, 66: (181.57683467555324, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.751740999133327, 66: (194.32857567468656, -1.6), 81: 'a_0'}}
< {}
< {}
< {}
< {}
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 144, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.person, "p0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions person_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 140, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.poi, "poi")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions poi_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 142, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.polygon, "poly")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions polygon_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 132, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.vehicle, "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions range_200m ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : traci edge edge ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/edge/edge/runner.py", line 32, in <module>
>     '--pedestrian.model', 'nonInteracting'] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci inductionloop inductionloop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/inductionloop/inductionloop/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,47d0
< 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')]
< position 10.0
< laneID 2fi_0
< {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')]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci junction junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/junction/junction/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lane lane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lane lane_intermodal ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane_intermodal/runner.py", line 31, in <module>
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lanearea lanearea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,247d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 2.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_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.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-winbuild-ba : traci lanearea subsecond ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,269d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 1.5
< step 2.0
<   examining det0
<      pos 100.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-winbuild-ba : traci meandata meandata ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/meandata/meandata/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< meandata ('meandata_ID',)
< meandata count 1
< examining meandata_ID
---------- Missing result in detector ----------
<?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="3.00" id="meandata_ID">
        <edge id="1fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
    </interval>
</meandata>

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

---------- Differences in errors ----------
1,2c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision laneChanging rightLane ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.5 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.5 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc params ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/params/runner.py", line 43, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting add_with_taz ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/add_with_taz/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor_routingMode ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person stop_walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/stop_walk_stop_walk/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="81.95" duration="15.00"/>
        <walk edges="SC CN"/>
        <stop lane="CN_0" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_end/runner.py", line 33, in <module>
>     '-a', 'input_additional.add.xml'
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteParkingArea_intermediate ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_intermediate/runner.py", line 32, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" arrivalPos="92.10" lines="ego"/>
        <walk edges="A2A3 A3B3"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptEdgeWeight_varyWithTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight_varyWithTime/runner.py", line 39, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptVehicleEdgeWeight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptVehicleEdgeWeight/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_aggregated ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_aggregated/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '--device.rerouting.adaptation-steps', '120', '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc tracing ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing/runner.py", line 44, in <module>
>     traceFile="log.txt")
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,26d1
< 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()
---------- 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-winbuild-ba : traci misc tracing_noGetters ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing_noGetters/runner.py", line 44, in <module>
>     traceFile="log.txt", traceGetters=False)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,10d1
< traci.simulationStep()
< traci.vehicle.setParameter('veh0', 'foo', '42')
< traci.person.setParameter('ped0', 'foo', '42')
< traci.edge.setParameter('1o', 'foo', '42')
< traci.lane.setParameter('1o_0', 'foo', '42')
< traci.vehicletype.setParameter('pType', 'foo', '42')
< traci.route.setParameter('horizontal', 'foo', '42')
< traci.trafficlight.setParameter('0', 'foo', '42')
< traci.simulationStep()
---------- 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-winbuild-ba : traci multientryexit multientryexit ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/multientryexit/multientryexit/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci overheadwire overheadwire ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/overheadwire/overheadwire/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci parkingarea parkingarea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/parkingarea/parkingarea/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci person moveToXY after_creation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.23" y="82.62" angle="0.00" speed="1.40" pos="82.62" 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="62.00">
        <walk edges="SC CN"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY after_creation_add_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation_add_walk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" 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="18.00">
        <walk edges="SC"/>
        <stop lane="SC_0" endPos="81.95" duration="10.00"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute1_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute1_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=111.59 y=75.4
< s=1.0 x=111.59 y=76.4
< s=2.0 x=111.59 y=77.4
< s=3.0 x=111.59 y=78.4
< s=4.0 x=111.59 y=79.4
< s=5.0 x=111.59 y=80.4
< s=6.0 x=111.59 y=81.4
< s=7.0 x=111.59 y=82.4
< s=8.0 x=111.59 y=83.4
< s=9.0 x=111.59 y=84.4
< s=10.0 x=111.59 y=85.4
< s=11.0 x=111.59 y=86.4
< s=12.0 x=111.59 y=87.4
< s=13.0 x=111.59 y=88.4
< s=14.0 x=111.59 y=89.4
< s=15.0 x=111.59 y=90.4
< s=16.0 x=111.59 y=91.4
< s=17.0 x=111.59 y=92.4
< s=18.0 x=111.59 y=93.4
< s=19.0 x=111.59 y=94.4
< s=20.0 x=111.59 y=95.4
< s=21.0 x=111.59 y=96.4
< s=22.0 x=111.59 y=97.4
< s=23.0 x=111.59 y=98.4
< s=24.0 x=111.59 y=99.4
< s=25.0 x=111.59 y=100.4
< s=26.0 x=111.59 y=101.4
< s=27.0 x=111.59 y=102.4
< s=28.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=1.0 x=111.59 y=75.4
< s=2.0 x=111.59 y=76.4
< s=3.0 x=111.59 y=77.4
< s=4.0 x=111.59 y=78.4
< s=5.0 x=111.59 y=79.4
< s=6.0 x=111.59 y=80.4
< s=7.0 x=111.59 y=81.4
< s=8.0 x=111.59 y=82.4
< s=9.0 x=111.59 y=83.4
< s=10.0 x=111.59 y=84.4
< s=11.0 x=111.59 y=85.4
< s=12.0 x=111.59 y=86.4
< s=13.0 x=111.59 y=87.4
< s=14.0 x=111.59 y=88.4
< s=15.0 x=111.59 y=89.4
< s=16.0 x=111.59 y=90.4
< s=17.0 x=111.59 y=91.4
< s=18.0 x=111.59 y=92.4
< s=19.0 x=111.59 y=93.4
< s=20.0 x=111.59 y=94.4
< s=21.0 x=111.59 y=95.4
< s=22.0 x=111.59 y=96.4
< s=23.0 x=111.59 y=97.4
< s=24.0 x=111.59 y=98.4
< s=25.0 x=111.59 y=99.4
< s=26.0 x=111.59 y=100.4
< s=27.0 x=111.59 y=101.4
< s=28.0 x=111.59 y=102.4
< s=29.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction_offroad ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,7c1,10
< Warning: Could not map position 113.85,84.40 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,92.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,93.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.52,106.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,107.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,113.56 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,114.56 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction_offroad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=113.85 y=75.4
< s=1.0 x=113.85 y=76.4
< s=2.0 x=113.85 y=77.4
< s=3.0 x=113.85 y=78.4
< s=4.0 x=113.85 y=79.4
< s=5.0 x=113.85 y=80.4
< s=6.0 x=113.85 y=81.4
< s=7.0 x=113.85 y=82.4
< s=8.0 x=113.85 y=83.4
< s=9.0 x=113.85 y=84.4
< s=10.0 x=113.85 y=85.4
< s=11.0 x=113.85 y=86.4
< s=12.0 x=113.85 y=87.4
< s=13.0 x=113.85 y=88.4
< s=14.0 x=113.85 y=89.4
< s=15.0 x=113.859086269 y=90.602412377
< s=16.0 x=113.859086269 y=91.602412377
< s=17.0 x=113.859086269 y=92.602412377
< s=18.0 x=113.859086269 y=93.602412377
< s=19.0 x=113.818872883 y=94.5962097982
< s=20.0 x=113.667830566 y=95.5754674812
< s=21.0 x=113.517036349 y=96.553116656
< s=22.0 x=113.517036349 y=97.553116656
< s=23.0 x=113.517036349 y=98.553116656
< s=24.0 x=113.517036349 y=99.553116656
< s=25.0 x=113.517036349 y=100.553116656
< s=26.0 x=113.517036349 y=101.553116656
< s=27.0 x=113.517036349 y=102.553116656
< s=28.0 x=113.517036349 y=103.553116656
<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="113.85" y="76.40" angle="0.00" speed="0.00" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="113.85" y="77.40" angle="0.00" speed="1.21" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="113.85" y="78.40" angle="0.00" speed="1.26" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="113.85" y="79.40" angle="0.00" speed="1.46" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="113.85" y="80.40" angle="0.00" speed="1.33" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="113.85" y="81.40" angle="0.00" speed="1.30" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="113.85" y="82.40" angle="0.00" speed="1.46" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="113.85" y="83.40" angle="0.00" speed="1.25" pos="83.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="113.85" y="84.40" angle="0.00" speed="1.40" pos="84.80" edge=":C_w2" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,201d0
< t=2.0 requestPos=(85.3, -2.88) pos=(85.29999999999998, -2.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=3.0 requestPos=(86.3, -1.88) pos=(86.3, -1.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=4.0 requestPos=(87.3, -0.8799999999999999) pos=(87.29999999999998, -0.8799999999999999) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=5.0 requestPos=(88.3, 0.1200000000000001) pos=(88.3, 0.1200000000000001) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=6.0 requestPos=(89.3, 1.12) pos=(89.3, 1.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=7.0 requestPos=(90.3, 2.12) pos=(90.3, 2.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=8.0 requestPos=(91.3, 3.12) pos=(91.3, 3.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=9.0 requestPos=(92.3, 4.12) pos=(92.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=10.0 requestPos=(93.3, 5.12) pos=(93.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=11.0 requestPos=(94.3, 6.12) pos=(94.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=12.0 requestPos=(95.3, 7.12) pos=(96.561, 7.1200000000000045) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=13.0 requestPos=(96.3, 8.120000000000001) pos=(96.561, 8.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=14.0 requestPos=(97.3, 9.120000000000001) pos=(97.3, 9.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=15.0 requestPos=(98.3, 10.120000000000001) pos=(98.3, 10.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=16.0 requestPos=(99.3, 11.120000000000001) pos=(99.3, 11.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=17.0 requestPos=(100.3, 12.120000000000001) pos=(100.239, 12.11999999999999) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=18.0 requestPos=(101.3, 13.120000000000001) pos=(101.3, 13.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=19.0 requestPos=(102.3, 14.120000000000001) pos=(102.3, 14.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=20.0 requestPos=(103.3, 15.120000000000001) pos=(103.3, 15.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=21.0 requestPos=(104.3, 16.12) pos=(103.439, 16.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=22.0 requestPos=(105.3, 17.12) pos=(103.439, 17.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=23.0 requestPos=(106.3, 18.12) pos=(103.439, 18.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=24.0 requestPos=(107.3, 19.12) pos=(103.439, 19.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=25.0 requestPos=(108.3, 20.12) pos=(103.439, 20.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=26.0 requestPos=(109.3, 21.12) pos=(103.439, 21.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=27.0 requestPos=(110.3, 22.12) pos=(103.439, 22.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=28.0 requestPos=(111.3, 23.12) pos=(103.439, 23.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=29.0 requestPos=(112.3, 24.12) pos=(103.439, 24.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=30.0 requestPos=(113.3, 25.12) pos=(103.439, 25.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
<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="85.30" y="-2.88" angle="90.00" speed="0.00" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="85.30" y="-2.88" angle="270.00" speed="1.21" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="86.30" y="-1.88" angle="45.00" speed="1.26" pos="83.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="87.30" y="-0.88" angle="45.00" speed="1.46" pos="84.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="88.30" y="0.12" angle="45.00" speed="1.33" pos="85.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="89.30" y="1.12" angle="45.00" speed="1.30" pos="6.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="90.30" y="2.12" angle="45.00" speed="1.46" pos="5.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="91.30" y="3.12" angle="45.00" speed="1.25" pos="4.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="92.30" y="3.44" angle="72.31" speed="1.40" pos="3.00" edge="B0A0" 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="201.00">
        <walk edges="C2D2"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< Warning: Vehicle 'SN.4' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.00.
< Warning: Vehicle 'SN.4' collision with person 'p0', lane='SC_4', gap=-0.84, time=12.00 stage=move.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute_jaywalk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,24d0
< 0.0 lane=
< 1.0 lane=SC_0
< 2.0 lane=SC_0
< 3.0 lane=SC_0
< 4.0 lane=SC_0
< 5.0 lane=SC_1
< 6.0 lane=SC_1
< 7.0 lane=SC_2
< 8.0 lane=SC_3
< 9.0 lane=SC_3
< 10.0 lane=SC_3
< 11.0 lane=SC_4
< 12.0 lane=SC_4
< 13.0 lane=SC_4
< 14.0 lane=SC_4
< 15.0 lane=CS_4
< 16.0 lane=CS_4
< 17.0 lane=CS_4
< 18.0 lane=CS_3
< 19.0 lane=CS_3
< 20.0 lane=CS_2
< 21.0 lane=CS_2
< 22.0 lane=CS_1
< 23.0 lane=CS_1
---------- 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="112.85" y="40.00" angle="0.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="111.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="110.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="109.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="108.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="107.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="105.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="104.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" 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" type="DEFAULT_PEDTYPE@p0" depart="0.00" departPos="40.00" arrival="111.00">
        <walk edges="CS NC"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY outside_network ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/outside_network/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="90.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="90.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="90.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="90.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="90.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="90.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-winbuild-ba : traci person moveToXY within_route ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="180.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="180.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-winbuild-ba : traci person moveToXY within_route_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_jaywalk/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.214881076
< s=15.0 x=110.95 y=92.214881076
< s=16.0 x=110.95 y=92.270116535
< s=17.0 x=110.95 y=92.3302579792
< s=18.0 x=110.95 y=92.3302579792
< s=19.0 x=110.95 y=92.3302579792
< s=20.0 x=110.95 y=92.3302579792
---------- 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="270.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-winbuild-ba : traci person moveToXY within_route_onRoad ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_onRoad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="270.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-winbuild-ba : traci person person ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/person/runner.py", line 60, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg", "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,127d0
< 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
< lane 2fi_0
< 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=INVALID, cost=INVALID, length=766.537661434, depart=0.0, departPos=238.5, arrivalPos=486.54, description=walking)
< remainingStages 1
< edges ('2fi', '2si', '1o')
< vehicle 
<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-winbuild-ba : traci person priorStage ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< Error: The negative stage index -3 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,14d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
---------- 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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <stop duration="20.00" arrival="35.00" arrivalPos="45.98" actType="waiting"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci person priorStage2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,10
< Error: The negative stage index -3 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
< Error: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage2/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 40.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 50.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 60.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
<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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <walk depart="15.00" departPos="45.98" arrival="84.00" arrivalPos="45.98" duration="69.00" routeLength="105.31" timeLoss="-2.54" maxSpeed="1.47"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci poi poi ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/poi/poi/runner.py", line 44, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,54d0
< 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)
< width 1.0
< height 1.0
< angle 0.0
< {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)
< width 2.0
< height 2.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci polygon add_large ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/add_large/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< adding 0
< shapeLen=300

TEST FAILED on ts-sim-winbuild-ba : traci polygon polygon ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: NaN-Value in shape.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,30d0
< 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
< polygons ('0', 'poly2')
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,6c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon_dynamics/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci rerouter rerouter ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/rerouter/rerouter/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,6d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< rerouters ('rerouter_0',)
< rerouter count 1

TEST FAILED on ts-sim-winbuild-ba : traci route route ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Cannot add route 'empty' without edges.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/route/route/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci routeprobe routeprobe ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,129c1,10
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
< Error: RouteProbe '0' did not collect any routes yet
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,280d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< routeprobes ('0',)
< routeprobe count 1
< edge 2fi
< 3.0 last=!1 cur=!1
< 4.0 last=!1 cur=!1
< 5.0 last=!1 cur=!1
< 6.0 last=!1 cur=!1
< 7.0 last=!1 cur=!1
< 8.0 last=!1 cur=!1
< 9.0 last=!1 cur=!1
< 10.0 last=!1 cur=!1
< 11.0 last=!1 cur=!1
< 12.0 last=!1 cur=!11
< 13.0 last=!1 cur=!11
< 14.0 last=!1 cur=!11
< 15.0 last=!11 cur=!11
< 16.0 last=!11 cur=!1
< 17.0 last=!11 cur=!1
< 18.0 last=!1 cur=!1
< 19.0 last=!11 cur=!1
< 20.0 last=!11 cur=!1
< 21.0 last=!11 cur=!1
< 22.0 last=!1 cur=!1
< 23.0 last=!1 cur=!11
< 24.0 last=!1 cur=!1
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/load/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState IDList ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/IDList/runner.py", line 43, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5d0
< 10.0 departed=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8', 'v.9') arrived=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8')
< 20.0 departed=('v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18', 'v.19') arrived=('v.9', 'v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18')
< 10.0 departed=() arrived=()
< 11.0 departed=() arrived=('v.9',)
< 20.0 departed=() arrived=()
---------- 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="10.00">
    <route id="r0" state="1" edges="SC"/>
    <flowState id="v" index="10"/>
    <delay number="1" begin="10" end="9" depart="0.00" time="9.00"/>
    <vType id="DEFAULT_VEHTYPE"/>
    <vehicle id="v.9" type="DEFAULT_VEHTYPE" depart="9.00" departLane="best" departPos="last" departSpeed="max" route="r0" speedFactor="0.86" state="1212 9000 0 91.85 0 0.00 10000 0 0" pos="91.85" speed="11.90" posLat="0.00"/>
    <lane id="SC_0">
        <vehicles value="v.9"/>
    </lane>
</snapshot>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/busStop/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState detectors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/detectors/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState railSignal ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/railSignal/runner.py", line 36, in <module>
>     '--tripinfo-output', 'tripinfo.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="24.76" rerouteNo="0" devices="tripinfo_t1" vType="train" speedFactor="1.00" vaporized=""/>
</tripinfos>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/repeat/runner.py", line 34, in <module>
>     "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState rerouting ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/rerouting/runner.py", line 34, in <module>
>     "--load-state", "input_state.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation simulation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,15c1,10
< 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 edge 'footpath'.)
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/simulation/runner.py", line 67, in <module>
>     "--log", "log.txt"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,192d0
< Loading configuration ... done.
< loaded? False
< version SUMO
< version SUMO
< loaded? True
< {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 ()
<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_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="1042 9223372036854775807 0 -1.00 0 0.00 0 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="1048 9223372036854775807 0 -1.00 0 0.00 0 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="1024 0 0 5.10 0 2.77 5000 0 0" pos="36.07" speed="10.67" posLat="0.00"/>
    <vehicle id="horiz1" type="DEFAULT_VEHTYPE" depart="5.00" route="horizontal" speedFactor="1.00" state="1024 5000 0 5.10 0 0.00 6000 0 0" pos="5.10" speed="0.00" posLat="0.00"/>
    <vehicle id="suddenStop" type="DEFAULT_VEHTYPE" depart="6.00" route="horizontal" speedFactor="1.00" state="1024 9223372036854775807 0 -1.00 0 0.00 0 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-winbuild-ba : traci trafficlight actuated ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Warning: At actuated tlLogic 'C', linkIndex 2 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 7 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 12 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 17 has no controlling detector
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/actuated/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< max-gap: 
< max-gap: 10
---------- Missing result in tls_state ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <tlLogic id="C" type="static" programID="1">
        <phase duration="5.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="6.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci trafficlight getBlocking_reroute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/getBlocking_reroute/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< ('blocker1',)
< ('blocker2',)

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

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/railsignal_state/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci trafficlight trafficlight ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Missing green phase in tlLogic '0', program 'custom' for tl-index 0
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/trafficlight/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< 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
< duration 20.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={}))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci variablespeedsign variablespeedsign ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/variablespeedsign/variablespeedsign/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,8d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< variablespeedsign ('VSS_ID',)
< variablespeedsign count 1
< examining VSS_ID
< lanes ('2si_1', '1si_1')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeOpposite/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle changeOpposite_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeOpposite_default/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle changeRelative_invalid ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeRelative_invalid/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle distance_after_reroute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 60, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 34, in main
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle driverstate ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/driverstate/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,32d0
< 0.0 awareness=0.50 errorState=0.00
< 1.0 awareness=0.50 errorState=0.00
< 2.0 awareness=0.50 errorState=0.02
< 3.0 awareness=0.50 errorState=0.00
< 4.0 awareness=0.50 errorState=0.01
< 5.0 awareness=0.50 errorState=0.02
< 6.0 awareness=0.50 errorState=0.03
< 7.0 awareness=0.50 errorState=-0.01
< 8.0 awareness=0.50 errorState=0.00
< 9.0 awareness=0.50 errorState=-0.02
< 10.0 awareness=0.50 errorState=-0.03
< 11.0 awareness=0.50 errorState=-0.06
< 12.0 awareness=0.50 errorState=-0.04
< 13.0 awareness=0.50 errorState=-0.03
< 14.0 awareness=0.50 errorState=-0.02
< 15.0 awareness=0.50 errorState=0.00
< 16.0 awareness=0.50 errorState=-0.00
< 17.0 awareness=0.50 errorState=-0.02
< 18.0 awareness=0.50 errorState=-0.04
< 19.0 awareness=0.50 errorState=-0.05
< 20.0 awareness=0.50 errorState=-0.06
< 21.0 awareness=0.50 errorState=-0.03
< 22.0 awareness=0.50 errorState=-0.03
< 23.0 awareness=0.50 errorState=-0.02
< 24.0 awareness=0.50 errorState=-0.03
< 25.0 awareness=0.50 errorState=-0.05
< 26.0 awareness=0.50 errorState=-0.08
< 27.0 awareness=0.50 errorState=-0.11
< 28.0 awareness=0.50 errorState=-0.12
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getFollowSpeed/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle getFollower ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Vehicle 'ego' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getFollower/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,29d0
< 0.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 1.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 2.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 3.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 4.0: followerAuto=('f1', 59.172000000000025) followerShort=('f1', 59.172000000000025)
< 5.0: followerAuto=('f1', 53.61600000000002) followerShort=('f1', 53.61600000000002)
< 6.0: followerAuto=('f1', 48.40985714285716) followerShort=('f1', 48.40985714285716)
< 7.0: followerAuto=('f1', 43.99971428571429) followerShort=('f1', 43.99971428571429)
< 8.0: followerAuto=('f1', 40.32459523809523) followerShort=('f1', 40.32459523809523)
< 9.0: followerAuto=('f1', 35.149996031746014) followerShort=('f1', 35.149996031746014)
< 10.0: followerAuto=('f1', 27.745830026454996) followerShort=('f1', 27.745830026454996)
< 11.0: followerAuto=('f1', 20.34166402116398) followerShort=('f1', 20.34166402116398)
< 12.0: followerAuto=('f1', 17.437498015872997) followerShort=('', -1.0)
< 13.0: followerAuto=('f1', 15.329332010582007) followerShort=('f1', 15.329332010582007)
< 14.0: followerAuto=('f1', 13.923888007054671) followerShort=('f1', 13.923888007054671)
< 15.0: followerAuto=('f1', 12.98692533803645) followerShort=('f1', 12.98692533803645)
< 16.0: followerAuto=('f1', 12.362283558690969) followerShort=('f1', 12.362283558690969)
< 17.0: followerAuto=('f1', 11.945855705793981) followerShort=('f1', 11.945855705793981)
< 18.0: followerAuto=('f1', 11.668237137196002) followerShort=('f1', 11.668237137196002)
< 19.0: followerAuto=('f1', 11.483158091463991) followerShort=('f1', 11.483158091463991)
< 20.0: followerAuto=('f1', 11.359772060975985) followerShort=('f1', 11.359772060975985)
< 21.0: followerAuto=('f1', 11.277514707317323) followerShort=('f1', 11.277514707317323)
< 22.0: followerAuto=('f1', 11.222676471544872) followerShort=('f1', 11.222676471544872)
< 23.0: followerAuto=('f1', 11.186117647696577) followerShort=('f1', 11.186117647696577)
< 24.0: followerAuto=('f1', 11.161745098464365) followerShort=('f1', 11.161745098464365)
< 25.0: followerAuto=('f1', 11.145496732309567) followerShort=('f1', 11.145496732309567)
< 26.0: followerAuto=('f1', 11.134664488206369) followerShort=('f1', 11.134664488206369)
< 27.0: followerAuto=('f1', 11.12744299213756) followerShort=('f1', 11.12744299213756)
< 28.0: followerAuto=('f1', 11.12262866142504) followerShort=('f1', 11.12262866142504)
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getNeighbors/runner.py", line 63, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle getStops ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getStops/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,412d0
< time 0.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 10.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 20.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 30.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=6.0, until=20.0, intendedArrival=10.0, arrival=25.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=6.0, until=20.0, intendedArrival=10.0, arrival=25.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane
=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, s
topFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 40.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 50.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 60.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 70.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY customLength_keepRoute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Vehicle 'v0' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.00.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/customLength_keepRoute2/runner.py", line 43, in <module>
>     '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,40d0
< 2.0 edge=beg xReq=0 xAct=0.0 xActConv 0.0
< 3.0 edge=beg xReq=10 xAct=10.0 xActConv 10.0
< 4.0 edge=beg xReq=20 xAct=20.0 xActConv 20.0
< 5.0 edge=beg xReq=30 xAct=30.0 xActConv 30.0
< 6.0 edge=beg xReq=40 xAct=40.0 xActConv 40.0
< 7.0 edge=beg xReq=50 xAct=50.0 xActConv 50.0
< 8.0 edge=beg xReq=60 xAct=60.0 xActConv 60.0
< 9.0 edge=beg xReq=70 xAct=70.0 xActConv 70.0
< 10.0 edge=beg xReq=80 xAct=80.0 xActConv 80.0
< 11.0 edge=beg xReq=90 xAct=90.0 xActConv 90.0
< 12.0 edge=beg xReq=100 xAct=100.0 xActConv 99.95
< 13.0 edge=middle xReq=110 xAct=110.0 xActConv 110.0
< 14.0 edge=middle xReq=120 xAct=120.0 xActConv 120.0
< 15.0 edge=middle xReq=130 xAct=130.0 xActConv 130.0
< 16.0 edge=middle xReq=140 xAct=140.0 xActConv 140.0
< 17.0 edge=middle xReq=150 xAct=150.0 xActConv 150.0
< 18.0 edge=middle xReq=160 xAct=160.0 xActConv 160.0
< 19.0 edge=middle xReq=170 xAct=170.0 xActConv 170.0
< 20.0 edge=middle xReq=180 xAct=180.0 xActConv 180.0
< 21.0 edge=middle xReq=190 xAct=190.0 xActConv 190.0
< 22.0 edge=middle xReq=200 xAct=200.0 xActConv 200.0
< 23.0 edge=middle xReq=210 xAct=210.0 xActConv 210.0
< 24.0 edge=middle xReq=220 xAct=220.0 xActConv 220.0
< 25.0 edge=middle xReq=230 xAct=230.0 xActConv 230.0
< 26.0 edge=middle xReq=240 xAct=240.0 xActConv 240.0
< 27.0 edge=middle xReq=250 xAct=250.0 xActConv 250.0
< 28.0 edge=middle xReq=260 xAct=260.0 xActConv 260.0
< 29.0 edge=middle xReq=270 xAct=270.0 xActConv 270.0
< 30.0 edge=middle xReq=280 xAct=280.0 xActConv 280.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY elevation_sublane ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/elevation_sublane/runner.py", line 37, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY extreme_elevation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/extreme_elevation/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY extreme_elevation_keeproute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/extreme_elevation_keeproute2/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.3937463318744)
< step=3.0 old=(23.606253668125667, 0.0, 976.3937463318744) target=(43.60625366812567, 0.0) mapped=(43.60625366812567, 0.0, 956.3937463318744)
< step=4.0 old=(43.60625366812567, 0.0, 956.3937463318744) target=(63.60625366812567, 0.0) mapped=(63.60625366812567, 0.0, 936.3937463318744)
< step=5.0 old=(63.60625366812567, 0.0, 936.3937463318744) target=(83.60625366812567, 0.0) mapped=(83.60625366812567, 0.0, 916.3937463318744)
< step=6.0 old=(83.60625366812567, 0.0, 916.3937463318744) target=(103.60625366812567, 0.0) mapped=(103.60625366812567, 0.0, 896.3937463318744)
< step=7.0 old=(103.60625366812567, 0.0, 896.3937463318744) target=(123.60625366812567, 0.0) mapped=(123.60625366812567, 0.0, 876.3937463318744)
< step=8.0 old=(123.60625366812567, 0.0, 876.3937463318744) target=(143.60625366812567, 0.0) mapped=(143.60625366812567, 0.0, 856.3937463318744)
< step=9.0 old=(143.60625366812567, 0.0, 856.3937463318744) target=(163.60625366812567, 0.0) mapped=(163.60625366812567, 0.0, 836.3937463318744)
< step=10.0 old=(163.60625366812567, 0.0, 836.3937463318744) target=(183.60625366812567, 0.0) mapped=(183.60625366812567, 0.0, 816.3937463318744)
< step=11.0 old=(183.60625366812567, 0.0, 816.3937463318744) target=(203.60625366812567, 0.0) mapped=(203.60625366812567, 0.0, 796.3937463318744)
< step=12.0 old=(203.60625366812567, 0.0, 796.3937463318744) target=(223.60625366812567, 0.0) mapped=(223.60625366812567, 0.0, 776.3937463318744)
< step=13.0 old=(223.60625366812567, 0.0, 776.3937463318744) target=(243.60625366812567, 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.60625366812565, 0.0, 736.3937463318744)
< step=15.0 old=(263.60625366812565, 0.0, 736.3937463318744) target=(283.60625366812565, 0.0) mapped=(283.60625366812565, 0.0, 716.3937463318744)
< step=16.0 old=(283.60625366812565, 0.0, 716.3937463318744) target=(303.60625366812565, 0.0) mapped=(303.60625366812565, 0.0, 696.3937463318744)
< step=17.0 old=(303.60625366812565, 0.0, 696.3937463318744) target=(323.60625366812565, 0.0) mapped=(323.60625366812565, 0.0, 676.3937463318744)
< step=18.0 old=(323.60625366812565, 0.0, 676.3937463318744) target=(343.60625366812565, 0.0) mapped=(343.60625366812565, 0.0, 656.3937463318744)
< step=19.0 old=(343.60625366812565, 0.0, 656.3937463318744) target=(363.60625366812565, 0.0) mapped=(363.60625366812565, 0.0, 636.3937463318744)
< step=20.0 old=(363.60625366812565, 0.0, 636.3937463318744) target=(383.60625366812565, 0.0) mapped=(383.60625366812565, 0.0, 616.3937463318744)
< step=21.0 old=(383.60625366812565, 0.0, 616.3937463318744) target=(403.60625366812565, 0.0) mapped=(403.60625366812565, 0.0, 596.3937463318744)
< step=22.0 old=(403.60625366812565, 0.0, 596.3937463318744) target=(423.60625366812565, 0.0) mapped=(423.60625366812565, 0.0, 576.3937463318744)
< step=23.0 old=(423.60625366812565, 0.0, 576.3937463318744) target=(443.60625366812565, 0.0) mapped=(443.60625366812565, 0.0, 556.3937463318744)
< step=24.0 old=(443.60625366812565, 0.0, 556.3937463318744) target=(463.60625366812565, 0.0) mapped=(463.60625366812565, 0.0, 536.3937463318744)
< step=25.0 old=(463.60625366812565, 0.0, 536.3937463318744) target=(483.60625366812565, 0.0) mapped=(483.60625366812565, 0.0, 516.3937463318744)
< step=26.0 old=(483.60625366812565, 0.0, 516.3937463318744) target=(503.60625366812565, 0.0) mapped=(503.60625366812565, 0.0, 496.3937463318744)
< step=27.0 old=(503.60625366812565, 0.0, 496.3937463318744) target=(523.6062536681256, 0.0) mapped=(523.6062536681256, 0.0, 476.39374633187424)
< step=28.0 old=(523.6062536681256, 0.0, 476.39374633187424) target=(543.6062536681256, 0.0) mapped=(543.6062536681256, 0.0, 456.39374633187435)
< step=29.0 old=(543.6062536681256, 0.0, 456.39374633187435) target=(563.6062536681256, 0.0) mapped=(563.6062536681256, 0.0, 436.39374633187447)
< step=30.0 old=(563.6062536681256, 0.0, 436.39374633187447) target=(583.6062536681256, 0.0) mapped=(583.6062536681256, 0.0, 416.39374633187447)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY intersection ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/intersection/runner.py", line 51, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.93
<  Speed: 5.92
<  Duration: 19.00
<  WaitingTime: 2.73
<  TimeLoss: 10.44
<  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-winbuild-ba : traci vehicle moveToXY keepRoute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/keepRoute2/runner.py", line 59, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-n', 'input_net.net.xml', '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY multi_lane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/multi_lane/runner.py", line 77, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY multi_lane_sublane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/multi_lane_sublane/runner.py", line 77, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY permissions ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/permissions/runner.py", line 61, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-n', 'input_net.net.xml', '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY short_edges ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/short_edges/runner.py", line 44, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY waitingTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/waitingTime/runner.py", line 49, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveTo_detector ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveTo_detector/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle nextTLS ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/nextTLS/runner.py", line 34, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap braking_leader ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap braking_leader_spaceGap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_as_reference_vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_overtakeRightCheckDisabled ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_with_reference_vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap reference_vehicle_removed ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap warning_smaller_headway ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring openGap(). New time headway must not be smaller than the original.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci vehicle openGap with_low_maxDecel_slow ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap without_maxDecel_slow ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap without_maxDecel_slow_spacegap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle pastStops_stateLoaded ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/pastStops_stateLoaded/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11d0
< retrieve stops before saving
< time 500.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
< retrieve stops after saving
< time 500.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
< time 501.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
---------- 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="500.00">
    <route id="r1" state="1" edges="CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC"/>
    <delay number="1" begin="1" end="0" depart="0.00" time="0.00"/>
    <vType id="bus" vClass="bus"/>
    <vehicle id="bus" type="bus" depart="0.00" line="B7" route="r1" speedFactor="1.00" state="17410 0 11 12.10 16000 358.58 499000 0 6" pos="91.94" speed="0.00" posLat="0.00">
        <stop lane="NC_0" duration="10.00" until="20.00" actualArrival="25.00" depart="35.00"/>
        <stop lane="SC_0" duration="8.00" until="80.00" actualArrival="114.00" depart="122.00"/>
        <stop lane="NC_0" duration="10.00" until="140.00" actualArrival="203.00" depart="213.00"/>
        <stop lane="SC_0" duration="8.00" until="200.00" actualArrival="295.00" depart="303.00"/>
        <stop lane="NC_0" duration="10.00" until="260.00" actualArrival="385.00" depart="395.00"/>
        <stop lane="SC_0" duration="8.00" until="320.00" actualArrival="476.00" depart="484.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="380.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="440.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="500.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="560.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="620.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="680.00"/>
    </vehicle>
    <lane id="SC_0">
        <vehicles value="bus"/>
    </lane>
</snapshot>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop all ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/all/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="156.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1A2 A2B2 B2C2 C2C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B2C2" duration="30.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/default/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="246.00">
        <route edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="232.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first_init ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first_init/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="232.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="0.00" probability="0" edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first_later ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first_later/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="248.00">
        <routeDistribution>
            <route replacedOnEdge="A1B1" reason="traci:replaceStop" replacedAtTime="11.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop invalid ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Stop replacement failed for vehicle 'ego' (Invalid nextStopIndex '4' for 3 remaining stops).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/invalid/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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">
</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="216.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last_destination ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last_destination/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="207.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last_later ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last_later/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="216.00">
        <routeDistribution>
            <route replacedOnEdge="B1C1" reason="traci:replaceStop" replacedAtTime="90.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop second ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/second/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="229.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1B2 B2C2 C2C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B2C2" duration="30.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop unreachable ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Stop replacement failed for vehicle 'ego' (No route found from edge 'B1C1' to stop edge 'C2D2').
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/unreachable/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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">
</routes>

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 54, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 41, in main
>     traci.start(sumo_call)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle setReroutingPeriod ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/setReroutingPeriod/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle slowDown ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/slowDown/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,73d0
< 0.0 speed=-1073741824.0
< 1.0 speed=25.0
< 2.0 speed=25.0
< 3.0 speed=25.0
< 4.0 speed=25.0
<   slowDown from 25.0 to 21.0 over 2 seconds
< 5.0 speed=23.6666666667
< 6.0 speed=22.3333333333
< 7.0 speed=21.0
< 8.0 speed=21.0
<   slowDown from 21.0 to 15.0 over 5 seconds
< 9.0 speed=20.0
< 10.0 speed=19.0
< 11.0 speed=18.0
< 12.0 speed=17.0
< 13.0 speed=16.0
< 14.0 speed=15.0
< 15.0 speed=15.0
<   slowDown from 15.0 to 13.0 over 1 seconds
< 16.0 speed=14.0
< 17.0 speed=13.0
< 18.0 speed=13.0
< 19.0 speed=13.0
< 20.0 speed=13.0
< 21.0 speed=13.0
< 22.0 speed=13.0
< 23.0 speed=13.0
< 24.0 speed=13.0
< 25.0 speed=13.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle slowDown_subsecond ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/slowDown_subsecond/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,141d0
< 0.0 speed=-1073741824.0
< 0.5 speed=25.0
< 1.0 speed=25.0
< 1.5 speed=25.0
< 2.0 speed=25.0
< 2.5 speed=25.0
< 3.0 speed=25.0
< 3.5 speed=25.0
< 4.0 speed=25.0
<   slowDown from 25.0 to 21.0 over 2 seconds
< 4.5 speed=24.2
< 5.0 speed=23.4
< 5.5 speed=22.6
< 6.0 speed=21.8
< 6.5 speed=21.0
< 7.0 speed=21.0
< 7.5 speed=21.0
< 8.0 speed=21.0
<   slowDown from 21.0 to 15.0 over 5 seconds
< 8.5 speed=20.4545454545
< 9.0 speed=19.9090909091
< 9.5 speed=19.3636363636
< 10.0 speed=18.8181818182
< 10.5 speed=18.2727272727
< 11.0 speed=17.7272727273
< 11.5 speed=17.1818181818
< 12.0 speed=16.6363636364
< 12.5 speed=16.0909090909
< 13.0 speed=15.5454545455
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/stopDelay/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle stopDelay2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/stopDelay2/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle taxi basic ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/taxi/basic/runner.py", line 44, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,128d0
< taxiFleet ('taxi_0',)
< reservations (Reservation(id=0, persons=('p0',), group=p0, fromEdge=A2B2, toEdge=C2D2, departPos=0.0, arrivalPos=90.6, depart=0.0, reservationTime=0.0),)
< 1.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 2.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 3.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 4.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 5.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 6.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 7.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 8.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 9.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 10.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 11.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 12.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 13.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 14.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 15.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 16.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 17.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 18.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 19.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 20.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 21.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 22.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 23.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 24.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 25.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 26.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 27.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
<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" arrival="66.00">
        <ride from="A2B2" to="C2D2" arrivalPos="90.60" lines="taxi"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle taxi shared_3 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/taxi/shared_3/runner.py", line 45, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< taxiFleet ('taxi_0',)
< reservations (Reservation(id=0, persons=('a',), group=a, fromEdge=A1B1, toEdge=D2D3, departPos=0.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0), Reservation(id=1, persons=('b',), group=b, fromEdge=B1C1, toEdge=C1D1, departPos=0.0, arrivalPos=50.0, depart=0.0, reservationTime=0.0), Reservation(id=2, persons=('c',), group=c, fromEdge=C1D1, toEdge=D2D3, departPos=50.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0))
---------- 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="taxi_0" type="taxi" lane="A1B1_0" pos="4.97" parking="1" started="13.00" ended="14.00" delay="-1.00" initialPersons="0" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
    <stopinfo id="taxi_0" type="taxi" lane="B1C1_0" pos="5.00" parking="1" started="27.00" ended="28.00" delay="-1.00" initialPersons="1" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
    <stopinfo id="taxi_0" type="taxi" lane="C1D1_0" pos="50.00" parking="1" started="49.00" ended="109.00" delay="-1.00" initialPersons="2" loadedPersons="1" unloadedPersons="1" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
</stops>
---------- 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="b" depart="0.00" arrival="49.00">
        <ride from="B1C1" to="C1D1" arrivalPos="50.00" lines="taxi"/>
    </person>

    <person id="a" depart="0.00" arrival="133.00">
        <ride from="A1B1" to="D2D3" arrivalPos="92.10" lines="taxi"/>
    </person>

    <person id="c" depart="0.00" departPos="50.00" arrival="133.00">
        <ride from="C1D1" to="D2D3" arrivalPos="92.10" lines="taxi"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,13c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle/runner.py", line 149, in <module>
>     "--default.speeddev", "0"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,1062d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.03334372395
< speedLat 0.0
< speed w/o traci 4.03334372395
< acceleration 2.59949394504
< 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.5671935029
< 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.09802901
< CO 148.404394312
< HC 0.793287746206
< PMx 0.106890250159
< NOx 2.197042561
<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="130.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalSpeed="12.62" duration="5.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.07" 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="130.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-winbuild-ba : traci vehicle vehicle_asl ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_asl/runner.py", line 48, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle vehicle_context ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_context/runner.py", line 40, in <module>
>     traci.start(sumoCmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< t=2.0 subscriptionResult={'v0': {64: 1.4416886697057636, 74: 'HBEFA3/PC_G_EU4'}, 'v1': {64: 1.608739541681134, 74: 'HBEFA3/PC_G_EU4'}, 'v2': {64: 2.4421734631218714, 74: 'HBEFA3/PC_G_EU4'}}

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

---------- Differences in errors ----------
1,13c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle/runner.py", line 149, in <module>
>     "--default.speeddev", "0"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,1062d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.03334372395
< speedLat 0.0
< speed w/o traci 4.03334372395
< acceleration 2.59949394504
< 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.5671935029
< 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.09802901
< CO 148.404394312
< HC 0.793287746206
< PMx 0.106890250159
< NOx 2.197042561
<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="130.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalPosLat="0.00" arrivalSpeed="12.62" duration="5.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.07" 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="130.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-winbuild-ba : traci vehicle vehicle_sublane_asl ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_sublane_asl/runner.py", line 49, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicletype save_and_load_vtype_params ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/save_and_load_vtype_params/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary("sumo")] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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_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="1048 0 1 100.00 0 17.85 49500 0 0" 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="1050 10000 1 100.00 0 9.11 49500 0 0" 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="1050 20000 0 100.00 0 3.32 49500 0 0" 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="275.50">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicletype vehicletype ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,61d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< vehicletypes ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')
< vehicletype count 5
< 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)
< maxSpeedLat 1.0
< latAlign center
< minGapLat 0.6
< personCapacity 4
< {0: ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')}
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

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

#5180
(This bug was triggered by text found in file 'errors' matching '.')
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getNeighborsSublane/runner.py", line 63, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap with_low_maxDecel_fast_CACC ( Last six runs Sep2020 )

not even failing as intended
(This bug was triggered by text found in file 'errors' matching 'Error')
---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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: 221 tests: 221 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-winbuild-ba : state diff_begin ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,4
< Warning: State was written at a different time 50.00 than the begin time 10!
---
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="160.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="165.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state disconnected ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="120.00">
        <route edges="4/1to3/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="125.00">
        <route edges="4/1to3/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="160.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="165.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>
state dists ( Last six runs Sep2020 )
state dists_gz ( Last six runs Sep2020 )
state prefix ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : state dists_xml ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="r#0" state="1" edges="3/1to2/1 2/1to1/1 1/1to0/1"/>
    <route id="r#1" state="1" edges="2/1to1/1 1/1to0/1"/>
    <route id="r1" state="1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    <routeDistribution id="r" state="1" routes="r#0 r#1" probabilities="1.00 1.00"/>
    <delay number="2" begin="2" 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="v1" length="3.00" minGap="2.00" maxSpeed="10.00" probability="0.10" accel="1.8" decel="4.5" sigma="0"/>
    <vType id="v2" length="3.00" minGap="2.00" maxSpeed="10.00" probability="0.90" accel="2.8" decel="4.5" sigma="0"/>
    <vTypeDistribution id="v" vTypes="v1 v2" probabilities="0.10 0.90"/>
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="0 1 0 0 0 50000 40000 9223372036854775807">
        <device id="vehroute_0" state="10.00 0.00 0"/>
    </vehicle>
    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="5000 1 0 0 0 55000 45000 9223372036854775807">
        <device id="vehroute_1" state="10.00 0.00 0"/>
    </vehicle>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
<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">
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="160.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="165.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state flow ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="!0" state="1" edges="0/1to1/1 3/1to4/1"/>
    <route id="!0.0!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.1!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.2!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.3!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.4!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <flowState id="0" index="5" reroute="1"/>
    <delay number="5" begin="5" 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" sigma="0"/>
    <vehicle id="0.0" type="DEFAULT_VEHTYPE" depart="0.00" route="!0.0!var#1" speedFactor="1.06" state="0 1 0 1 0 56604 47170 9223372036854775807">
        <device id="vehroute_0.0" state="10.60 0.00 1 !NULL 0 !0 device.rerouting"/>
        <device id="routing_0.0" state="0"/>
    </vehicle>
    <vehicle id="0.1" type="DEFAULT_VEHTYPE" depart="10.00" route="!0.1!var#1" speedFactor="0.94" state="10000 0 0 3 0 52632 41974 9223372036854775807">
        <device id="vehroute_0.1" state="9.38 0.00 1 !NULL 10000 !0 device.rerouting"/>
        <device id="routing_0.1" state="0"/>
    </vehicle>
    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="20.00" route="!0.2!var#1" speedFactor="1.01" state="20000 0 0 2 0 49691 39794 9223372036854775807">
        <device id="vehroute_0.2" state="10.10 0.00 1 !NULL 20000 !0 device.rerouting"/>
        <device id="routing_0.2" state="0"/>
    </vehicle>
    <vehicle id="0.3" type="DEFAULT_VEHTYPE" depart="30.00" route="!0.3!var#1" speedFactor="1.08" state="30000 0 0 2 0 57708 48472 9223372036854775807">
        <device id="vehroute_0.3" state="10.83 0.00 1 !NULL 30000 !0 device.rerouting"/>
<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">
    <vehicle id="0.0" type="DEFAULT_VEHTYPE" depart="0.00" speedFactor="1.06" arrival="151.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="0.00" probability="0" edges="0/1to1/1 3/1to4/1"/>
            <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="0.1" type="DEFAULT_VEHTYPE" depart="10.00" speedFactor="0.94" arrival="181.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="10.00" probability="0" edges="0/1to1/1 3/1to4/1"/>
            <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="20.00" speedFactor="1.01" arrival="183.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="20.00" probability="0" edges="0/1to1/1 3/1to4/1"/>
            <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="0.3" type="DEFAULT_VEHTYPE" depart="30.00" speedFactor="1.08" arrival="185.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="30.00" probability="0" edges="0/1to1/1 3/1to4/1"/>
            <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
        </routeDistribution>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state multique ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="00:00:25">
    <route id="!0" state="1" edges="SC CW"/>
    <flowState id="0" index="3" reroute="1"/>
    <delay number="1" begin="3" end="2" depart="0.00" time="27.00"/>
    <vType id="DEFAULT_BIKETYPE" vClass="bicycle"/>
    <vType id="DEFAULT_CONTAINERTYPE" vClass="ignoring"/>
    <vType id="DEFAULT_PEDTYPE" vClass="pedestrian"/>
    <vType id="DEFAULT_VEHTYPE" sigma="0"/>
    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="00:00:20" route="!0" speedFactor="1.01" state="20000 0 0 0 1 26384 20000 9223372036854775807">
        <device id="vehroute_0.2" state="14.04 0.00 0"/>
        <device id="routing_0.2" state="0"/>
    </vehicle>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="23750" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
        <vehicles time="-1" value=""/>
<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">
    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="00:00:20" speedFactor="1.01" arrival="00:00:33">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.3" depart="00:00:30" arrival="00:00:44">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.4" depart="00:00:40" arrival="00:00:53">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.5" depart="00:00:50" arrival="00:01:02">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.6" depart="00:01:00" arrival="00:01:13">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.7" depart="00:01:10" arrival="00:01:26">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.8" depart="00:01:20" arrival="00:01:33">
        <route edges="SC CW"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state plain ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- Missing result in tls_state ----------
<?xml version="1.0" encoding="UTF-8"?>


<tlsStates xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tlsstates_file.xsd">
    <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="51.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="52.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="53.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="54.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="55.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="56.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="57.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="58.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="59.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="60.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="61.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="62.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="63.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="64.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="65.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="66.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="67.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="68.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="69.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="70.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="71.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="72.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="73.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="74.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="75.00" id="0/0" programID="0" phase="0" state="GgGr"/>
<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">
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="160.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="175.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
        <stop lane="3/1to2/1_0" duration="10.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state rerouting ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="500.00">
    <route id="!veh276" state="0" edges="gneE0 gneE3"/>
    <route id="!veh276!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh277" state="0" edges="gneE0 gneE3"/>
    <route id="!veh277!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
    <route id="!veh278" state="0" edges="gneE0 gneE3"/>
    <route id="!veh278!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh279" state="0" edges="gneE0 gneE3"/>
    <route id="!veh279!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh280" state="0" edges="gneE0 gneE3"/>
    <route id="!veh280!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
    <route id="!veh280!var#2" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh281" state="0" edges="gneE0 gneE3"/>
    <route id="!veh281!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh282" state="0" edges="gneE0 gneE3"/>
    <route id="!veh282!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh283" state="0" edges="gneE0 gneE3"/>
    <route id="!veh283!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
    <route id="!veh283!var#2" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh284" state="0" edges="gneE0 gneE3"/>
    <route id="!veh284!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh285" state="0" edges="gneE0 gneE3"/>
    <route id="!veh285!var#1" state="0" edges="gneE0 gneE1 gneE2 gneE3"/>
    <route id="!veh286" state="0" edges="gneE0 gneE3"/>
    <route id="!veh286!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh287" state="0" edges="gneE0 gneE3"/>
    <route id="!veh287!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<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">
    <vehicle id="veh1" type="default" depart="1.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="21.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh2" type="default" depart="2.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="25.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh3" type="default" depart="3.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="27.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh4" type="default" depart="4.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="28.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh5" type="default" depart="5.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="30.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh6" type="default" depart="8.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="34.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
    </vehicle>

    <vehicle id="veh7" type="default" depart="10.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="35.00">
        <route edges="gneE0 gneE1 gneE2 gneE3"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes2 ----------
<?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="veh276" type="default" depart="476.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" speedFactor="0.97" arrival="501.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="276.00" probability="0" edges="gneE0 gneE3"/>
            <route edges="gneE0 gneE4 gneE5 gneE3"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="veh278" type="default" depart="479.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" speedFactor="1.21" arrival="503.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="278.00" probability="0" edges="gneE0 gneE3"/>
            <route edges="gneE0 gneE4 gneE5 gneE3"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="veh277" type="default" depart="478.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" speedFactor="0.87" arrival="504.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="278.00" probability="0" edges="gneE0 gneE3"/>
            <route edges="gneE0 gneE1 gneE2 gneE3"/>
        </routeDistribution>
    </vehicle>

    <vehicle id="veh279" type="default" depart="481.00" departPos="0.00" arrivalPos="80.00" arrivalSpeed="0.00" speedFactor="0.99" arrival="506.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="280.00" probability="0" edges="gneE0 gneE3"/>
            <route edges="gneE0 gneE4 gneE5 gneE3"/>
        </routeDistribution>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state xml ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="2" begin="2" 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" actionStepLength="1.00" accel="0.8" decel="4.5" sigma="0"/>
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="0 1 0 0 0 50000 40000 9223372036854775807">
        <device id="vehroute_0" state="10.00 0.00 0"/>
    </vehicle>
    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="5000 1 0 0 0 55000 45000 9223372036854775807">
        <device id="vehroute_1" state="10.00 0.00 0"/>
    </vehicle>
    <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=""/>
<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">
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="160.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="165.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision persons range_50_angle_90 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_0_angle_90 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_0 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_270 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_360 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_90 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAll ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba :

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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 Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsDownDistZero ( Last six runs Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsUpDistZero ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance incompatible_filter ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance internal_edges ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance persons range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters leadFollowOpposite laneChangeOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters noOpposite lanesInclOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10_disregard_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u100 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u80 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d155u65 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d200u10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d20u30 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d30u20 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_10_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d100_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u250_all ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d250_u250 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d50_u50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass none ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci bugs ticket1010 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 49, in <module>
>     run()
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 38, in run
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci bugs ticket1433 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,3
> Usage: runner.py [options]
> 
> runner.py: error: no such option: --mesosim

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

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2321/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2777 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,6c1,10
< Error: Answered with error to command 0xc4: 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: Answered with error to command 0xa4: Vehicle 'v3' is not known.
< Error: Answered with error to command 0xa4: Vehicle 'v3' is not known.
< Error: Answered with error to command 0xa4: Vehicle 'v3' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2777/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2803 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2803/runner.py", line 31, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< 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
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2804/runner.py", line 49, in <module>
>     '--fcd-output.signals'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3140 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3140/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '--fcd-output', 'fcd.xml', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3348 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3348/runner.py", line 30, in <module>
>     '-r', 'input_routes.rou.xml', '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3349/runner.py", line 31, in <module>
>     'input_routes.rou.xml', '--no-step-log', '--begin', '5', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
1c1,10
< Warning: State was written at a different time 50.00 than the begin time 60!
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_test_with_begin_ge_savetime/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_with_load_offset/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="100.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3522/runner.py", line 37, in <module>
>     traci.start([sumoBinary] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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_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="1048 0 1 100.00 0 18.32 49000 0 0" 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="1050 10000 0 100.00 0 10.95 49000 0 0" 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="1050 20000 0 100.00 0 2.18 49000 0 0" 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="282.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3634/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3648 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3648/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3810 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3810/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4141 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4141/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4214 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4214/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< step 1

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4307/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< route initial: ('SC', 'NC')
< route computed: ('SC', 'CN', 'NC')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4324/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4418 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4418/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4432 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4432/runner.py", line 51, in <module>
>     traci.start([sumo] + opts + ['--tripinfo-output', 'tripinfos.xml', '-l', 'log']
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,32d0
< ***Starting server on port <PORT> ***
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: TraCI issued load command.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 189.19
<  Speed: 5.45
<  Duration: 42.78
<  WaitingTime: 17.44
<  TimeLoss: 28.61
<  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).
< 
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4514/runner.py", line 35, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4563 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4563/runner.py", line 44, in <module>
>     "--default.speeddev", "0",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4642 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4642/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4920 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4920/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5029/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5114/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5309 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5309/runner.py", line 37, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5390 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5390/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5561/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< abort stop at busStop2 at t=49.0

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5620/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5674 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5674/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(1.2913488337765955, 103.67)

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5712/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5831 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Undefined end for flow 'egoVehicle', defaulting to 24hour duration.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5831/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5932 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< Error: Answered with error to command 0xc4: Lane 'CW_0' is not on the route of vehicle 'ego'.
< Error: Answered with error to command 0xc4: Lane ':C_1_0' is not on the route of vehicle 'ego'.
< Error: Answered with error to command 0xc4: Lane ':C_10_0' is not on the route of vehicle 'ego'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5932/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5990 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5990/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket6626 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc4: Departure speed for vehicle 'v0' is too high for the departure edge 'gneE0'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket6626/runner.py", line 35, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< caught exception

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket7057/runner.py", line 32, in <module>
>     '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 [('poly0', {}), ('poly1', {})]
< removed poly1
< polys in range {'poly0': {}}

TEST FAILED on ts-sim-winbuild-ba : traci busstop busstop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/busstop/busstop/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci calibrator calibrator ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/calibrator/calibrator/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,34d0
< 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
<   getTypeID DEFAULT_BIKETYPE
<   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
<   getTypeID DEFAULT_VEHTYPE
<   begin 0.0
<   end 100.0
<   getRouteID WE
<   getRouteProbeID 
<   getVTypes ()
<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-winbuild-ba : traci chargingstation chargingstation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/chargingstation/chargingstation/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/busySocket/runner.py", line 41, in <module>
>     stdout=sys.stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< Loading configuration ... done.
traci connection busySocket sumo ( Last six runs Sep2020 )
traci connection busySocket sumo-gui ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/clientCloses/runner.py", line 68, in <module>
>     runSingle(99, 50)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/clientCloses/runner.py", line 47, in runSingle
>     stdout=sys.stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci connection clientCloses sumo-gui ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/closingOutput/runner.py", line 36, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"] + addOption, stdout=sys.stdout)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci connection closingOutput sumo-gui ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : traci connection multiconnect ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/multiconnect/runner.py", line 35, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"], label=str(i))
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,34d0
< Loading configuration ... done.
< Loading configuration ... done.
< step 0
< step 1
< step 2
< 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')
< 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', 'withTaz2')
< edges ('1o',)
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 3
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 4
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,96
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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))
<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-winbuild-ba : traci connection multipleConnections basic sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,128
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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))
<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-winbuild-ba : traci connection multipleConnections basic sumo-gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,128
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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))
<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-winbuild-ba : traci connection multipleConnections concurringSubscriptions sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,20
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> 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-winbuild-ba : traci connection multipleConnections differentSteplengths sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,72
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-2:
> 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
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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:
<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-winbuild-ba : traci connection multipleConnections orderDependentResults sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,20
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> 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-winbuild-ba : traci connection multipleConnections subsecondSUMOstep sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,72
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> 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:
<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-winbuild-ba : traci connection multipleConnections unspecifiedOrderWarning sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,4
< 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).
---
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,5
> Der Befehl "--mesosim" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 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 Sep2020 )
traci connection repeatedConnection sumo-gui ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions edge_200m ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions junction_200m ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions lane_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/parking/runner.py", line 36, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,119d0
< {'ego': {64: 0.0, 66: (5.1, -1.6), 81: 'a_0'}}
< {'ego': {64: 1.6737586267990991, 66: (6.7737586267991, -1.6), 81: 'a_0'}}
< {'ego': {64: 4.2146353791467845, 66: (10.988394005945883, -1.6), 81: 'a_0'}}
< {'ego': {64: 6.175756617565639, 66: (17.164150623511524, -1.6), 81: 'a_0'}}
< {'ego': {64: 8.00881538274698, 66: (25.172966006258505, -1.6), 81: 'a_0'}}
< {'ego': {64: 10.5521199981682, 66: (35.72508600442671, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.18588540405035, 66: (47.91097140847705, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.568249331610279, 66: (61.47922074008733, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.181142201959156, 66: (74.66036294204649, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 12.92134470845107, 66: (87.58170765049756, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.882154383962042, 66: (101.46386203445961, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.015094927451575, 66: (114.47895696191117, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.283985643028283, 66: (127.76294260493948, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.302254900368862, 66: (141.06519750530833, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.153841684744695, 66: (154.21903919005302, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.546129846000113, 66: (167.76516903605312, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.811665639500134, 66: (181.57683467555324, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.751740999133327, 66: (194.32857567468656, -1.6), 81: 'a_0'}}
< {}
< {}
< {}
< {}
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions person_200m ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions poi_200m ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions polygon_200m ( Last six runs Sep2020 )

2 TESTS FAILED on ts-sim-winbuild-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 Sep2020 )
traci contextSubscriptions range_200m ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : traci edge edge ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/edge/edge/runner.py", line 32, in <module>
>     '--pedestrian.model', 'nonInteracting'] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 0.0
< CO 0.0
< HC 0.0
< PMx 0.0
< NOx 0.0
< Fuel 0.0
< Noise 0.0
< Elec 0.0
< meanSpeed 11.109620887
< occupancy 0.0201207243461
< lastLength 5.0
< traveltime 22.368
< numVeh 1
< haltVeh 0
< vehIds ('horiz',)
< personIds ('p0',)
< waiting time 0.0
< checking occupancy with unicode id 0.0201207243461
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci gui b50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
7,16c7,16
< Warning: Teleporting vehicle 'vehicle.582'; waited too long (jam), lane='i3_0', time=1605.00.
< Warning: Vehicle 'vehicle.582' ends teleporting on edge 'i4', time 1605.00.
< Warning: Teleporting vehicle 'vehicle.624'; waited too long (jam), lane='i2_0', time=1630.00.
< Warning: Vehicle 'vehicle.624' ends teleporting on edge 'i5', time 1779.00.
< Warning: Teleporting vehicle 'vehicle.561'; waited too long (jam), lane='i4_1', time=1897.00.
< Warning: Vehicle 'vehicle.561' ends teleporting on edge 'i5', time 1989.00.
< Warning: Teleporting vehicle 'vehicle.898'; waited too long (wrong lane), lane='i7_1', time=3286.00.
< Warning: Vehicle 'vehicle.898' ends teleporting on edge 'e3', time 3343.00.
< Warning: Teleporting vehicle 'vehicle.2009'; waited too long (jam), lane='i3_1', time=6150.00.
< Warning: Vehicle 'vehicle.2009' ends teleporting on edge 'i5', time 6286.00.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/b50/runner.py", line 39, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg", "-v"], stdout=sys.stdout, stderr=sys.stderr)
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
2,16d1
< Loading configuration ... done.
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 3000
<  Running: 0
<  Waiting: 0
< Teleports: 5 (Jam: 4, Wrong Lane: 1)
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 8795.00
< 

TEST FAILED on ts-sim-winbuild-ba : traci gui gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/gui/runner.py", line 33, in <module>
>     stdout=sys.stdout)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/gui\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,29d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-796.5116279069767, -230.0), (1596.5116279069766, 1030.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: 0
< edge selected: 0
< veh selected: 1
< edge selected: 1
<truncated after showing first 30 lines>
---------- Missing result in png ----------
‰PNG

TEST FAILED on ts-sim-winbuild-ba : traci gui polygon_dynamics_gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/polygon_dynamics_gui/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo-gui'), "-c", "sumo.sumocfg", "-S", "-Q"], stdout=sys.stdout)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,257d0
< 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-winbuild-ba : traci gui polygon_dynamics_remove ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/polygon_dynamics_remove/runner.py", line 35, in <module>
>     "-S", "-Q"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci inductionloop inductionloop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/inductionloop/inductionloop/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,47d0
< 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')]
< position 10.0
< laneID 2fi_0
< {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')]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci junction junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/junction/junction/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lane lane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 0.0
< CO 0.0
< HC 0.0
< PMx 0.0
< NOx 0.0
< Fuel 0.0
< Noise 0.0
< Elec 0.0
< meanSpeed 11.11
< occupancy 0.0
< lastLength 0.0
< traveltime 22.3672367237
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa3: Lane ':C_15_0' is not known
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane_intermodal/runner.py", line 31, in <module>
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< foes ('EC_2', 'EC_2', 'EC_3', 'EC_3', 'EC_4', 'EC_4', 'WC_2', 'WC_3', 'WC_4', 'WC_4')

TEST FAILED on ts-sim-winbuild-ba : traci lanearea lanearea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,247d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 417.433147279
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 2.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_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.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="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="4.00" end="5.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="4.00" end="5.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="5.00" end="6.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="5.00" end="6.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="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="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="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="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="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="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="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="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="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="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" />
</detector>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,269d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 417.433147279
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 1.5
< step 2.0
<   examining det0
<      pos 100.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.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="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="4.00" end="5.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="4.00" end="5.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="5.00" end="6.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="5.00" end="6.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="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="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="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="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="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="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="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="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="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.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" />
</detector>

TEST FAILED on ts-sim-winbuild-ba : traci meandata meandata ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/meandata/meandata/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< meandata ('meandata_ID',)
< meandata count 1
< examining meandata_ID
---------- Missing result in detector ----------
<?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="3.00" id="meandata_ID">
        <edge id="1fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
    </interval>
</meandata>

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

---------- 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 "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci misc lateralCollision laneChanging rightLane ( Last six runs Sep2020 )

---------- 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 "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.2 ( Last six runs Sep2020 )

---------- 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 "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.5 ( Last six runs Sep2020 )

---------- 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 "C:/Users/delphi/Code/sumoInternal/git/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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.5 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc params ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/params/runner.py", line 43, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc paramsWithKey ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/paramsWithKey/runner.py", line 45, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< step 0.0
< vehicle (bar, )
< vehicle (bar, 42)
< person (bar, )
< person (bar, 42)
< edge (bar, )
< edge (bar, 42)
< lane (bar, )
< lane (bar, 42)
< vType (bar, )
< vType (bar, 42)
< route (bar, )
< route (bar, 42)
< trafficlight (bar, )
< trafficlight (bar, 42)
< step 1.0

TEST FAILED on ts-sim-winbuild-ba : traci misc paramsWithKey_subscription ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/paramsWithKey_subscription/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,25d0
< Loading configuration ... done.
< step 0.0
< subscribing to vehicle param 'simTime'
< subscribing to person param 'simTime'
< subscribing to edge param 'simTime'
< subscribing to lane param 'simTime'
< subscribing to vType param 'simTime'
< subscribing to route param 'simTime'
< subscribing to trafficlight param 'simTime'
< step 1.0
< vehicle result: ('simTime', '1.0')
< person result: ('simTime', '1.0')
< edge result: ('simTime', '1.0')
< lane result: ('simTime', '1.0')
< vType result: ('simTime', '1.0')
< route result: ('simTime', '1.0')
< trafficlight result: ('simTime', '1.0')
< step 2.0
< vehicle result: ('simTime', '2.0')
< person result: ('simTime', '2.0')
< edge result: ('simTime', '2.0')
< lane result: ('simTime', '2.0')
< vType result: ('simTime', '2.0')
< route result: ('simTime', '2.0')
< trafficlight result: ('simTime', '2.0')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/add_with_taz/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor_routingMode ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person stop_walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/stop_walk_stop_walk/runner.py", line 27, in <module>
>     import libsumo as traci  # noqa
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\libsumo\__init__.py", line 20, in <module>
>     from .libsumo import vehicle, simulation
> 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" endPos="81.95" duration="15.00"/>
        <walk edges="SC CN"/>
        <stop lane="CN_0" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_end/runner.py", line 33, in <module>
>     '-a', 'input_additional.add.xml'
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteParkingArea_intermediate ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_intermediate/runner.py", line 32, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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" arrivalPos="92.10" lines="ego"/>
        <walk edges="A2A3 A3B3"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptEdgeWeight_varyWithTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight_varyWithTime/runner.py", line 39, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptVehicleEdgeWeight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptVehicleEdgeWeight/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_aggregated ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_aggregated/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '--device.rerouting.adaptation-steps', '120', '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc ssm basic ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/ssm/basic/runner.py", line 37, in <module>
>     '--device.ssm.probability', '1',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,50d0
< Loading configuration ... done.
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.trajectories'. Using default of '0'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.range'. Using default of '50.00'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.extratime'. Using default of '5.00'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.geo'. Using default of '0'
< step 0
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 1
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 2
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 3
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 4
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 5
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 6
<   veh=ego minTTC=4.18 maxDRAC=0.39 minPET=
<   veh=leader minTTC=4.18 maxDRAC=0.39 minPET=
< step 7
<   veh=ego minTTC=2.03 maxDRAC=1.12 minPET=
<   veh=leader minTTC=2.03 maxDRAC=1.12 minPET=
<truncated after showing first 30 lines>
---------- Missing result in ssm ----------
<?xml version="1.0" encoding="UTF-8"?>


<SSMLog>
    <conflict begin="2.00" end="14.00" ego="ego" foe="leader">
        <minTTC time="7.00" position="85.08,98.40" type="2" value="2.03"/>
        <maxDRAC time="7.00" position="85.08,98.40" type="2" value="1.12"/>
        <PET time="NA" position="NA" type="NA" value="NA"/>
    </conflict>
    <globalMeasures ego="ego">
        <timeSpan values="2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.40 1.44 0.00 0.00 3.21 4.46 0.00 3.50 0.00 0.00 0.00 0.00"/>
        <maxBR time="8.00" position="80.85,98.40" value="4.46"/>
        <SGAPSpan values="11.10 11.95 15.16 17.10 13.80 9.24 NA 11.88 18.79 26.46 33.56 38.27 40.60"/>
        <minSGAP time="7.00" position="75.83,98.40" value="9.24" leader="leader"/>
        <TGAPSpan values="0.85 0.95 1.35 1.43 1.09 0.98 NA 1.64 5.02 5.10 4.45 3.92 3.36"/>
        <minTGAP time="2.00" position="17.91,98.40" value="0.85" leader="leader"/>
    </globalMeasures>
    <conflict begin="2.00" end="14.00" ego="leader" foe="ego">
        <minTTC time="7.00" position="85.08,98.40" type="3" value="2.03"/>
        <maxDRAC time="7.00" position="85.08,98.40" type="3" value="1.12"/>
        <PET time="NA" position="NA" type="NA" value="NA"/>
    </conflict>
    <globalMeasures ego="leader">
        <timeSpan values="0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.52 0.00 1.22 0.00 0.50 4.50 4.47 0.00 0.00 0.00 0.00 0.00 0.17 0.05"/>
        <maxBR time="6.00" position="85.16,98.40" value="4.50"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
    </globalMeasures>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci misc ssm junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/ssm/junction/runner.py", line 37, in <module>
>     '--device.ssm.probability', '1',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,50d0
< Loading configuration ... done.
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.trajectories'. Using default of '0'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.range'. Using default of '50.00'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.extratime'. Using default of '5.00'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.geo'. Using default of '0'
< step 0
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 1
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 2
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 3
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 4
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 5
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 6
<   veh=ego minTTC=3.73 maxDRAC=1.64 minPET=
<   veh=leader minTTC=3.73 maxDRAC=1.64 minPET=
< step 7
<   veh=ego minTTC=2.67 maxDRAC=2.33 minPET=
<   veh=leader minTTC=2.67 maxDRAC=2.33 minPET=
<truncated after showing first 30 lines>
---------- Missing result in ssm ----------
<?xml version="1.0" encoding="UTF-8"?>


<SSMLog>
    <conflict begin="6.00" end="14.00" ego="ego" foe="leader">
        <minTTC time="7.00" position="101.60,99.10" type="10" value="2.67"/>
        <maxDRAC time="8.00" position="100.36,101.00" type="11" value="2.55"/>
        <PET time="10.48" position="100.36,101.00" type="17" value="0.18"/>
    </conflict>
    <globalMeasures ego="ego">
        <timeSpan values="0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 1.30 0.00 0.00 0.06 0.00 3.28 3.29 4.50 2.97 0.39 0.00 0.00 0.00 0.00"/>
        <maxBR time="8.00" position="99.56,102.33" value="4.50"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA -4.08 NA NA NA NA"/>
        <minSGAP time="10.00" position="99.93,101.72" value="-4.08" leader="leader"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA -25.38 NA NA NA NA"/>
        <minTGAP time="10.00" position="99.93,101.72" value="-25.38" leader="leader"/>
    </globalMeasures>
    <conflict begin="6.00" end="14.00" ego="leader" foe="ego">
        <minTTC time="7.00" position="101.60,99.10" type="11" value="2.67"/>
        <maxDRAC time="8.00" position="100.36,101.00" type="10" value="2.55"/>
        <PET time="10.48" position="100.36,101.00" type="17" value="0.18"/>
    </conflict>
    <globalMeasures ego="leader">
        <timeSpan values="2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.97 0.00 0.00 0.00 0.00 0.00 0.25 0.42 0.00 0.00 0.00 0.25"/>
        <maxBR time="3.00" position="101.60,17.16" value="0.97"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
    </globalMeasures>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci misc steplistener ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/steplistener/runner.py", line 41, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg", "--ignore-route-errors"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11d0
< Loading configuration ... done.
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing/runner.py", line 44, in <module>
>     traceFile="log.txt")
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,26d1
< 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()
---------- 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-winbuild-ba : traci misc tracing_noGetters ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing_noGetters/runner.py", line 44, in <module>
>     traceFile="log.txt", traceGetters=False)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,10d1
< traci.simulationStep()
< traci.vehicle.setParameter('veh0', 'foo', '42')
< traci.person.setParameter('ped0', 'foo', '42')
< traci.edge.setParameter('1o', 'foo', '42')
< traci.lane.setParameter('1o_0', 'foo', '42')
< traci.vehicletype.setParameter('pType', 'foo', '42')
< traci.route.setParameter('horizontal', 'foo', '42')
< traci.trafficlight.setParameter('0', 'foo', '42')
< traci.simulationStep()
---------- 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-winbuild-ba : traci multientryexit multientryexit ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/multientryexit/multientryexit/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci overheadwire overheadwire ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/overheadwire/overheadwire/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci parkingarea parkingarea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/parkingarea/parkingarea/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci person moveToXY after_creation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.23" y="82.62" angle="0.00" speed="1.40" pos="82.62" 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="62.00">
        <walk edges="SC CN"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY after_creation_add_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation_add_walk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" 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="18.00">
        <walk edges="SC"/>
        <stop lane="SC_0" endPos="81.95" duration="10.00"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute1_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute1_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=111.59 y=75.4
< s=1.0 x=111.59 y=76.4
< s=2.0 x=111.59 y=77.4
< s=3.0 x=111.59 y=78.4
< s=4.0 x=111.59 y=79.4
< s=5.0 x=111.59 y=80.4
< s=6.0 x=111.59 y=81.4
< s=7.0 x=111.59 y=82.4
< s=8.0 x=111.59 y=83.4
< s=9.0 x=111.59 y=84.4
< s=10.0 x=111.59 y=85.4
< s=11.0 x=111.59 y=86.4
< s=12.0 x=111.59 y=87.4
< s=13.0 x=111.59 y=88.4
< s=14.0 x=111.59 y=89.4
< s=15.0 x=111.59 y=90.4
< s=16.0 x=111.59 y=91.4
< s=17.0 x=111.59 y=92.4
< s=18.0 x=111.59 y=93.4
< s=19.0 x=111.59 y=94.4
< s=20.0 x=111.59 y=95.4
< s=21.0 x=111.59 y=96.4
< s=22.0 x=111.59 y=97.4
< s=23.0 x=111.59 y=98.4
< s=24.0 x=111.59 y=99.4
< s=25.0 x=111.59 y=100.4
< s=26.0 x=111.59 y=101.4
< s=27.0 x=111.59 y=102.4
< s=28.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=1.0 x=111.59 y=75.4
< s=2.0 x=111.59 y=76.4
< s=3.0 x=111.59 y=77.4
< s=4.0 x=111.59 y=78.4
< s=5.0 x=111.59 y=79.4
< s=6.0 x=111.59 y=80.4
< s=7.0 x=111.59 y=81.4
< s=8.0 x=111.59 y=82.4
< s=9.0 x=111.59 y=83.4
< s=10.0 x=111.59 y=84.4
< s=11.0 x=111.59 y=85.4
< s=12.0 x=111.59 y=86.4
< s=13.0 x=111.59 y=87.4
< s=14.0 x=111.59 y=88.4
< s=15.0 x=111.59 y=89.4
< s=16.0 x=111.59 y=90.4
< s=17.0 x=111.59 y=91.4
< s=18.0 x=111.59 y=92.4
< s=19.0 x=111.59 y=93.4
< s=20.0 x=111.59 y=94.4
< s=21.0 x=111.59 y=95.4
< s=22.0 x=111.59 y=96.4
< s=23.0 x=111.59 y=97.4
< s=24.0 x=111.59 y=98.4
< s=25.0 x=111.59 y=99.4
< s=26.0 x=111.59 y=100.4
< s=27.0 x=111.59 y=101.4
< s=28.0 x=111.59 y=102.4
< s=29.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction_offroad ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,7c1,10
< Warning: Could not map position 113.85,84.40 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,92.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,93.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.52,106.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,107.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,113.56 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,114.56 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction_offroad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=113.85 y=75.4
< s=1.0 x=113.85 y=76.4
< s=2.0 x=113.85 y=77.4
< s=3.0 x=113.85 y=78.4
< s=4.0 x=113.85 y=79.4
< s=5.0 x=113.85 y=80.4
< s=6.0 x=113.85 y=81.4
< s=7.0 x=113.85 y=82.4
< s=8.0 x=113.85 y=83.4
< s=9.0 x=113.85 y=84.4
< s=10.0 x=113.85 y=85.4
< s=11.0 x=113.85 y=86.4
< s=12.0 x=113.85 y=87.4
< s=13.0 x=113.85 y=88.4
< s=14.0 x=113.85 y=89.4
< s=15.0 x=113.859086269 y=90.602412377
< s=16.0 x=113.859086269 y=91.602412377
< s=17.0 x=113.859086269 y=92.602412377
< s=18.0 x=113.859086269 y=93.602412377
< s=19.0 x=113.818872883 y=94.5962097982
< s=20.0 x=113.667830566 y=95.5754674812
< s=21.0 x=113.517036349 y=96.553116656
< s=22.0 x=113.517036349 y=97.553116656
< s=23.0 x=113.517036349 y=98.553116656
< s=24.0 x=113.517036349 y=99.553116656
< s=25.0 x=113.517036349 y=100.553116656
< s=26.0 x=113.517036349 y=101.553116656
< s=27.0 x=113.517036349 y=102.553116656
< s=28.0 x=113.517036349 y=103.553116656
<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="113.85" y="76.40" angle="0.00" speed="0.00" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="113.85" y="77.40" angle="0.00" speed="1.21" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="113.85" y="78.40" angle="0.00" speed="1.26" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="113.85" y="79.40" angle="0.00" speed="1.46" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="113.85" y="80.40" angle="0.00" speed="1.33" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="113.85" y="81.40" angle="0.00" speed="1.30" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="113.85" y="82.40" angle="0.00" speed="1.46" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="113.85" y="83.40" angle="0.00" speed="1.25" pos="83.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="113.85" y="84.40" angle="0.00" speed="1.40" pos="84.80" edge=":C_w2" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,201d0
< t=2.0 requestPos=(85.3, -2.88) pos=(85.29999999999998, -2.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=3.0 requestPos=(86.3, -1.88) pos=(86.3, -1.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=4.0 requestPos=(87.3, -0.8799999999999999) pos=(87.29999999999998, -0.8799999999999999) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=5.0 requestPos=(88.3, 0.1200000000000001) pos=(88.3, 0.1200000000000001) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=6.0 requestPos=(89.3, 1.12) pos=(89.3, 1.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=7.0 requestPos=(90.3, 2.12) pos=(90.3, 2.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=8.0 requestPos=(91.3, 3.12) pos=(91.3, 3.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=9.0 requestPos=(92.3, 4.12) pos=(92.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=10.0 requestPos=(93.3, 5.12) pos=(93.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=11.0 requestPos=(94.3, 6.12) pos=(94.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=12.0 requestPos=(95.3, 7.12) pos=(96.561, 7.1200000000000045) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=13.0 requestPos=(96.3, 8.120000000000001) pos=(96.561, 8.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=14.0 requestPos=(97.3, 9.120000000000001) pos=(97.3, 9.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=15.0 requestPos=(98.3, 10.120000000000001) pos=(98.3, 10.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=16.0 requestPos=(99.3, 11.120000000000001) pos=(99.3, 11.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=17.0 requestPos=(100.3, 12.120000000000001) pos=(100.239, 12.11999999999999) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=18.0 requestPos=(101.3, 13.120000000000001) pos=(101.3, 13.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=19.0 requestPos=(102.3, 14.120000000000001) pos=(102.3, 14.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=20.0 requestPos=(103.3, 15.120000000000001) pos=(103.3, 15.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=21.0 requestPos=(104.3, 16.12) pos=(103.439, 16.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=22.0 requestPos=(105.3, 17.12) pos=(103.439, 17.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=23.0 requestPos=(106.3, 18.12) pos=(103.439, 18.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=24.0 requestPos=(107.3, 19.12) pos=(103.439, 19.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=25.0 requestPos=(108.3, 20.12) pos=(103.439, 20.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=26.0 requestPos=(109.3, 21.12) pos=(103.439, 21.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=27.0 requestPos=(110.3, 22.12) pos=(103.439, 22.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=28.0 requestPos=(111.3, 23.12) pos=(103.439, 23.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=29.0 requestPos=(112.3, 24.12) pos=(103.439, 24.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=30.0 requestPos=(113.3, 25.12) pos=(103.439, 25.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
<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="85.30" y="-2.88" angle="90.00" speed="0.00" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="85.30" y="-2.88" angle="270.00" speed="1.21" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="86.30" y="-1.88" angle="45.00" speed="1.26" pos="83.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="87.30" y="-0.88" angle="45.00" speed="1.46" pos="84.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="88.30" y="0.12" angle="45.00" speed="1.33" pos="85.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="89.30" y="1.12" angle="45.00" speed="1.30" pos="6.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="90.30" y="2.12" angle="45.00" speed="1.46" pos="5.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="91.30" y="3.12" angle="45.00" speed="1.25" pos="4.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="92.30" y="3.44" angle="72.31" speed="1.40" pos="3.00" edge="B0A0" 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="201.00">
        <walk edges="C2D2"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< Warning: Vehicle 'SN.4' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.00.
< Warning: Vehicle 'SN.4' collision with person 'p0', lane='SC_4', gap=-0.84, time=12.00 stage=move.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute_jaywalk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,24d0
< 0.0 lane=
< 1.0 lane=SC_0
< 2.0 lane=SC_0
< 3.0 lane=SC_0
< 4.0 lane=SC_0
< 5.0 lane=SC_1
< 6.0 lane=SC_1
< 7.0 lane=SC_2
< 8.0 lane=SC_3
< 9.0 lane=SC_3
< 10.0 lane=SC_3
< 11.0 lane=SC_4
< 12.0 lane=SC_4
< 13.0 lane=SC_4
< 14.0 lane=SC_4
< 15.0 lane=CS_4
< 16.0 lane=CS_4
< 17.0 lane=CS_4
< 18.0 lane=CS_3
< 19.0 lane=CS_3
< 20.0 lane=CS_2
< 21.0 lane=CS_2
< 22.0 lane=CS_1
< 23.0 lane=CS_1
---------- 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="112.85" y="40.00" angle="0.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="111.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="110.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="109.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="108.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="107.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="105.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="104.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" 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" type="DEFAULT_PEDTYPE@p0" depart="0.00" departPos="40.00" arrival="111.00">
        <walk edges="CS NC"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY outside_network ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/outside_network/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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="90.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="90.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="90.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="90.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="90.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="90.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-winbuild-ba : traci person moveToXY within_route ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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="180.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="180.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-winbuild-ba : traci person moveToXY within_route_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_jaywalk/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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.214881076
< s=15.0 x=110.95 y=92.214881076
< s=16.0 x=110.95 y=92.270116535
< s=17.0 x=110.95 y=92.3302579792
< s=18.0 x=110.95 y=92.3302579792
< s=19.0 x=110.95 y=92.3302579792
< s=20.0 x=110.95 y=92.3302579792
---------- 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="270.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-winbuild-ba : traci person moveToXY within_route_onRoad ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_onRoad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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="270.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-winbuild-ba : traci person person ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Error: Answered with error to command 0xae: Person 'bla' is not known
< Error: Answered with error to command 0xae: The negative stage index -5 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The stage index must be lower than the number of remaining stages.
< Error: Answered with error to command 0xae: The negative stage index -2 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/person/runner.py", line 60, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg", "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,127d0
< 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
< lane 2fi_0
< 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=INVALID, cost=INVALID, length=766.537661434, depart=0.0, departPos=238.5, arrivalPos=486.54, description=walking)
< remainingStages 1
< edges ('2fi', '2si', '1o')
< vehicle 
<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-winbuild-ba : traci person priorStage ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< Error: Answered with error to command 0xae: The negative stage index -3 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,14d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
---------- 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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <stop duration="20.00" arrival="35.00" arrivalPos="45.98" actType="waiting"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci person priorStage2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,10
< Error: Answered with error to command 0xae: The negative stage index -3 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage2/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 40.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 50.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 60.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
<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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <walk depart="15.00" departPos="45.98" arrival="84.00" arrivalPos="45.98" duration="69.00" routeLength="105.31" timeLoss="-2.54" maxSpeed="1.47"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci poi poi ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/poi/poi/runner.py", line 44, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,54d0
< 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)
< width 1.0
< height 1.0
< angle 0.0
< {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)
< width 2.0
< height 2.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci polygon add_large ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/add_large/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< adding 0
< shapeLen=300

TEST FAILED on ts-sim-winbuild-ba : traci polygon polygon ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc8: NaN-Value in shape.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,30d0
< 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
< polygons ('0', 'poly2')
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,6c1,10
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': dynamics underspecified (either a tracked object ID or a time span have to be provided).
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': entries of time span must be ordered ascendingly.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': first element of time span must be zero.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': alpha span must have length zero or equal to time span length.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': time span cannot have length one.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': looped==true requires time line of positive length.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon_dynamics/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci rerouter rerouter ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/rerouter/rerouter/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,6d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< rerouters ('rerouter_0',)
< rerouter count 1

TEST FAILED on ts-sim-winbuild-ba : traci route route ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc6: Cannot add route 'empty' without edges.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/route/route/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci routeprobe routeprobe ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,129c1,10
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,280d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< routeprobes ('0',)
< routeprobe count 1
< edge 2fi
< 3.0 last=!1 cur=!1
< 4.0 last=!1 cur=!1
< 5.0 last=!1 cur=!1
< 6.0 last=!1 cur=!1
< 7.0 last=!1 cur=!1
< 8.0 last=!1 cur=!1
< 9.0 last=!1 cur=!1
< 10.0 last=!1 cur=!1
< 11.0 last=!1 cur=!1
< 12.0 last=!1 cur=!11
< 13.0 last=!1 cur=!11
< 14.0 last=!1 cur=!11
< 15.0 last=!11 cur=!11
< 16.0 last=!11 cur=!1
< 17.0 last=!11 cur=!1
< 18.0 last=!1 cur=!1
< 19.0 last=!11 cur=!1
< 20.0 last=!11 cur=!1
< 21.0 last=!11 cur=!1
< 22.0 last=!1 cur=!1
< 23.0 last=!1 cur=!11
< 24.0 last=!1 cur=!1
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,2c1,10
< Error: Answered with error to command 0xc4: 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/load/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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 ----------
***Starting server on port <PORT> ***
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: TraCI 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: TraCI requested termination.

TEST FAILED on ts-sim-winbuild-ba : traci simulation loadState IDList ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/IDList/runner.py", line 43, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5d0
< 10.0 departed=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8', 'v.9') arrived=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8')
< 20.0 departed=('v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18', 'v.19') arrived=('v.9', 'v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18')
< 10.0 departed=() arrived=()
< 11.0 departed=() arrived=('v.9',)
< 20.0 departed=() arrived=()
---------- 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="10.00">
    <route id="r0" state="1" edges="SC"/>
    <flowState id="v" index="10"/>
    <delay number="1" begin="10" end="9" depart="0.00" time="9.00"/>
    <vType id="DEFAULT_VEHTYPE"/>
    <vehicle id="v.9" type="DEFAULT_VEHTYPE" depart="9.00" departLane="best" departPos="last" departSpeed="max" route="r0" speedFactor="0.86" state="1212 9000 0 91.85 0 0.00 10000 0 0" pos="91.85" speed="11.90" posLat="0.00"/>
    <lane id="SC_0">
        <vehicles value="v.9"/>
    </lane>
</snapshot>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/busStop/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState detectors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/detectors/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState railSignal ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/railSignal/runner.py", line 36, in <module>
>     '--tripinfo-output', 'tripinfo.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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="24.76" rerouteNo="0" devices="tripinfo_t1" vType="train" speedFactor="1.00" vaporized=""/>
</tripinfos>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/repeat/runner.py", line 34, in <module>
>     "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState rerouting ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/rerouting/runner.py", line 34, in <module>
>     "--load-state", "input_state.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation simulation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,16c1,10
< Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
< Error: Answered with error to command 0xab: Parameter 'foo.bla' is not supported.
< Error: Answered with error to command 0xab: Invalid chargingStation parameter 'bla'
< Error: Answered with error to command 0xab: Invalid chargingStation 'foo'
< Error: Answered with error to command 0xab: Unknown bus stop 'foo'.
< Error: Answered with error to command 0xab: Unknown from edge 'foo'.
< Error: Answered with error to command 0xab: Invalid departure edge for vehicle type 'DEFAULT_VEHTYPE' (Vehicle 'simulation.findRoute' is not allowed to depart on any lane of edge 'footpath'.)
< Error: Answered with error to command 0xab: 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.
< Error: Requested command not implemented (0xac): GUI is not running, command not implemented in command line sumo
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/simulation/runner.py", line 67, in <module>
>     "--log", "log.txt"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,192d0
< Loading configuration ... done.
< loaded? False
< version SUMO
< version SUMO
< loaded? True
< {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 ()
<truncated after showing first 30 lines>
---------- Missing result in log ----------
***Starting server on port <PORT> ***
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
Error: Answered with error to command 0xab: Parameter 'foo.bla' is not supported.
Error: Answered with error to command 0xab: Invalid chargingStation parameter 'bla'
Error: Answered with error to command 0xab: Invalid chargingStation 'foo'
Error: Answered with error to command 0xab: Unknown bus stop 'foo'.
Error: Answered with error to command 0xab: Unknown from edge 'foo'.
Error: Answered with error to command 0xab: Invalid departure edge for vehicle type 'DEFAULT_VEHTYPE' (Vehicle 'simulation.findRoute' is not allowed to depart on any lane of edge 'footpath'.)
Error: Answered with error to command 0xab: 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.
Error: Requested command not implemented (0xac): GUI is not running, command not implemented in command line sumo
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: TraCI 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).
<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="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_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="1042 9223372036854775807 0 -1.00 0 0.00 0 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="1048 9223372036854775807 0 -1.00 0 0.00 0 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="1024 0 0 5.10 0 2.77 5000 0 0" pos="36.07" speed="10.67" posLat="0.00"/>
    <vehicle id="horiz1" type="DEFAULT_VEHTYPE" depart="5.00" route="horizontal" speedFactor="1.00" state="1024 5000 0 5.10 0 0.00 6000 0 0" pos="5.10" speed="0.00" posLat="0.00"/>
    <vehicle id="suddenStop" type="DEFAULT_VEHTYPE" depart="6.00" route="horizontal" speedFactor="1.00" state="1024 9223372036854775807 0 -1.00 0 0.00 0 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-winbuild-ba : traci trafficlight actuated ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Warning: At actuated tlLogic 'C', linkIndex 2 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 7 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 12 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 17 has no controlling detector
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/actuated/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< max-gap: 
< max-gap: 10
---------- Missing result in tls_state ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <tlLogic id="C" type="static" programID="1">
        <phase duration="5.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="6.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci trafficlight getBlocking_reroute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/getBlocking_reroute/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< ('blocker1',)
< ('blocker2',)

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

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/railsignal_state/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci trafficlight trafficlight ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Missing green phase in tlLogic '0', program 'custom' for tl-index 0
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/trafficlight/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< 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
< duration 20.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={}))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci variablespeedsign variablespeedsign ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/variablespeedsign/variablespeedsign/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,8d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< variablespeedsign ('VSS_ID',)
< variablespeedsign count 1
< examining VSS_ID
< lanes ('2si_1', '1si_1')

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 60, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 34, in main
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle nextTLS ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/nextTLS/runner.py", line 34, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle resume ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 54, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 41, in main
>     traci.start(sumo_call)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'data/hello.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 1
<  Waiting: 0
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 162.00
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 
---------- 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-winbuild-ba : traci vehicle vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,425c1,10
< Error: Answered with error to command 0xa4: Meso Vehicle 'horiz' does not support laneChangeModel parameters.
< Error: changeSublane not applicable for meso
< 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: setActionStepLength not applicable for meso
< UserWarning: Parameter order has changed for setAdaptedTraveltime(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setAdaptedTraveltime(vehID, 0, 1000, "1o", 55)
< UserWarning: Parameter order has changed for setEffort(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setEffort(vehID, 0, 1000, "1o", 54)
< Error: Answered with error to command 0xc4: Meso Vehicle 'horiz' does not support laneChangeModel parameters.
< Error: setSignals not applicable for meso
< Warning: setStop not yet implemented for meso
< Error: Answered with error to command 0xa4: Meso Vehicle 'horiz' does not support laneChangeModel parameters.
< Error: Answered with error to command 0xa4: Vehicle 'bla' is not known.
< Warning: setStop not yet implemented for meso
< Error: Answered with error to command 0xa4: Meso Vehicle '1' does not support laneChangeModel parameters.
< Warning: getNextStops not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Warning: getNextStops not yet implemented for meso
< Error: Answered with error to command 0xa4: Meso Vehicle '2' does not support laneChangeModel parameters.
< Warning: getNextTLS not yet implemented for meso
< Warning: setSpeedMode not yet implemented for meso
< Warning: setSpeed 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 ----------
1,994d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 11.1096298271
< speedLat 0.0
< speed w/o traci 11.1096298271
< acceleration 0.0
< pos (1000.0, 501.65)
< pos3D (1000.0, 501.65, 0.0)
< angle 270.0
< road 2fi
< lane 
< laneIndex -1073741824
< type DEFAULT_VEHTYPE
< routeID horizontal
< routeIndex 0
< route ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si')
< lanePos 0.0
< color (255, 255, 0, 255)
< bestLanes ()
< CO2 2152.12517008
< CO 10.2449494987
< HC 0.093063072504
< PMx 0.0110729357103
< NOx 0.685726646725
<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="" 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=""/>
</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>
    </vehicle>

    <vehicle id="failVeh" depart="128.00" arrival="161.00">
        <route edges="3fi disconnected"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_context/runner.py", line 40, in <module>
>     traci.start(sumoCmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< t=2.0 subscriptionResult=None

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

---------- Differences in errors ----------
1,4c1,10
< 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: setActionStepLength not applicable for meso
< Warning: setActionStepLength not applicable for meso
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/save_and_load_vtype_params/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary("sumo")] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- 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
< 2.0 ==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="2.00" 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 0 0 0 53000 43000 9223372036854775807">
        <device id="vehroute_veh0" state="10.00 0.00 0"/>
    </vehicle>
    <vehicle id="veh1" type="t1" depart="10.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.00" state="10000 0 0 3 0 50000 40000 9223372036854775807">
        <device id="vehroute_veh1" state="10.00 0.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 0 2 0 49691 39794 9223372036854775807">
        <device id="vehroute_veh2" state="10.10 0.00 0"/>
    </vehicle>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
    </segment>
    <segment>
        <vehicles time="-1" value=""/>
<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">
    <vehicle id="veh0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="0.00" departSpeed="10.00" speedFactor="1.06" arrival="255.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="0.00" departSpeed="10.00" speedFactor="1.00" arrival="257.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="0.00" departSpeed="10.10" speedFactor="0.90" arrival="263.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicletype vehicletype ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< 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.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,61d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< vehicletypes ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')
< vehicletype count 5
< 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)
< maxSpeedLat 1.0
< latAlign center
< minGapLat 0.6
< personCapacity 4
< {0: ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')}
<truncated after showing first 30 lines>

python3: 389 tests: 26 succeeded 360 FAILED 2 known bugs 1 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-winbuild-ba : broken_nets sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,740c1,10
< ------------------ net/edge[0]@from:
< Error: Attribute 'from' in definition of edge '1' is empty.
< Error: An unknown lane ('1_0') was tried to be set as incoming to junction '2'.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-node '' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:
< Error: Attribute 'from' in definition of edge '2' is empty.
< Error: An unknown lane ('2_0') was tried to be set as incoming to junction '3'.
< Error: Unknown to-edge '2' in connection.
< Error: Unknown to-edge '2' in connection.
< Error: Unknown from-node '' for edge '2'.
< Quitting (on error).
< ------------------ net/edge[0]@from:a
< Error: Unknown from-node 'a' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:a
< Error: Unknown from-node 'a' for edge '2'.
< Quitting (on error).
< ------------------ net/edge[0]@from:<remove>
< Error: Attribute 'from' is missing in definition of edge '1'.
< Error: An unknown lane ('1_0') was tried to be set as incoming to junction '2'.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-node '' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:<remove>
< Error: Attribute 'from' is missing in definition of edge '2'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
5,7d4
< >>> ok...
< 
< Running broken net

TEST FAILED on ts-sim-winbuild-ba : broken_nets sumo_no_validation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,822c1,10
< ------------------ net/edge[0]@from:
< Error: Attribute 'from' in definition of edge '1' is empty.
< Error: An unknown lane ('1_0') was tried to be set as incoming to junction '2'.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-node '' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:
< Error: Attribute 'from' in definition of edge '2' is empty.
< Error: An unknown lane ('2_0') was tried to be set as incoming to junction '3'.
< Error: Unknown to-edge '2' in connection.
< Error: Unknown to-edge '2' in connection.
< Error: Unknown from-node '' for edge '2'.
< Quitting (on error).
< ------------------ net/edge[0]@from:a
< Error: Unknown from-node 'a' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:a
< Error: Unknown from-node 'a' for edge '2'.
< Quitting (on error).
< ------------------ net/edge[0]@from:<remove>
< Error: Attribute 'from' is missing in definition of edge '1'.
< Error: An unknown lane ('1_0') was tried to be set as incoming to junction '2'.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-edge '1' in connection.
< Error: Unknown from-node '' for edge '1'.
< Quitting (on error).
< ------------------ net/edge[1]@from:<remove>
< Error: Attribute 'from' is missing in definition of edge '2'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
5,7d4
< >>> ok...
< 
< Running broken net

TEST FAILED on ts-sim-winbuild-ba : netconvert left_turn_noblocking_double_intersection ( Last six runs Sep2020 )

---------- Differences in errors ----------
2a3,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/netconvert/left_turn_noblocking_double_intersection/runner.py", line 53, in <module>
>     subprocess.call(args_sumo)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
2d1
< test passed. no blocking occured

TEST FAILED on ts-sim-winbuild-ba : netconvert left_turn_noblocking_longveh ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/netconvert/left_turn_noblocking_longveh/runner.py", line 53, in <module>
>     subprocess.call(args_sumo)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
2d1
< test passed. no blocking occured

TEST FAILED on ts-sim-winbuild-ba : netconvert matsim_roundtrip ( Last six runs Sep2020 )

---------- Differences in errors ----------
2,9c2,7
< Warning: Ambiguity in turnarounds computation at junction '294168098'.
< Warning: Ambiguity in turnarounds computation at junction '294168710'.
< Warning: Ambiguity in turnarounds computation at junction '294830184'.
< Warning: Ambiguity in turnarounds computation at junction '294830189'.
< Warning: Ambiguity in turnarounds computation at junction '294831560'.
< Warning: Intersecting left turns at junction '294830184' from lane '26843038#2_0' and lane '26843038#0_0' (increase junction radius to avoid this).
< Warning: Intersecting left turns at junction '294831560' from lane '26843133#2_0' and lane '-26843133#1_0' (increase junction radius to avoid this).
< Warning: 6 total messages of type: Ambiguity in turnarounds computation at junction '%'.
---
> Error: unable to connect socket for URL 'http://www.matsim.org/files/dtd/network_v1.dtd'
>  In file 'matsim'
>  At line/column 3/75.
> 
> Error: No nodes loaded.
> Quitting (on error).
---------- Differences in output ----------
2d1
< 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="0.00,-19.68" convBoundary="0.00,0.00,1737.68,747.71" origBoundary="0.00,19.68,1737.68,767.39" projParameter="!"/>

    <edge id=":175648134_0" function="internal">
        <lane id=":175648134_0_0" index="0" speed="3.65" length="4.67" shape="15.89,149.97 14.59,149.33 14.09,148.59 14.39,147.74 15.47,146.79"/>
    </edge>
    <edge id=":261599791_0" function="internal">
        <lane id=":261599791_0_0" index="0" speed="27.78" length="0.23" shape="34.71,161.64 34.51,161.66"/>
        <lane id=":261599791_0_1" index="1" speed="27.78" length="0.23" shape="34.31,158.46 34.06,158.49"/>
    </edge>
    <edge id=":261599791_2" function="internal">
        <lane id=":261599791_2_0" index="0" speed="27.78" length="0.34" shape="33.15,152.16 33.52,152.11"/>
        <lane id=":261599791_2_1" index="1" speed="27.78" length="0.34" shape="33.60,155.33 33.91,155.28"/>
    </edge>
    <edge id=":261636677_0" function="internal">
        <lane id=":261636677_0_0" index="0" speed="13.89" length="5.43" shape="1122.01,93.47 1121.38,94.93 1120.80,95.87 1120.06,96.71 1118.96,97.89"/>
    </edge>
    <edge id=":261636677_1" function="internal">
        <lane id=":261636677_1_0" index="0" speed="5.27" length="6.17" shape="1122.01,93.47 1120.57,96.38 1119.43,97.03 1118.69,95.59"/>
    </edge>
    <edge id=":261636677_4" function="internal">
        <lane id=":261636677_4_0" index="0" speed="5.27" length="4.15" shape="1118.69,95.59 1118.59,95.40 1118.05,91.51"/>
    </edge>
    <edge id=":261636677_2" function="internal">
        <lane id=":261636677_2_0" index="0" speed="7.05" length="4.59" shape="1116.60,95.72 1117.30,94.79 1117.78,93.77 1118.03,92.68 1118.05,91.51"/>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : netconvert osm_roundtrip ( Last six runs Sep2020 )

---------- Differences in errors ----------
11a12,13
> C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/netconvert/osm_roundtrip/runner.py:79: DeprecationWarning: 'U' mode is deprecated
>   result += filter(open(prefix + suffix, 'U').readlines(), start_element)

TEST FAILED on ts-sim-winbuild-ba : simpla config ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,3
< .....WARNING: No typeSubstring given. Managing all vehicles. (PlatoonManager)
< .
---
> EEEEEE
> ======================================================================
> ERROR: test_config_warnings (__main__.TestConfig)
4c5,64
< Ran 6 tests in <ELAPSED>s
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 84, in setUp
>     self.connectToSumo(self.sumocfg)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 87, in connectToSumo
>     traci.start([sumolib.checkBinary('sumo'), "-c", sumo_cfg, "-S"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
> 
> ======================================================================
> ERROR: test_corrupted_vTypeMapFile_exception_text (__main__.TestConfig)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 84, in setUp
>     self.connectToSumo(self.sumocfg)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/config/test.py", line 87, in connectToSumo
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,43d0
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Testing config warnings...
< Testing exception messages...
< Testing malformed vtype map file causing exception...
< Testing empty config...
< Testing standard config...
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'pkwFern5' (Config)
< platoon leader type: 'pkwFern5_pLeader' (Config)
< platoon follower type: 'pkwFern5_pFollower' (Config)
< catchup type: 'pkwFern5_pCatchup' (Config)
< catchup follower type: 'pkwFern5_pCatchupFollower' (Config)
< original type: 'pkwFern4' (Config)
< platoon leader type: 'pkwFern4_pLeader' (Config)
< platoon follower type: 'pkwFern4_pFollower' (Config)
< catchup type: 'pkwFern4_pCatchup' (Config)
< catchup follower type: 'pkwFern4_pCatchupFollower' (Config)
< original type: 'pkwFern3' (Config)
< platoon leader type: 'pkwFern3_pLeader' (Config)
< platoon follower type: 'pkwFern3_pFollower' (Config)
< catchup type: 'pkwFern3_pCatchup' (Config)
< catchup follower type: 'pkwFern3_pCatchupFollower' (Config)
< original type: 'pkwFern1' (Config)
< platoon leader type: 'pkwFern1_pLeader' (Config)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : simpla openGap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/simpla/openGap/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11499d0
< Loading configuration ... done.
< 
< # step 0.0
< # Follower:
< examining follower
< speed 0.0
< speed w/o traci 0.0
< acceleration 0.0
< lane 5/1to6/1_0
< lanePos 972.24
< # Leader:
< examining leader
< speed 0.0
< speed w/o traci 0.0
< acceleration 0.0
< lane 5/1to6/1_0
< lanePos 979.84
< 
< # gap = 0.1
< # speedDiff = 0.0
< 
< 
< # step 1.0
< # Follower:
< examining follower
< speed 0.099
< speed w/o traci 0.099
< acceleration 0.099
< lane 5/1to6/1_0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : simpla platoon_manager ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,6c1,3
< ...Warning: Value of 'emergencyDecel' (0.50) should be higher than 'decel' (1.70) for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' (0.50) is lower than 'apparentDecel' (1.70) for vType 'connected_pCatchup' may cause collisions.
< Consider decreasing simpla's control rate instead. (PlatoonManager)
< ..Warning: Value of 'emergencyDecel' (0.50) should be higher than 'decel' (1.70) for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' (0.50) is lower than 'apparentDecel' (1.70) for vType 'connected_pCatchup' may cause collisions.
< .
---
> EEEEEEEEEEEE
> ======================================================================
> ERROR: test_add_and_remove (__main__.TestPlatoonManager)
8c5,28
< Ran 6 tests in <ELAPSED>s
---
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
> traci.exceptions.FatalTraCIError: Not connected.
> 
> ======================================================================
> ERROR: test_init (__main__.TestPlatoonManager)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
> traci.exceptions.FatalTraCIError: Not connected.
> 
> ======================================================================
> ERROR: test_init_vtypemap (__main__.TestPlatoonManager)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>     raise FatalTraCIError("Not connected.")
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,6d0
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
< Loading configuration ... done.
10,26d3
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'connected' (Config)
< platoon leader type: 'connected_pLeader' (Config)
< platoon follower type: 'connected_pFollower' (Config)
< catchup type: 'connected_pCatchup' (Config)
< catchup follower type: 'connected_pCatchupFollower' (Config)
< Initializing simpla.PlatoonManager... (PlatoonManager)
< Managing all vTypes selected by ['connected'] (PlatoonManager)
< 0.1: Adding vehicle 'connected.1' (PlatoonManager)
< 3.1: Adding vehicle 'IAMconnectedTOO' (PlatoonManager)
< 11.4: Platoon '1' joined Platoon '0', which now contains vehicles:
< ['connected.1', 'IAMconnectedTOO'] (PlatoonManager)
< 16.0: Platoon '0' splits (ID of new platoon: '2'):
<     Platoon '0': ['connected.1']
<     Platoon '2': ['IAMconnectedTOO'] (PlatoonManager)
< 17.3: Removing arrived vehicle 'connected.1' (PlatoonManager)
< 19.8: Removing arrived vehicle 'IAMconnectedTOO' (PlatoonManager)
30,37d6
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'connected' (Config)
< platoon leader type: 'connected_pLeader' (Config)
< platoon follower type: 'connected_pFollower' (Config)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state diff_begin ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,4
< Warning: State was written at a different time 50.00 than the begin time 10!
---
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="174.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="176.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state disconnected ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,4
< Warning: Teleporting vehicle '0'; waited too long (wrong lane), lane='4/1to3/1_0', time=332.00.
< Warning: Vehicle '0' ends teleporting on edge '2/1to1/1', time 332.00.
< Warning: Teleporting vehicle '1'; waited too long (wrong lane), lane='4/1to3/1_0', time=637.00.
< Warning: Vehicle '1' ends teleporting on edge '2/1to1/1', time 637.00.
< Warning: Teleporting vehicle '0'; waited too long (wrong lane), lane='4/1to3/1_0', time=332.00.
< Warning: Vehicle '0' ends teleporting on edge '2/1to1/1', time 332.00.
< Warning: Teleporting vehicle '1'; waited too long (wrong lane), lane='4/1to3/1_0', time=637.00.
< Warning: Vehicle '1' ends teleporting on edge '2/1to1/1', time 637.00.
---
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="432.00">
        <route edges="4/1to3/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="776.00">
        <route edges="4/1to3/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="260.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="262.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>
state dists ( Last six runs Sep2020 )
state dists_gz ( Last six runs Sep2020 )
state prefix ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : state dists_xml ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="r#0" state="1" edges="3/1to2/1 2/1to1/1 1/1to0/1"/>
    <route id="r#1" state="1" edges="2/1to1/1 1/1to0/1"/>
    <route id="r1" state="1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    <routeDistribution id="r" state="1" routes="r#0 r#1" probabilities="1.00 1.00"/>
    <delay number="2" begin="2" end="0" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_VEHTYPE" length="3.00" minGap="2.00" maxSpeed="10.00" accel="0.8" decel="4.5" sigma="0"/>
    <vType id="v1" length="3.00" minGap="2.00" maxSpeed="10.00" probability="0.10" accel="1.8" decel="4.5" sigma="0"/>
    <vType id="v2" length="3.00" minGap="2.00" maxSpeed="10.00" probability="0.90" accel="2.8" decel="4.5" sigma="0"/>
    <vTypeDistribution id="v" vTypes="v1 v2" probabilities="0.10 0.90"/>
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="1048 0 1 100.00 0 16.86 49000 0 0" pos="21.40" speed="5.60" posLat="0.00">
        <device id="vehroute_0" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="1048 5000 1 100.00 0 12.92 49000 0 0" pos="10.80" speed="4.80" posLat="0.00">
        <device id="vehroute_1" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <lane id="3/1to2/1_0">
        <vehicles value="1 0"/>
    </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="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="260.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="262.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state flow ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="!0" state="1" edges="0/1to1/1 3/1to4/1"/>
    <route id="!0.0!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.1!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.2!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.3!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <route id="!0.4!var#1" state="0" edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    <flowState id="0" index="5" reroute="1"/>
    <delay number="5" begin="5" end="0" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_VEHTYPE" sigma="0"/>
    <vehicle id="0.0" type="DEFAULT_VEHTYPE" depart="0.00" route="!0.0!var#1" speedFactor="1.06" state="131232 0 1 5.10 0 6.39 49000 0 0" pos="56.80" speed="10.60" posLat="0.00">
        <device id="vehroute_0.0" state="0 0.00 0.00 5.10 1 !NULL 0 !0 device.rerouting"/>
        <device id="routing_0.0" state="0"/>
    </vehicle>
    <vehicle id="0.1" type="DEFAULT_VEHTYPE" depart="10.00" route="!0.1!var#1" speedFactor="0.94" state="131232 10000 0 5.10 0 1.34 49000 0 0" pos="358.49" speed="9.38" posLat="0.00">
        <device id="vehroute_0.1" state="0 0.00 0.00 5.10 1 !NULL 10000 !0 device.rerouting"/>
        <device id="routing_0.1" state="0"/>
    </vehicle>
    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="20.00" route="!0.2!var#1" speedFactor="1.01" state="131232 20000 0 5.10 0 1.46 49000 0 0" pos="283.40" speed="10.10" posLat="0.00">
        <device id="vehroute_0.2" state="0 0.00 0.00 5.10 1 !NULL 20000 !0 device.rerouting"/>
        <device id="routing_0.2" state="0"/>
    </vehicle>
    <vehicle id="0.3" type="DEFAULT_VEHTYPE" depart="30.00" route="!0.3!var#1" speedFactor="1.08" state="131232 30000 0 5.10 0 1.60 49000 0 0" pos="193.50" speed="10.83" posLat="0.00">
        <device id="vehroute_0.3" state="0 0.00 0.00 5.10 1 !NULL 30000 !0 device.rerouting"/>
        <device id="routing_0.3" state="0"/>
    </vehicle>
    <vehicle id="0.4" type="DEFAULT_VEHTYPE" depart="40.00" route="!0.4!var#1" speedFactor="1.03" state="131232 40000 0 5.10 0 1.49 49000 0 0" pos="82.52" speed="10.30" posLat="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">
    <vehicle id="0.0" depart="0.00" arrival="254.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.1" depart="10.00" arrival="260.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.2" depart="20.00" arrival="262.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.3" depart="30.00" arrival="264.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.4" depart="40.00" arrival="341.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.5" depart="50.00" arrival="352.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
    </vehicle>

    <vehicle id="0.6" depart="60.00" arrival="353.00">
        <route edges="0/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state multique ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="00:00:25">
    <route id="!0" state="1" edges="SC CW"/>
    <flowState id="0" index="3" reroute="1"/>
    <delay number="2" begin="3" end="1" depart="0.00" time="17.00"/>
    <vType id="DEFAULT_VEHTYPE" sigma="0"/>
    <vehicle id="0.1" type="DEFAULT_VEHTYPE" depart="00:00:10" route="!0" speedFactor="0.94" state="131232 10000 1 5.10 0 3.13 24000 0 0" pos="27.61" speed="13.03" posLat="0.00">
        <device id="vehroute_0.1" state="0 0.00 0.00 5.10 0"/>
        <device id="routing_0.1" state="0"/>
    </vehicle>
    <vehicle id="0.2" type="DEFAULT_VEHTYPE" depart="00:00:20" route="!0" speedFactor="1.01" state="131232 20000 0 5.10 0 2.15 24000 0 0" pos="31.10" speed="10.40" posLat="0.00">
        <device id="vehroute_0.2" state="0 0.00 0.00 5.10 0"/>
        <device id="routing_0.2" state="0"/>
    </vehicle>
    <lane id="CW_1">
        <vehicles value="0.1"/>
    </lane>
    <lane id="SC_1">
        <vehicles value="0.2"/>
    </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="0.1" depart="00:00:10" arrival="00:00:29">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.2" depart="00:00:20" arrival="00:00:38">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.3" depart="00:00:30" arrival="00:00:48">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.4" depart="00:00:40" arrival="00:01:39">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.5" depart="00:00:50" arrival="00:01:42">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.6" depart="00:01:00" arrival="00:01:45">
        <route edges="SC CW"/>
    </vehicle>

    <vehicle id="0.7" depart="00:01:10" arrival="00:01:47">
        <route edges="SC CW"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state plain ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- Missing result in tls_state ----------
<?xml version="1.0" encoding="UTF-8"?>


<tlsStates xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tlsstates_file.xsd">
    <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="51.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="52.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="53.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="54.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="55.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="56.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="57.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="58.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="59.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="60.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="61.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="62.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="63.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="64.00" id="0/0" programID="0" phase="2" state="GrGg"/>
    <tlsState time="65.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="66.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="67.00" id="0/0" programID="0" phase="3" state="yryy"/>
    <tlsState time="68.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="69.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="70.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="71.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="72.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="73.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="74.00" id="0/0" programID="0" phase="0" state="GgGr"/>
    <tlsState time="75.00" id="0/0" programID="0" phase="0" state="GgGr"/>
<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">
    <vehicle id="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="260.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="262.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
        <stop lane="3/1to2/1_0" startPos="399.80" endPos="400.00" duration="10.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : state rerouting ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,14c1,4
< Warning: Teleporting vehicle 'veh71'; waited too long (yield), lane='gneE2_0', time=1194.00.
< Warning: Vehicle 'veh71' ends teleporting on edge 'gneE3', time 1194.00.
< Warning: Teleporting vehicle 'veh73'; waited too long (yield), lane='gneE2_0', time=1645.00.
< Warning: Vehicle 'veh73' ends teleporting on edge 'gneE3', time 1645.00.
< Warning: Teleporting vehicle 'veh74'; waited too long (yield), lane='gneE2_0', time=1950.00.
< Warning: Vehicle 'veh74' ends teleporting on edge 'gneE3', time 1950.00.
< Warning: Teleporting vehicle 'veh632'; waited too long (yield), lane='gneE2_0', time=2723.00.
< Warning: Vehicle 'veh632' ends teleporting on edge 'gneE3', time 2723.00.
< Warning: Teleporting vehicle 'veh70'; waited too long (yield), lane='gneE2_0', time=1073.00.
< Warning: Vehicle 'veh70' ends teleporting on edge 'gneE3', time 1073.00.
< Warning: Teleporting vehicle 'veh71'; waited too long (yield), lane='gneE2_0', time=1378.00.
< Warning: Vehicle 'veh71' ends teleporting on edge 'gneE3', time 1378.00.
< Warning: Teleporting vehicle 'veh72'; waited too long (yield), lane='gneE2_0', time=1684.00.
< Warning: Vehicle 'veh72' ends teleporting on edge 'gneE3', time 1684.00.
---
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="500.00">
    <route id="!veh130" state="0" edges="gneE0 gneE3"/>
    <route id="!veh130!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh131" state="0" edges="gneE0 gneE3"/>
    <route id="!veh131!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh132" state="0" edges="gneE0 gneE3"/>
    <route id="!veh132!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh133" state="0" edges="gneE0 gneE3"/>
    <route id="!veh133!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh134" state="0" edges="gneE0 gneE3"/>
    <route id="!veh134!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh135" state="0" edges="gneE0 gneE3"/>
    <route id="!veh135!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh136" state="0" edges="gneE0 gneE3"/>
    <route id="!veh136!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh137" state="0" edges="gneE0 gneE3"/>
    <route id="!veh137!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh138" state="0" edges="gneE0 gneE3"/>
    <route id="!veh138!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh139" state="0" edges="gneE0 gneE3"/>
    <route id="!veh139!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh140" state="0" edges="gneE0 gneE3"/>
    <route id="!veh140!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh141" state="0" edges="gneE0 gneE3"/>
    <route id="!veh141!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
    <route id="!veh142" state="0" edges="gneE0 gneE3"/>
    <route id="!veh142!var#1" state="0" edges="gneE0 gneE4 gneE5 gneE3"/>
<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">
    <vehicle id="veh1" type="default" depart="1.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="27.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh2" type="default" depart="4.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="33.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh3" type="default" depart="7.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="37.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh4" type="default" depart="10.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="41.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh5" type="default" depart="13.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="45.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh6" type="default" depart="16.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="48.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh7" type="default" depart="19.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="52.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes2 ----------
<?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="veh130" type="default" depart="395.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="500.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh131" type="default" depart="399.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="504.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh132" type="default" depart="403.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="507.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh133" type="default" depart="407.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="511.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh134" type="default" depart="412.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="515.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh135" type="default" depart="415.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="518.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
    </vehicle>

    <vehicle id="veh136" type="default" depart="421.00" departPos="1.00" arrivalPos="80.00" arrivalSpeed="0.00" arrival="522.00">
        <route edges="gneE0 gneE4 gneE5 gneE3"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : state xml ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,4
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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="2" begin="2" end="0" depart="0.00" time="0.00"/>
    <vType id="DEFAULT_VEHTYPE" length="3.00" minGap="2.00" maxSpeed="10.00" actionStepLength="1.00" accel="0.8" decel="4.5" sigma="0"/>
    <vehicle id="0" type="DEFAULT_VEHTYPE" depart="0.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="1048 0 1 100.00 0 16.86 49000 0 0" pos="21.40" speed="5.60" posLat="0.00">
        <device id="vehroute_0" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <vehicle id="1" type="DEFAULT_VEHTYPE" depart="5.00" departPos="100.00" departSpeed="10.00" route="r1" speedFactor="1.06" state="1048 5000 1 100.00 0 12.92 49000 0 0" pos="10.80" speed="4.80" posLat="0.00">
        <device id="vehroute_1" state="0 0.00 10.00 100.00 0"/>
    </vehicle>
    <lane id="3/1to2/1_0">
        <vehicles value="1 0"/>
    </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="0" depart="0.00" departPos="100.00" departSpeed="10.00" arrival="260.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

    <vehicle id="1" depart="5.00" departPos="100.00" departSpeed="10.00" arrival="262.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : sumo DriverStateDevice combined_with_ToC ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/DriverStateDevice/combined_with_ToC/runner.py", line 132, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,30d0
< time 1.0
< Driver state device infos for vehicle 'deviceHolder'
< Static parameters:
<   minAwareness = 0.01
<   initialAwareness = 0.20
<   errorTimeScaleCoefficient = 1.11
<   errorNoiseIntensityCoefficient = 2.22
<   speedDifferenceErrorCoefficient = 3.33
<   headwayErrorCoefficient = 4.44
<   speedDifferenceChangePerceptionThreshold = 5.55
<   headwayChangePerceptionThreshold = 7.77
< Dynamic parameters:
<   awareness = 0.20
<   errorNoiseIntensity = 1.00
<   errorTimeScale = 1.00
<   errorState = 0.00
< time 1.0
< ToC device infos for vehicle 'deviceHolder'
< Static parameters:
<   holder = deviceHolder
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.20
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo DriverStateDevice spec ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< Warning: Given action step length 5 for vehicle type 'automated@deviceHolder' 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 '5.00' is used for vehicle type 'automated@deviceHolder' but step-method.ballistic was not set. Setting it now to avoid collisions.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/DriverStateDevice/spec/runner.py", line 224, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,61d0
< time 1.0
< Driver state device infos for vehicle 'deviceHolder'
< Static parameters:
<   minAwareness = 0.01
<   initialAwareness = 0.02
<   errorTimeScaleCoefficient = 1.11
<   errorNoiseIntensityCoefficient = 2.22
<   speedDifferenceErrorCoefficient = 3.33
<   headwayErrorCoefficient = 4.44
<   speedDifferenceChangePerceptionThreshold = 5.55
<   headwayChangePerceptionThreshold = 6.66
<   maximalReactionTime = 7.77
<   originalReactionTime = 1.00
< Dynamic parameters:
<   awareness = 0.02
<   errorNoiseIntensity = 1.00
<   errorTimeScale = 1.00
<   errorState = 0.00
<   actionStepLength(dev) = 1.00
<   actionStepLength(veh) = 1.0
< 
< Resetting parameters...
< 
< new minAwareness:0.05 (diff=0.0)
< new initialAwareness:0.06 (diff=0.0)
< new errorTimeScaleCoefficient:0.11 (diff=0.0)
< new errorNoiseIntensityCoefficient:0.22 (diff=0.0)
< new speedDifferenceErrorCoefficient:0.33 (diff=0.0)
< new headwayErrorCoefficient:0.44 (diff=0.0)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice Accel_during_ToC_preparation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/Accel_during_ToC_preparation/runner.py", line 77, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,718d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 25.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< Acceleration = 2.6
< Accel = 2.6
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< Acceleration = 2.6
< Accel = 2.6
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="4.00" lane="WE_0" lanePos="15.60" x="515.60" y="-4.80"/>
    <ToCdown id="ToC_veh" t="29.00" lane="WE_0" lanePos="243.10" x="743.10" y="-4.80"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice CF_situation1 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/CF_situation1/runner.py", line 67, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 50.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.099
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.96" y="2432.22" angle="342.00" type="automated" speed="0.00" pos="966.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.93" y="2432.31" angle="342.00" type="automated" speed="0.10" pos="966.89" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.90" y="2432.41" angle="342.00" type="automated" speed="0.10" pos="966.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
        <vehicle id="follower" x="2883.09" y="2434.88" angle="342.00" type="automated" speed="2.60" pos="969.59" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="follower" x="2881.49" y="2439.83" angle="342.00" type="automated" speed="5.20" pos="974.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="12.00" lane="2/1to3/1_0" lanePos="121.93" x="2778.81" y="2520.89"/>
    <MRM id="ToC_veh" t="13.00" lane="2/1to3/1_0" lanePos="141.53" x="2762.95" y="2532.41"/>
    <ToCdown id="ToC_veh" t="62.00" lane="2/1to3/1_0" lanePos="311.53" x="2625.42" y="2632.33"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice CF_situation2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/CF_situation2/runner.py", line 68, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 50.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 3.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.099
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.96" y="2432.22" angle="342.00" type="automated" speed="0.00" pos="966.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.93" y="2432.31" angle="342.00" type="automated" speed="0.10" pos="966.89" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.90" y="2432.41" angle="342.00" type="automated" speed="0.10" pos="966.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
        <vehicle id="follower" x="2883.09" y="2434.88" angle="342.00" type="automated" speed="2.60" pos="969.59" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="follower" x="2881.49" y="2439.83" angle="342.00" type="automated" speed="5.20" pos="974.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="7.00" lane="2/1to3/1_0" lanePos="29.33" x="2853.72" y="2466.46"/>
    <MRM id="ToC_veh" t="8.00" lane="2/1to3/1_0" lanePos="42.33" x="2843.21" y="2474.10"/>
    <ToCdown id="ToC_veh" t="57.00" lane="2/1to3/1_0" lanePos="73.33" x="2818.13" y="2492.32"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice CF_situation3 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/CF_situation3/runner.py", line 68, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 50.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 3.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.099
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.96" y="2432.22" angle="342.00" type="automated" speed="0.00" pos="966.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.93" y="2432.31" angle="342.00" type="automated" speed="0.10" pos="966.89" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.90" y="2432.41" angle="342.00" type="automated" speed="0.10" pos="966.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
        <vehicle id="follower" x="2883.09" y="2434.88" angle="342.00" type="automated" speed="2.60" pos="969.59" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="follower" x="2881.49" y="2439.83" angle="342.00" type="automated" speed="5.20" pos="974.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="7.00" lane="2/1to3/1_0" lanePos="29.33" x="2853.72" y="2466.46"/>
    <MRM id="ToC_veh" t="12.00" lane="2/1to3/1_0" lanePos="94.33" x="2801.14" y="2504.66"/>
    <ToCdown id="ToC_veh" t="57.00" lane="2/1to3/1_0" lanePos="125.33" x="2776.06" y="2522.89"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice Keep_right_during_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/Keep_right_during_MRM/runner.py", line 125, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,585d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 40.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="32.00" lane="WE_1" lanePos="400.14" x="900.14" y="-1.60"/>
    <MRM id="ToC_veh" t="37.00" lane="WE_1" lanePos="469.59" x="969.59" y="-1.60"/>
    <ToCdown id="ToC_veh" t="72.00" lane="WE_0" lanePos="669.51" x="1169.51" y="-4.80"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice LC_during_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/LC_during_MRM/runner.py", line 151, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,585d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 40.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<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="ToC_veh" x="500.00" y="-4.80" angle="90.00" type="automated" speed="0.00" pos="0.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="502.60" y="-4.80" angle="90.00" type="automated" speed="2.60" pos="2.60" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="507.80" y="-4.80" angle="90.00" type="automated" speed="5.20" pos="7.80" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="515.60" y="-4.80" angle="90.00" type="automated" speed="7.80" pos="15.60" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="526.00" y="-4.80" angle="90.00" type="automated" speed="10.40" pos="26.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="539.00" y="-4.80" angle="90.00" type="automated" speed="13.00" pos="39.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="552.89" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="52.89" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="566.78" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="66.78" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="580.67" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="80.67" lane="WE_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="52.00" lane="WE_1" lanePos="677.94" x="1177.94" y="-1.60"/>
    <MRM id="ToC_veh" t="57.00" lane="WE_1" lanePos="747.39" x="1247.39" y="-1.60"/>
    <ToCdown id="ToC_veh" t="92.00" lane="WE_1" lanePos="947.31" x="1447.31" y="-1.60"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice LC_during_MRM_with_lcAbstinence ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/LC_during_MRM_with_lcAbstinence/runner.py", line 151, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,620d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 40.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<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="ToC_veh" x="500.00" y="-4.80" angle="90.00" type="automated" speed="0.00" pos="0.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="502.60" y="-4.80" angle="90.00" type="automated" speed="2.60" pos="2.60" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="507.80" y="-4.80" angle="90.00" type="automated" speed="5.20" pos="7.80" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="515.60" y="-4.80" angle="90.00" type="automated" speed="7.80" pos="15.60" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="526.00" y="-4.80" angle="90.00" type="automated" speed="10.40" pos="26.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="539.00" y="-4.80" angle="90.00" type="automated" speed="13.00" pos="39.00" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="552.89" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="52.89" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="566.78" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="66.78" lane="WE_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="580.67" y="-4.80" angle="90.00" type="automated" speed="13.89" pos="80.67" lane="WE_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="52.00" lane="WE_1" lanePos="677.94" x="1177.94" y="-1.60"/>
    <MRM id="ToC_veh" t="57.00" lane="WE_1" lanePos="747.39" x="1247.39" y="-1.60"/>
    <ToCdown id="ToC_veh" t="92.00" lane="WE_1" lanePos="947.31" x="1447.31" y="-1.60"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice No_LC_during_ToC_preparation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/No_LC_during_ToC_preparation/runner.py", line 128, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,641d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 40.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< Current lane of veh0: 0
< Current lc mode  of veh0: 1621
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< Current lane of veh0: 0
< Current lc mode  of veh0: 1621
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="32.00" lane="WE_0" lanePos="400.14" x="900.14" y="-4.80"/>
    <ToCdown id="ToC_veh" t="72.00" lane="WE_0" lanePos="955.74" x="1455.74" y="-4.80"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice No_accel_during_ToC_preparation_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/No_accel_during_ToC_preparation_default/runner.py", line 128, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,732d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 25.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Time 1.0: Current lane of veh 'ToC_veh': 0
< Acceleration = 2.6
< Accel = 2.6
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< Acceleration = 2.6
< Accel = 2.6
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="4.00" lane="WE_0" lanePos="15.60" x="515.60" y="-4.80"/>
    <ToCdown id="ToC_veh" t="29.00" lane="WE_0" lanePos="210.60" x="710.60" y="-4.80"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice ToC_down_up_reset_color ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: [t=202] Positive transition time (24s.) for upward ToC of vehicle 'ToC_veh' is ignored.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/ToC_down_up_reset_color/runner.py", line 66, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3017d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
<   color = (255, 255, 0, 255)
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
<   color = (255, 255, 0, 255)
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<   color = (255, 255, 0, 255)
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="102.00" lane="3/1to4/1_0" lanePos="928.87" x="1151.17" y="3027.41"/>
    <ToCdown id="ToC_veh" t="125.00" lane="4/1to5/1_0" lanePos="395.51" x="775.10" y="2794.00"/>
    <ToCup id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="871.62" x="29.43" y="1617.80"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice ToC_overflow ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,28c1,10
< Warning: [t=152] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=152] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=152] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=153] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=153] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=202] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=352] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=352] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=352] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=353] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=353] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=402] Positive transition time (20s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=552] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=552] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=552] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=553] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=553] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=602] Positive transition time (30s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=752] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=752] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=752] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=753] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=753] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=952] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=952] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=952] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=953] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=953] Positive transition time (10s.) for upward ToC of vehicle 'ToC_veh' is ignored.
---
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,5082d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = MANUAL
< Requested ToC of veh0 at t=2.0 (until t=2.0)
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 1.66535823282
<   state = AUTOMATED
< Requested ToC of veh0 at t=3.0 (until t=3.05)
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 4.26535823282
<   state = PREPARING_TOC
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="manual" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2878.05" y="2448.76" angle="336.93" type="manual" speed="1.67" pos="1.57" lane=":2/1_0_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2874.41" y="2451.43" angle="308.72" type="automated" speed="4.27" pos="3.76" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2870.96" y="2453.94" angle="306.00" type="automated@ToC_veh" speed="4.27" pos="8.03" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2868.48" y="2455.74" angle="306.00" type="automated@ToC_veh" speed="3.07" pos="11.09" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2866.97" y="2456.84" angle="306.00" type="automated@ToC_veh" speed="1.87" pos="12.96" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2866.43" y="2457.23" angle="306.00" type="automated@ToC_veh" speed="0.67" pos="13.62" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2866.43" y="2457.23" angle="306.00" type="automated@ToC_veh" speed="0.00" pos="13.62" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2866.43" y="2457.23" angle="306.00" type="automated@ToC_veh" speed="0.00" pos="13.62" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <ToCup id="ToC_veh" t="2.00" lane=":2/1_0_0" lanePos="1.57" x="2878.05" y="2448.76"/>
    <TOR id="ToC_veh" t="3.00" lane="2/1to3/1_0" lanePos="3.76" x="2874.41" y="2451.43"/>
    <MRM id="ToC_veh" t="3.00" lane="2/1to3/1_0" lanePos="3.76" x="2874.41" y="2451.43"/>
    <ToCdown id="ToC_veh" t="26.00" lane="2/1to3/1_0" lanePos="13.62" x="2866.43" y="2457.23"/>
    <ToCup id="ToC_veh" t="152.00" lane="4/1to5/1_0" lanePos="27.23" x="1073.04" y="3010.46"/>
    <TOR id="ToC_veh" t="152.00" lane="4/1to5/1_0" lanePos="27.23" x="1073.04" y="3010.46"/>
    <ToCup id="ToC_veh" t="152.00" lane="4/1to5/1_0" lanePos="27.23" x="1073.04" y="3010.46"/>
    <TOR id="ToC_veh" t="152.00" lane="4/1to5/1_0" lanePos="27.23" x="1073.04" y="3010.46"/>
    <ToCup id="ToC_veh" t="152.00" lane="4/1to5/1_0" lanePos="27.23" x="1073.04" y="3010.46"/>
    <TOR id="ToC_veh" t="153.00" lane="4/1to5/1_0" lanePos="44.09" x="1059.40" y="3000.56"/>
    <ToCup id="ToC_veh" t="153.00" lane="4/1to5/1_0" lanePos="44.09" x="1059.40" y="3000.56"/>
    <TOR id="ToC_veh" t="153.00" lane="4/1to5/1_0" lanePos="44.09" x="1059.40" y="3000.56"/>
    <ToCup id="ToC_veh" t="153.00" lane="4/1to5/1_0" lanePos="44.09" x="1059.40" y="3000.56"/>
    <TOR id="ToC_veh" t="153.00" lane="4/1to5/1_0" lanePos="44.09" x="1059.40" y="3000.56"/>
    <MRM id="ToC_veh" t="163.00" lane="4/1to5/1_0" lanePos="212.64" x="923.04" y="2901.48"/>
    <ToCdown id="ToC_veh" t="176.00" lane="4/1to5/1_0" lanePos="338.17" x="821.49" y="2827.70"/>
    <ToCup id="ToC_veh" t="202.00" lane="4/1to5/1_0" lanePos="725.55" x="508.10" y="2600.01"/>
    <TOR id="ToC_veh" t="203.00" lane="4/1to5/1_0" lanePos="742.40" x="494.46" y="2590.10"/>
    <MRM id="ToC_veh" t="213.00" lane="4/1to5/1_0" lanePos="910.96" x="358.10" y="2491.03"/>
    <ToCdown id="ToC_veh" t="226.00" lane="5/1to6/1_0" lanePos="52.32" x="282.60" y="2397.01"/>
    <ToCup id="ToC_veh" t="352.00" lane="7/1to8/1_0" lanePos="81.77" x="366.70" y="525.18"/>
    <TOR id="ToC_veh" t="352.00" lane="7/1to8/1_0" lanePos="81.77" x="366.70" y="525.18"/>
    <ToCup id="ToC_veh" t="352.00" lane="7/1to8/1_0" lanePos="81.77" x="366.70" y="525.18"/>
    <TOR id="ToC_veh" t="352.00" lane="7/1to8/1_0" lanePos="81.77" x="366.70" y="525.18"/>
    <ToCup id="ToC_veh" t="352.00" lane="7/1to8/1_0" lanePos="81.77" x="366.70" y="525.18"/>
    <TOR id="ToC_veh" t="353.00" lane="7/1to8/1_0" lanePos="98.62" x="380.34" y="515.27"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice ToC_with_sampled_responseTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Given value for ToC device parameter 'dynamicMRMProbability' (=1.20) is not in the admissible range [0,0.5]. Truncated to 0.50.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/ToC_with_sampled_responseTime/runner.py", line 64, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2520d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = -1.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
<   lcAbstinence = 0.00
<   dynamicToCThreshold = 0.00
<   dynamicMRMProbability = 0.50
<   mrmKeepRight = 0
<   maxPreparationAccel = 0.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <ToCdown id="ToC_veh" t="209.00" lane="6/1to7/1_0" lanePos="73.59" x="18.03" y="1439.73"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice complete_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/complete_MRM/runner.py", line 64, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 30.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <MRM id="ToC_veh" t="203.00" lane="5/1to6/1_0" lanePos="940.15" x="8.25" y="1552.63"/>
    <ToCdown id="ToC_veh" t="232.00" lane="6/1to7/1_0" lanePos="125.99" x="34.22" y="1389.90"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice default_spec ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/default_spec/runner.py", line 46, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,19d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = -1.00
<   recoveryRate = 0.10
<   initialAwareness = 0.50
<   mrmDecel = 1.50
<   lcAbstinence = 0.00
<   dynamicToCThreshold = 0.00
<   dynamicMRMProbability = 0.05
<   mrmKeepRight = 0
<   maxPreparationAccel = 0.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice dynamic_ToC ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/dynamic_ToC/runner.py", line 73, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,586d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<   lcAbstinence = 0.00
<   dynamicToCThreshold = 15.00
<   dynamicMRMProbability = 0.50
<   mrmKeepRight = 0
<   maxPreparationAccel = 0.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <DYNTOR id="ToC_veh" t="45.00" lane="WE_1" lanePos="594.60" x="1094.60" y="-1.60"/>
    <ToCdown id="ToC_veh" t="50.00" lane="WE_1" lanePos="650.16" x="1150.16" y="-1.60"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice dynamic_ToC_aborted ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/dynamic_ToC_aborted/runner.py", line 130, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,571d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<   dynamicToCThreshold = 15.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<   dynamicToCThreshold = 15.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <DYNTOR id="ToC_veh" t="45.00" lane="WE_1" lanePos="594.60" x="1094.60" y="-1.60"/>
    <ToCdown id="ToC_veh" t="50.00" lane="WE_1" lanePos="650.16" x="1150.16" y="-1.60"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice dynamic_ToC_stop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/dynamic_ToC_stop/runner.py", line 126, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,662d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<   dynamicToCThreshold = 15.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 10.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 0.50
<   dynamicToCThreshold = 15.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <DYNTOR id="ToC_veh" t="80.00" lane="WE_1" lanePos="982.60" x="1482.60" y="-1.60"/>
    <ToCdown id="ToC_veh" t="85.00" lane="WE_1" lanePos="992.80" x="1492.80" y="-1.60"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice incomplete_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/incomplete_MRM/runner.py", line 115, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5015d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <MRM id="ToC_veh" t="223.00" lane="6/1to7/1_0" lanePos="347.99" x="102.82" y="1178.76"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="385.99" x="114.57" y="1142.62"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice incomplete_spec1 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2d0
< Error: Missing parameter 'device.toc.manualType' for vehicle 'ToC_veh
< Quitting (on error).
4,5c2,10
<     raise FatalTraCIError("connection closed by SUMO")
< traci.exceptions.FatalTraCIError: connection closed by SUMO
---
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/incomplete_spec1/runner.py", line 114, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice incomplete_spec2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2d0
< Error: Missing parameter 'device.toc.automatedType' for vehicle 'ToC_veh
< Quitting (on error).
4,5c2,10
<     raise FatalTraCIError("connection closed by SUMO")
< traci.exceptions.FatalTraCIError: connection closed by SUMO
---
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/incomplete_spec2/runner.py", line 114, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice invalid_vType ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2d0
< Error: Vehicle type of vehicle 'ToC_veh' ('anothertype') must coincide with manualType ('manual') or automatedType ('automated') specified for its ToC-device (or drawn from the specified vTypeDistributions).
< Quitting (on error).
4,5c2,10
<     raise FatalTraCIError("connection closed by SUMO")
< traci.exceptions.FatalTraCIError: connection closed by SUMO
---
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/invalid_vType/runner.py", line 46, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice invalid_vType_param ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2d0
< Error: The automated vehicle type 'blub' of vehicle 'ToC_veh' is not known.
< Quitting (on error).
4,5c2,10
<     raise FatalTraCIError("connection closed by SUMO")
< traci.exceptions.FatalTraCIError: connection closed by SUMO
---
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/invalid_vType_param/runner.py", line 46, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output CF_situation1 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/CF_situation1/runner.py", line 65, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 50.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.099
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.96" y="2432.22" angle="342.00" type="automated" speed="0.00" pos="966.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.93" y="2432.31" angle="342.00" type="automated" speed="0.10" pos="966.89" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.90" y="2432.41" angle="342.00" type="automated" speed="0.10" pos="966.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
        <vehicle id="follower" x="2883.09" y="2434.88" angle="342.00" type="automated" speed="2.60" pos="969.59" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="follower" x="2881.49" y="2439.83" angle="342.00" type="automated" speed="5.20" pos="974.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="12.00" lane="2/1to3/1_0" lanePos="121.93" x="2778.81" y="2520.89"/>
    <MRM id="ToC_veh" t="13.00" lane="2/1to3/1_0" lanePos="141.53" x="2762.95" y="2532.41"/>
    <ToCdown id="ToC_veh" t="62.00" lane="2/1to3/1_0" lanePos="311.53" x="2625.42" y="2632.33"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output CF_situation2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/CF_situation2/runner.py", line 66, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 50.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 3.50
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.099
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
<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="ToC_veh" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.96" y="2432.22" angle="342.00" type="automated" speed="0.00" pos="966.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.93" y="2432.31" angle="342.00" type="automated" speed="0.10" pos="966.89" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="follower" x="2883.90" y="2432.41" angle="342.00" type="automated" speed="0.10" pos="966.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
        <vehicle id="follower" x="2883.09" y="2434.88" angle="342.00" type="automated" speed="2.60" pos="969.59" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="follower" x="2881.49" y="2439.83" angle="342.00" type="automated" speed="5.20" pos="974.79" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="leader" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="7.00" lane="2/1to3/1_0" lanePos="29.33" x="2853.72" y="2466.46"/>
    <MRM id="ToC_veh" t="8.00" lane="2/1to3/1_0" lanePos="42.33" x="2843.21" y="2474.10"/>
    <ToCdown id="ToC_veh" t="57.00" lane="2/1to3/1_0" lanePos="73.33" x="2818.13" y="2492.32"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output complete_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/complete_MRM/runner.py", line 62, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 30.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <MRM id="ToC_veh" t="203.00" lane="5/1to6/1_0" lanePos="940.15" x="8.25" y="1552.63"/>
    <ToCdown id="ToC_veh" t="232.00" lane="6/1to7/1_0" lanePos="125.99" x="34.22" y="1389.90"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output incomplete_MRM ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/incomplete_MRM/runner.py", line 62, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5015d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <MRM id="ToC_veh" t="223.00" lane="6/1to7/1_0" lanePos="347.99" x="102.82" y="1178.76"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="385.99" x="114.57" y="1142.62"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output request_MRMs ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/request_MRMs/runner.py", line 106, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2522d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <MRM id="ToC_veh" t="102.00" lane="3/1to4/1_0" lanePos="928.87" x="1151.17" y="3027.41"/>
    <ToCup id="ToC_veh" t="202.00" lane="4/1to5/1_0" lanePos="114.71" x="1002.27" y="2959.05"/>
    <TOR id="ToC_veh" t="207.00" lane="4/1to5/1_0" lanePos="153.71" x="970.72" y="2936.12"/>
    <MRM id="ToC_veh" t="217.00" lane="4/1to5/1_0" lanePos="283.71" x="865.55" y="2859.71"/>
    <ToCup id="ToC_veh" t="302.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <TOR id="ToC_veh" t="302.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <ToCdown id="ToC_veh" t="325.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <MRM id="ToC_veh" t="332.00" lane="4/1to5/1_0" lanePos="407.66" x="765.27" y="2786.86"/>
    <ToCup id="ToC_veh" t="402.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <TOR id="ToC_veh" t="402.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <ToCdown id="ToC_veh" t="425.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <MRM id="ToC_veh" t="452.00" lane="4/1to5/1_0" lanePos="891.63" x="373.74" y="2502.39"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output successful_ToC ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/successful_ToC/runner.py", line 62, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="387.19" x="114.94" y="1141.48"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output two_with_different_outfile ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/two_with_different_outfile/runner.py", line 68, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5030d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh2'
< Static parameters:
<   holder = ToC_veh2
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2864.24" y="2458.82" angle="306.00" type="automated" speed="10.40" pos="16.33" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="387.19" x="114.94" y="1141.48"/>
</ToCDeviceLog>
---------- Missing result in toc2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh2" t="204.00" lane="5/1to6/1_0" lanePos="932.65" x="10.57" y="1559.76"/>
    <ToCdown id="ToC_veh2" t="227.00" lane="6/1to7/1_0" lanePos="398.28" x="118.36" y="1130.93"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output two_with_same_outfile ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/two_with_same_outfile/runner.py", line 68, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5030d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh2'
< Static parameters:
<   holder = ToC_veh2
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2864.24" y="2458.82" angle="306.00" type="automated" speed="10.40" pos="16.33" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <TOR id="ToC_veh2" t="204.00" lane="5/1to6/1_0" lanePos="932.65" x="10.57" y="1559.76"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="387.19" x="114.94" y="1141.48"/>
    <ToCdown id="ToC_veh2" t="227.00" lane="6/1to7/1_0" lanePos="398.28" x="118.36" y="1130.93"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice output two_with_same_outfile_global_option ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/output/two_with_same_outfile_global_option/runner.py", line 69, in <module>
>     "--device.toc.file", "toc.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5030d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 1.0
< ToC device infos for vehicle 'ToC_veh2'
< Static parameters:
<   holder = ToC_veh2
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.61" y="2439.45" angle="342.00" type="automated" speed="0.00" pos="974.39" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2881.58" y="2439.54" angle="342.00" type="automated" speed="0.10" pos="974.49" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2880.78" y="2442.01" angle="342.00" type="automated" speed="2.60" pos="977.09" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2879.13" y="2447.05" angle="341.93" type="automated" speed="5.20" pos="0.20" lane=":2/1_0_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2872.65" y="2452.70" angle="306.00" type="automated" speed="7.80" pos="5.93" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
        <vehicle id="ToC_veh2" x="2864.24" y="2458.82" angle="306.00" type="automated" speed="10.40" pos="16.33" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in toc ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <TOR id="ToC_veh2" t="204.00" lane="5/1to6/1_0" lanePos="932.65" x="10.57" y="1559.76"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="387.19" x="114.94" y="1141.48"/>
    <ToCdown id="ToC_veh2" t="227.00" lane="6/1to7/1_0" lanePos="398.28" x="118.36" y="1130.93"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice request_MRMs ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/request_MRMs/runner.py", line 106, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2522d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <MRM id="ToC_veh" t="102.00" lane="3/1to4/1_0" lanePos="928.87" x="1151.17" y="3027.41"/>
    <ToCup id="ToC_veh" t="202.00" lane="4/1to5/1_0" lanePos="114.71" x="1002.27" y="2959.05"/>
    <TOR id="ToC_veh" t="207.00" lane="4/1to5/1_0" lanePos="153.71" x="970.72" y="2936.12"/>
    <MRM id="ToC_veh" t="217.00" lane="4/1to5/1_0" lanePos="283.71" x="865.55" y="2859.71"/>
    <ToCup id="ToC_veh" t="302.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <TOR id="ToC_veh" t="302.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <ToCdown id="ToC_veh" t="325.00" lane="4/1to5/1_0" lanePos="360.71" x="803.25" y="2814.45"/>
    <MRM id="ToC_veh" t="332.00" lane="4/1to5/1_0" lanePos="407.66" x="765.27" y="2786.86"/>
    <ToCup id="ToC_veh" t="402.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <TOR id="ToC_veh" t="402.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <ToCdown id="ToC_veh" t="425.00" lane="4/1to5/1_0" lanePos="470.06" x="714.79" y="2750.18"/>
    <MRM id="ToC_veh" t="452.00" lane="4/1to5/1_0" lanePos="891.63" x="373.74" y="2502.39"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice spec ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/spec/runner.py", line 46, in <module>
>     traci.start([sumoBinary, "-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,19d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.20
<   initialAwareness = 0.25
<   mrmDecel = 1.20
<   lcAbstinence = 0.40
<   dynamicToCThreshold = 10.00
<   dynamicMRMProbability = 0.30
<   mrmKeepRight = 1
<   maxPreparationAccel = 1.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice spec_cfg ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/spec_cfg/runner.py", line 46, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,21d0
< Loading configuration ... done.
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.20
<   initialAwareness = 0.25
<   mrmDecel = 1.20
<   lcAbstinence = 0.40
<   dynamicToCThreshold = 10.00
<   dynamicMRMProbability = 0.30
<   mrmKeepRight = 1
<   maxPreparationAccel = 1.00
<   ogNewSpaceHeadway = 10.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice spec_vTypeDist ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/spec_vTypeDist/runner.py", line 49, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,74d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manualDistribution71
<   automatedType = automatedDistributionWithToCDevice89
<   responseTime = 10.63
<   recoveryRate = 0.29
<   initialAwareness = 0.77
<   mrmDecel = 3.00
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = PREPARING_TOC
< Current type: automatedDistributionWithToCDevice89@ToC_veh
< time 22.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 19.2265179235
<   state = MANUAL
< Current type: manualDistribution71
< time 42.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice start_automated ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,5c1,10
< Warning: [t=127] Positive transition time (12.5s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=227] Positive transition time (22.5s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=252] Positive transition time (25s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=277] Positive transition time (27.5s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=377] Positive transition time (37.5s.) for upward ToC of vehicle 'ToC_veh' is ignored.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/start_automated/runner.py", line 61, in <module>
>     "input_additional.add.xml", "--fcd-output", "fcd.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2524d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< Requested ToC of veh0 at t=2.0 (until t=2.0)
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = PREPARING_TOC
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = MRM
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 1.4
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2875.00" y="2451.00" angle="314.36" type="automated@ToC_veh" speed="2.60" pos="3.03" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2873.87" y="2451.82" angle="306.24" type="automated@ToC_veh" speed="1.40" pos="4.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2873.70" y="2451.94" angle="306.16" type="automated@ToC_veh" speed="0.20" pos="4.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2873.70" y="2451.94" angle="306.16" type="automated@ToC_veh" speed="0.00" pos="4.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2873.70" y="2451.94" angle="306.16" type="automated@ToC_veh" speed="0.00" pos="4.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2873.70" y="2451.94" angle="306.16" type="automated@ToC_veh" speed="0.00" pos="4.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2873.70" y="2451.94" angle="306.16" type="automated@ToC_veh" speed="0.00" pos="4.63" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="2.00" lane="2/1to3/1_0" lanePos="0.43" x="2877.10" y="2449.47"/>
    <MRM id="ToC_veh" t="2.00" lane="2/1to3/1_0" lanePos="0.43" x="2877.10" y="2449.47"/>
    <ToCdown id="ToC_veh" t="25.00" lane="2/1to3/1_0" lanePos="4.63" x="2873.70" y="2451.94"/>
    <ToCup id="ToC_veh" t="127.00" lane="3/1to4/1_0" lanePos="976.65" x="1103.39" y="3027.41"/>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="566.49" x="123.72" y="1908.00"/>
    <MRM id="ToC_veh" t="222.00" lane="5/1to6/1_0" lanePos="982.00" x="-4.68" y="1512.82"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="56.57" x="12.77" y="1455.92"/>
    <ToCup id="ToC_veh" t="227.00" lane="6/1to7/1_0" lanePos="97.34" x="25.37" y="1417.14"/>
    <TOR id="ToC_veh" t="242.00" lane="6/1to7/1_0" lanePos="408.98" x="121.67" y="1120.76"/>
    <ToCup id="ToC_veh" t="252.00" lane="6/1to7/1_0" lanePos="616.73" x="185.87" y="923.17"/>
    <TOR id="ToC_veh" t="262.00" lane="6/1to7/1_0" lanePos="824.49" x="250.07" y="725.58"/>
    <ToCup id="ToC_veh" t="277.00" lane="7/1to8/1_0" lanePos="151.96" x="423.49" y="483.92"/>
    <TOR id="ToC_veh" t="302.00" lane="7/1to8/1_0" lanePos="671.35" x="843.68" y="178.64"/>
    <ToCdown id="ToC_veh" t="325.00" lane="8/1to9/1_0" lanePos="165.03" x="1262.98" y="-4.95"/>
    <ToCup id="ToC_veh" t="377.00" lane="9/1to10/1_0" lanePos="222.82" x="2263.19" y="126.96"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice start_manual ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Warning: [t=202] Positive transition time (20s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=242] Positive transition time (24s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=262] Positive transition time (26s.) for upward ToC of vehicle 'ToC_veh' is ignored.
< Warning: [t=302] Positive transition time (30s.) for upward ToC of vehicle 'ToC_veh' is ignored.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/start_manual/runner.py", line 61, in <module>
>     "input_additional.add.xml", "--fcd-output", "fcd.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2524d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = MANUAL
< Requested ToC of veh0 at t=2.0 (until t=2.0)
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 1.66535823282
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 4.26535823282
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 6.86535823282
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="manual" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2878.05" y="2448.76" angle="336.93" type="manual" speed="1.67" pos="1.57" lane=":2/1_0_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2874.41" y="2451.43" angle="308.72" type="automated" speed="4.27" pos="3.76" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2868.85" y="2455.47" angle="306.00" type="automated" speed="6.87" pos="10.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2861.20" y="2461.03" angle="306.00" type="automated" speed="9.47" pos="20.09" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2851.43" y="2468.12" angle="306.00" type="automated" speed="12.07" pos="32.16" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2839.57" y="2476.74" angle="306.00" type="automated" speed="14.67" pos="46.82" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2825.93" y="2486.65" angle="306.00" type="automated" speed="16.86" pos="63.68" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2812.30" y="2496.56" angle="306.00" type="automated" speed="16.86" pos="80.53" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <ToCup id="ToC_veh" t="2.00" lane=":2/1_0_0" lanePos="1.57" x="2878.05" y="2448.76"/>
    <TOR id="ToC_veh" t="127.00" lane="4/1to5/1_0" lanePos="101.17" x="1013.22" y="2967.01"/>
    <MRM id="ToC_veh" t="139.00" lane="4/1to5/1_0" lanePos="303.44" x="849.59" y="2848.12"/>
    <ToCdown id="ToC_veh" t="150.00" lane="4/1to5/1_0" lanePos="422.85" x="752.98" y="2777.93"/>
    <ToCup id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="253.53" x="220.42" y="2205.64"/>
    <TOR id="ToC_veh" t="227.00" lane="5/1to6/1_0" lanePos="674.92" x="90.21" y="1804.88"/>
    <ToCup id="ToC_veh" t="242.00" lane="5/1to6/1_0" lanePos="927.76" x="12.08" y="1564.41"/>
    <TOR id="ToC_veh" t="252.00" lane="6/1to7/1_0" lanePos="112.15" x="29.95" y="1403.06"/>
    <ToCup id="ToC_veh" t="262.00" lane="6/1to7/1_0" lanePos="280.71" x="82.03" y="1242.75"/>
    <TOR id="ToC_veh" t="277.00" lane="6/1to7/1_0" lanePos="533.54" x="160.16" y="1002.29"/>
    <ToCdown id="ToC_veh" t="300.00" lane="6/1to7/1_0" lanePos="921.22" x="279.96" y="633.58"/>
    <ToCup id="ToC_veh" t="302.00" lane="6/1to7/1_0" lanePos="952.72" x="289.70" y="603.62"/>
    <TOR id="ToC_veh" t="377.00" lane="8/1to9/1_0" lanePos="248.57" x="1346.52" y="-4.95"/>
    <ToCdown id="ToC_veh" t="400.00" lane="8/1to9/1_0" lanePos="636.25" x="1734.20" y="-4.95"/>
</ToCDeviceLog>

TEST FAILED on ts-sim-winbuild-ba : sumo ToCDevice successful_ToC ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ToCDevice/successful_ToC/runner.py", line 62, in <module>
>     "--default.speeddev", "0"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2515d0
< time 1.0
< ToC device infos for vehicle 'ToC_veh'
< Static parameters:
<   holder = ToC_veh
<   manualType = manual
<   automatedType = automated
<   responseTime = 23.00
<   recoveryRate = 0.10
<   initialAwareness = 0.25
<   mrmDecel = 1.20
< Dynamic parameters:
<   currentAwareness = 1.00
<   currentSpeed = 0.0
<   state = AUTOMATED
< time 2.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 2.6
<   state = AUTOMATED
< time 3.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 5.2
<   state = AUTOMATED
< time 4.0
< ToC device infos for vehicle 'ToC_veh'
<   currentAwareness = 1.00
<   currentSpeed = 7.8
<   state = AUTOMATED
<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="ToC_veh" x="2879.26" y="2446.67" angle="342.00" type="automated" speed="0.00" pos="981.99" lane="1/1to2/1_0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <vehicle id="ToC_veh" x="2877.10" y="2449.47" angle="330.28" type="automated" speed="2.60" pos="0.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <vehicle id="ToC_veh" x="2872.90" y="2452.53" angle="306.00" type="automated" speed="5.20" pos="5.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <vehicle id="ToC_veh" x="2866.59" y="2457.11" angle="306.00" type="automated" speed="7.80" pos="13.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <vehicle id="ToC_veh" x="2858.17" y="2463.23" angle="306.00" type="automated" speed="10.40" pos="23.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <vehicle id="ToC_veh" x="2847.65" y="2470.87" angle="306.00" type="automated" speed="13.00" pos="36.83" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <vehicle id="ToC_veh" x="2835.03" y="2480.04" angle="306.00" type="automated" speed="15.60" pos="52.43" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <vehicle id="ToC_veh" x="2820.31" y="2490.73" angle="306.00" type="automated" speed="18.20" pos="70.63" lane="2/1to3/1_0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <vehicle id="ToC_veh" x="2804.45" y="2502.26" angle="306.00" type="automated" speed="19.60" pos="90.23" lane="2/1to3/1_0" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Missing result in tocs ----------
<?xml version="1.0" encoding="UTF-8"?>


<ToCDeviceLog>
    <TOR id="ToC_veh" t="202.00" lane="5/1to6/1_0" lanePos="920.55" x="14.31" y="1571.27"/>
    <ToCdown id="ToC_veh" t="225.00" lane="6/1to7/1_0" lanePos="387.19" x="114.94" y="1141.48"/>
</ToCDeviceLog>

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

---------- Differences in errors ----------
7,16c7,16
< Warning: Teleporting vehicle 'vehicle.582'; waited too long (jam), lane='i3_0', time=1605.00.
< Warning: Vehicle 'vehicle.582' ends teleporting on edge 'i4', time 1605.00.
< Warning: Teleporting vehicle 'vehicle.624'; waited too long (jam), lane='i2_0', time=1630.00.
< Warning: Vehicle 'vehicle.624' ends teleporting on edge 'i5', time 1779.00.
< Warning: Teleporting vehicle 'vehicle.561'; waited too long (jam), lane='i4_1', time=1897.00.
< Warning: Vehicle 'vehicle.561' ends teleporting on edge 'i5', time 1989.00.
< Warning: Teleporting vehicle 'vehicle.898'; waited too long (wrong lane), lane='i7_1', time=3286.00.
< Warning: Vehicle 'vehicle.898' ends teleporting on edge 'e3', time 3343.00.
< Warning: Teleporting vehicle 'vehicle.2009'; waited too long (jam), lane='i3_1', time=6150.00.
< Warning: Vehicle 'vehicle.2009' ends teleporting on edge 'i5', time 6286.00.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/b50/runner.py", line 39, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg", "-v"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
2,16d1
< Loading configuration ... done.
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 3000
<  Running: 0
<  Waiting: 0
< Teleports: 5 (Jam: 4, Wrong Lane: 1)
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 8795.00
< 
sumo b50 ( Last six runs Sep2020 )
traci gui b50 ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : sumo binary ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/binary/runner.py", line 48, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
10d9
< Loading configuration ... done.

TEST FAILED on ts-sim-winbuild-ba : sumo collision ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,1800
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "C:\Users\delphi\Code\sumoInternal\git\tests\..\bin\sumo.exe" ist entweder falsch geschrieben oder
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,900d0
< 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.
< 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.
< 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.
< Loading configuration ... done.
< Loading configuration ... done.
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo emission ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/emission/runner.py", line 33, in <module>
>     "trajectory.xml", "--emission-output", "emissions.xml"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< CO:0
< CO2:490581
< HC:85.9055
< NOx:778.381
< PMx:28.6001
< fuel:195.587
< electricity:0
< Success.
< CO:0
< CO2:487220
< HC:85.3171
< NOx:773.05
< PMx:28.4042
< fuel:194.247
< electricity:0
< Success.

TEST FAILED on ts-sim-winbuild-ba : sumo envVarSubstitution ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/envVarSubstitution/runner.py", line 34, in <module>
>     subprocess.call([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< Step #0.00 ((TIME) ?*RT. ?UPS, vehicles TOT 0 ACT 0 BUF 0)                                   

TEST FAILED on ts-sim-winbuild-ba : sumo extended rerouter ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/extended/rerouter/runner.py", line 173, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg", "-b", str(t[0])], stdout=nd, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
9,264d8
<      Checking with embedded rerouter definition: False
<     Checking with multi-referenced routes: False
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<   Checking for simulation begin=0, rerouter starts at 100, ends at 86400
<     Checking with multi-referenced routes: True
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<     Checking with multi-referenced routes: False
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<   Checking for simulation begin=100, rerouter starts at 0, ends at 86400
<     Checking with multi-referenced routes: True
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<     Checking with multi-referenced routes: False
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<   Checking for simulation begin=0, rerouter starts at 50, ends at 100
<     Checking with multi-referenced routes: True
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<     Checking with multi-referenced routes: False
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<   Checking for simulation begin=50, rerouter starts at 50, ends at 100
<     Checking with multi-referenced routes: True
<      Checking with embedded rerouter definition: True
<      Checking with embedded rerouter definition: False
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,5
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
3,103d2
< Loading configuration ... done.
< lane -1000+0.-500+0_0:
<   length: 1953.6
<   offset: 0
<   allowsContinuation: True
<   over: ('-1000+0.-500+0_0', '-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1')
< lane 0 ok
< ----------------------------------------------------------------------
< 
< -- Test: acosta_busStopNeedsChange#2
< Success.
< Loading configuration ... done.
< lane -500+0.+0+0_0:
<   length: 479.2
<   offset: 1
<   allowsContinuation: False
<   over: ('-500+0.+0+0_0',)
< lane -500+0.+0+0_1:
<   length: 1457.6
<   offset: 0
<   allowsContinuation: True
<   over: ('-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1')
< lane -500+0.+0+0_2:
<   length: 479.2
<   offset: -1
<   allowsContinuation: False
<   over: ('-500+0.+0+0_2',)
< lane 0 ok
< lane 1 ok
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo meso edge_split ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,10c1,12
< Warning: Teleporting vehicle 'flow_0.1'; waited too long (yield), lane='gneE1_0', time=312.00.
< Warning: Vehicle 'flow_0.1' ends teleporting on edge 'gneE2', time 312.00.
< Warning: Teleporting vehicle 'flow_0.13'; waited too long (yield), lane='gneE1_0', time=1813.00.
< Warning: Vehicle 'flow_0.13' ends teleporting on edge 'gneE2', time 1813.00.
< Warning: Teleporting vehicle 'flow_0.17'; waited too long (yield), lane='gneE1_0', time=2351.00.
< Warning: Vehicle 'flow_0.17' ends teleporting on edge 'gneE2', time 2351.00.
< Warning: Teleporting vehicle 'flow_0.1'; waited too long (yield), lane='gneE4_0', time=313.00.
< Warning: Vehicle 'flow_0.1' ends teleporting on edge 'gneE2', time 313.00.
< Warning: Teleporting vehicle 'flow_0.2'; waited too long (yield), lane='gneE4_0', time=617.00.
< Warning: Vehicle 'flow_0.2' ends teleporting on edge 'gneE2', time 617.00.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/meso/edge_split/runner.py", line 42, in <module>
>     duration = call(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/meso/edge_split/runner.py", line 34, in call
>     subprocess.call(cmd)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,88d0
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 4000
<  Running: 0
<  Waiting: 0
< Teleports: 3 (Yield: 3)
< Statistics (avg):
<  RouteLength: 497.67
<  Speed: 20.05
<  Duration: 33.02
<  WaitingTime: 7.59
<  TimeLoss: 12.33
<  DepartDelay: 526.76
< 
< DijkstraRouter answered 4790 queries and explored 2.33 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 4000
<  Running: 0
<  Waiting: 0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo meso segment_length ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,112c1,12
< Warning: Teleporting vehicle 'flow_0.290'; waited too long, from edge 'D3E3':3 to edge 'E3E4':2, time 1942.70.
< Warning: Teleporting vehicle 'flow_0.1327'; waited too long, from edge 'D1D2':3, time 3149.99.
< Warning: Vehicle 'flow_0.1327' ends teleporting on edge 'E2E3':2, time 3184.95.
< Warning: Teleporting vehicle 'flow_0.1253'; waited too long, from edge 'C2D2':2, time 3350.35.
< Warning: Teleporting vehicle 'flow_0.1177'; waited too long, from edge 'C2D2':3 to edge 'D2E2':1, time 3369.50.
< Warning: Vehicle 'flow_0.1253' teleports beyond arrival edge 'E3E4', time 3455.23.
< Warning: Teleporting vehicle 'flow_0.290'; waited too long, from edge 'D3E3':3 to edge 'E3E4':2, time 1942.70.
< Warning: Teleporting vehicle 'flow_0.1327'; waited too long, from edge 'D1D2':3, time 3149.99.
< Warning: Vehicle 'flow_0.1327' ends teleporting on edge 'E2E3':2, time 3184.95.
< Warning: Teleporting vehicle 'flow_0.1253'; waited too long, from edge 'C2D2':2, time 3350.35.
< Warning: Teleporting vehicle 'flow_0.1177'; waited too long, from edge 'C2D2':3 to edge 'D2E2':1, time 3369.50.
< Warning: Vehicle 'flow_0.1253' teleports beyond arrival edge 'E3E4', time 3455.23.
< Warning: Teleporting vehicle 'flow_0.290'; waited too long, from edge 'D3E3':3 to edge 'E3E4':2, time 1942.70.
< Warning: Teleporting vehicle 'flow_0.1327'; waited too long, from edge 'D1D2':3, time 3149.99.
< Warning: Vehicle 'flow_0.1327' ends teleporting on edge 'E2E3':2, time 3184.95.
< Warning: Teleporting vehicle 'flow_0.1253'; waited too long, from edge 'C2D2':2, time 3350.35.
< Warning: Teleporting vehicle 'flow_0.1177'; waited too long, from edge 'C2D2':3 to edge 'D2E2':1, time 3369.50.
< Warning: Vehicle 'flow_0.1253' teleports beyond arrival edge 'E3E4', time 3455.23.
< Warning: Teleporting vehicle 'flow_0.220'; waited too long, from edge 'C3D3':2 to edge 'D3E3':1, time 954.29.
< Warning: Teleporting vehicle 'flow_0.602'; waited too long, from edge 'D1E1':2, time 1708.32.
< Warning: Teleporting vehicle 'flow_0.589'; waited too long, from edge 'D2E2':2 to edge 'E2E3':1, time 1722.13.
< Warning: Vehicle 'flow_0.602' ends teleporting on edge 'E2E3':0, time 1743.28.
< Warning: Teleporting vehicle 'flow_0.553'; waited too long, from edge 'D2D3':2, time 1845.24.
< Warning: Vehicle 'flow_0.553' ends teleporting on edge 'E3E4':1, time 1880.20.
< Warning: Teleporting vehicle 'flow_0.569'; waited too long, from edge 'D2D3':2, time 2145.24.
< Warning: Vehicle 'flow_0.569' teleports beyond arrival edge 'E3E4', time 2215.16.
< Warning: Teleporting vehicle 'flow_0.722'; waited too long, from edge 'D2E2':1, time 2215.72.
< Warning: Vehicle 'flow_0.722' ends teleporting on edge 'E3E4':0, time 2250.68.
< Warning: Teleporting vehicle 'flow_0.220'; waited too long, from edge 'C3D3':2 to edge 'D3E3':1, time 954.29.
<truncated after showing first 30 lines>
---------- Differences in output ----------
3,10d2
< Durations int.net.xml: count 19, min 302.79 (10), max 306.35 (140), mean 304.36 Q1 303.06, median 303.74, Q3 306.35
< Durations with junction control int.net.xml: count 19, min 302.70 (10), max 481.33 (140), mean 402.60 Q1 324.87, median 387.45, Q3 481.33
< Deviation int.net.xml meso vs. micro: 0.268959541746
< Deviation int.net.xml meso jc vs. micro: 0.0674865821079
< Durations noint.net.xml: count 19, min 309.99 (100), max 311.31 (120), mean 310.75 Q1 310.24, median 310.72, Q3 311.18
< Durations with junction control noint.net.xml: count 19, min 311.62 (10), max 473.85 (150), mean 399.04 Q1 337.87, median 408.87, Q3 473.85
< Deviation noint.net.xml meso vs. micro: 0.213625895275
< Deviation noint.net.xml meso jc vs. micro: -0.0347733657277

TEST FAILED on ts-sim-winbuild-ba : sumo output one_vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,12c1,10
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/output/runner.py", line 119, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg"] + args)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,48d0
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_3/1to2/1_0" nVehContrib="1" flow="36.00" occupancy="0.30" speed="10.00" harmonicMeanSpeed="10.00" length="3.00" nVehEntered="1"/>
   <interval begin="0.00" end="100.00" id="e2_3/1to2/1_0" sampledSeconds="68.00" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.01" 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" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.68" maxVehicleNumber="1" />
   <interval begin="0.00" end="100.00" id="e3_3/1to2/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.30" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" 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"/>
    <interval begin="100.00" end="200.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_3/1to2/1_0" sampledSeconds="52.00" nVehEntered="0" nVehLeft="1" nVehSeen="1" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.01" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.52" maxVehicleNumber="1" />
   <interval begin="100.00" end="200.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="200.00" end="300.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="200.00" end="300.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="300.00" end="400.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="300.00" end="400.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="400.00" end="500.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="400.00" end="500.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="500.00" end="600.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="500.00" end="600.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="500.00" end="600.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="600.00" end="700.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="600.00" end="700.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="600.00" end="700.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="700.00" end="800.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="700.00" end="800.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="700.00" end="800.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="800.00" end="900.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="800.00" end="900.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output teleport ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,90c1,10
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Vehicle '1' left e3Detector 'e3_1/1to0/1_0' without entering it.
< Warning: Vehicle '0' arrived inside e3Detector 'e3_1/1to0/1_0'.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Vehicle '1' left e3Detector 'e3_1/1to0/1_0' without entering it.
< Warning: Vehicle '0' arrived inside e3Detector 'e3_1/1to0/1_0'.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Vehicle '1' left e3Detector 'e3_1/1to0/1_0' without entering it.
< Warning: Vehicle '0' arrived inside e3Detector 'e3_1/1to0/1_0'.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '1' ends teleporting on edge '1/1to0/1', time 417.30.
< Warning: Teleporting vehicle '1'; waited too long (jam), lane='2/1to1/1_0', time=417.30.
< Warning: Vehicle '1' teleported from e3Detector 'e3_2/1to1/1_0'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,96d0
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_2/1to1/1_0" nVehContrib="2" flow="72.00" occupancy="0.60" speed="10.00" harmonicMeanSpeed="10.00" length="3.00" nVehEntered="2"/>
   <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="53.00" nVehEntered="2" nVehLeft="0" nVehSeen="2" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.02" 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" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.53" maxVehicleNumber="2" />
   <interval begin="0.00" end="100.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="10.00" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="27.50" vehicleSumWithin="2" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="27.50" meanTimeLossWithin="0.00"/>
    <interval begin="0.00" end="100.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="0.00" end="100.00" id="e2_1/1to0/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="0.00" end="100.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="200.00" nVehEntered="0" nVehLeft="0" nVehSeen="2" meanSpeed="1.37" meanTimeLoss="86.30" meanOccupancy="0.02" maxOccupancy="0.02" meanMaxJamLengthInVehicles="1.69" meanMaxJamLengthInMeters="7.53" maxJamLengthInVehicles="2" maxJamLengthInMeters="9.00" jamLengthInVehiclesSum="169" jamLengthInMetersSum="753.08" meanHaltingDuration="85.50" maxHaltingDuration="88.00" haltingDurationSum="171.00" meanIntervalHaltingDuration="85.
50" maxIntervalHaltingDuration="88.00" intervalHaltingDurationSum="171.00" startedHalts="2.00" meanVehicleNumber="2.00" maxVehicleNumber="2" />
   <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="40.10" meanOverlapTravelTime="40.70" meanSpeed="10.02" meanHaltsPerVehicle="0.00" meanTimeLoss="0.55" vehicleSum="1" meanSpeedWithin="3.27" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="125.00" vehicleSumWithin="1" meanIntervalSpeedWithin="1.59" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="84.10"/>
    <interval begin="100.00" end="200.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_1/1to0/1_0" sampledSeconds="88.90" nVehEntered="1" nVehLeft="0" nVehSeen="1" meanSpeed="0.06" meanTimeLoss="88.40" meanOccupancy="0.01" maxOccupancy="0.01" meanMaxJamLengthInVehicles="0.87" meanMaxJamLengthInMeters="2.61" maxJamLengthInVehicles="1" maxJamLengthInMeters="3.00" jamLengthInVehiclesSum="87" jamLengthInMetersSum="261.00" meanHaltingDuration="88.00" maxHaltingDuration="88.00" haltingDurationSum="88.00" meanIntervalHaltingDuration="88.00"
 maxIntervalHaltingDuration="88.00" intervalHaltingDurationSum="88.00" startedHalts="1.00" meanVehicleNumber="0.89" maxVehicleNumber="1" />
   <interval begin="100.00" end="200.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.11" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="89.90" vehicleSumWithin="1" meanIntervalSpeedWithin="0.11" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="89.90" meanTimeLossWithin="0.95"/>
    <interval begin="200.00" end="300.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_2/1to1/1_0" sampledSeconds="200.00" nVehEntered="0" nVehLeft="0" nVehSeen="2" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.02" maxOccupancy="0.02" meanMaxJamLengthInVehicles="2.00" meanMaxJamLengthInMeters="9.00" maxJamLengthInVehicles="2" maxJamLengthInMeters="9.00" jamLengthInVehiclesSum="200" jamLengthInMetersSum="900.10" meanHaltingDuration="185.50" maxHaltingDuration="188.00" haltingDurationSum="371.00" meanIntervalHaltingDuration="
100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="200.00" startedHalts="0.00" meanVehicleNumber="2.00" maxVehicleNumber="2" />
   <interval begin="200.00" end="300.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.82" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="225.00" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
    <interval begin="200.00" end="300.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_1/1to0/1_0" sampledSeconds="100.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.01" maxOccupancy="0.01" meanMaxJamLengthInVehicles="1.00" meanMaxJamLengthInMeters="3.00" maxJamLengthInVehicles="1" maxJamLengthInMeters="3.00" jamLengthInVehiclesSum="100" jamLengthInMetersSum="300.00" meanHaltingDuration="188.00" maxHaltingDuration="188.00" haltingDurationSum="188.00" meanIntervalHaltingDuration="
100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="100.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="200.00" end="300.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.05" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="189.90" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="0.00"/>
    <interval begin="300.00" end="400.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_2/1to1/1_0" sampledSeconds="200.00" nVehEntered="0" nVehLeft="0" nVehSeen="2" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.02" maxOccupancy="0.02" meanMaxJamLengthInVehicles="2.00" meanMaxJamLengthInMeters="9.00" maxJamLengthInVehicles="2" maxJamLengthInMeters="9.00" jamLengthInVehiclesSum="200" jamLengthInMetersSum="900.10" meanHaltingDuration="285.50" maxHaltingDuration="288.00" haltingDurationSum="571.00" meanIntervalHaltingDuration="
100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="200.00" startedHalts="0.00" meanVehicleNumber="2.00" maxVehicleNumber="2" />
   <interval begin="300.00" end="400.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.26" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="325.00" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
    <interval begin="300.00" end="400.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_1/1to0/1_0" sampledSeconds="100.00" nVehEntered="0" nVehLeft="0" nVehSeen="1" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.01" maxOccupancy="0.01" meanMaxJamLengthInVehicles="1.00" meanMaxJamLengthInMeters="3.00" maxJamLengthInVehicles="1" maxJamLengthInMeters="3.00" jamLengthInVehiclesSum="100" jamLengthInMetersSum="300.00" meanHaltingDuration="288.00" maxHaltingDuration="288.00" haltingDurationSum="288.00" meanIntervalHaltingDuration="
100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="100.00" startedHalts="0.00" meanVehicleNumber="1.00" maxVehicleNumber="1" />
   <interval begin="300.00" end="400.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.03" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="289.90" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="0.00"/>
    <interval begin="400.00" end="500.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_2/1to1/1_0" sampledSeconds="157.00" nVehEntered="1" nVehLeft="2" nVehSeen="3" meanSpeed="2.48" meanTimeLoss="39.33" meanOccupancy="0.02" maxOccupancy="0.02" meanMaxJamLengthInVehicles="1.18" meanMaxJamLengthInMeters="4.08" maxJamLengthInVehicles="2" maxJamLengthInMeters="9.00" jamLengthInVehiclesSum="118" jamLengthInMetersSum="408.02" meanHaltingDuration="344.50" maxHaltingDuration="388.00" haltingDurationSum="689.00" meanIntervalHaltingDuration="5
9.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="118.00" startedHalts="0.00" meanVehicleNumber="1.57" maxVehicleNumber="2" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output teleport_multihop ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,78c1,10
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=571.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 971.50.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_2/1to1/1_0').
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,96d0
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_2/1to1/1_0" nVehContrib="2" flow="72.00" occupancy="1.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="2"/>
   <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="141.64" nVehEntered="10" nVehLeft="0" nVehSeen="10" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.02" maxOccupancy="0.17" 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" maxIn
tervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.44" maxVehicleNumber="10" />
   <interval begin="0.00" end="100.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="10.00" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="15.16" vehicleSumWithin="10" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="15.16" meanTimeLossWithin="0.00"/>
    <interval begin="0.00" end="100.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="0.00" end="100.00" id="e2_1/1to0/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="0.00" end="100.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="40" flow="1440.00" occupancy="20.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="40"/>
   <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="3050.39" nVehEntered="40" nVehLeft="0" nVehSeen="50" meanSpeed="8.01" meanTimeLoss="12.11" meanOccupancy="0.51" maxOccupancy="0.83" meanMaxJamLengthInVehicles="5.63" meanMaxJamLengthInMeters="41.06" maxJamLengthInVehicles="25" maxJamLengthInMeters="185.02" jamLengthInVehiclesSum="563" jamLengthInMetersSum="4105.52" meanHaltingDuration="22.65" maxHaltingDuration="48.00" haltingDurationSum="589.00" meanIntervalHaltingDurat
ion="22.65" maxIntervalHaltingDuration="48.00" intervalHaltingDurationSum="589.00" startedHalts="26.00" meanVehicleNumber="30.60" maxVehicleNumber="50" />
   <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.50" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" vehicleSum="34" meanSpeedWithin="10.00" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="22.26" vehicleSumWithin="16" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="22.26" meanTimeLossWithin="0.00"/>
    <interval begin="100.00" end="200.00" id="e1_1/1to0/1_0" nVehContrib="26" flow="936.00" occupancy="13.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="26"/>
   <interval begin="100.00" end="200.00" id="e2_1/1to0/1_0" sampledSeconds="1491.87" nVehEntered="34" nVehLeft="0" nVehSeen="34" meanSpeed="5.94" meanTimeLoss="17.81" meanOccupancy="0.25" maxOccupancy="0.57" meanMaxJamLengthInVehicles="5.63" meanMaxJamLengthInMeters="41.06" maxJamLengthInVehicles="25" maxJamLengthInMeters="185.02" jamLengthInVehiclesSum="563" jamLengthInMetersSum="4105.52" meanHaltingDuration="22.65" maxHaltingDuration="48.00" haltingDurationSum="589.00" meanIntervalHaltingDurat
ion="22.65" maxIntervalHaltingDuration="48.00" intervalHaltingDurationSum="589.00" startedHalts="26.00" meanVehicleNumber="15.00" maxVehicleNumber="34" />
   <interval begin="100.00" end="200.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="7.08" meanHaltsPerVehicleWithin="0.74" meanDurationWithin="44.88" vehicleSumWithin="34" meanIntervalSpeedWithin="7.08" meanIntervalHaltsPerVehicleWithin="0.74" meanIntervalDurationWithin="44.88" meanTimeLossWithin="16.40"/>
    <interval begin="200.00" end="300.00" id="e1_2/1to1/1_0" nVehContrib="12" flow="432.00" occupancy="6.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="12"/>
   <interval begin="200.00" end="300.00" id="e2_2/1to1/1_0" sampledSeconds="5361.48" nVehEntered="4" nVehLeft="0" nVehSeen="54" meanSpeed="1.23" meanTimeLoss="87.07" meanOccupancy="0.89" maxOccupancy="0.90" meanMaxJamLengthInVehicles="46.55" meanMaxJamLengthInMeters="347.60" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="4655" jamLengthInMetersSum="34760.15" meanHaltingDuration="97.63" maxHaltingDuration="148.00" haltingDurationSum="5272.00" meanIntervalHalting
Duration="86.72" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="4683.00" startedHalts="28.00" meanVehicleNumber="53.62" maxVehicleNumber="54" />
   <interval begin="200.00" end="300.00" id="e3_2/1to1/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.51" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.01" vehicleSum="19" meanSpeedWithin="5.84" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="70.00" vehicleSumWithin="1" meanIntervalSpeedWithin="5.84" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="70.00" meanTimeLossWithin="29.10"/>
    <interval begin="200.00" end="300.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="99.85" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="1"/>
   <interval begin="200.00" end="300.00" id="e2_1/1to0/1_0" sampledSeconds="4872.62" nVehEntered="19" nVehLeft="0" nVehSeen="53" meanSpeed="0.41" meanTimeLoss="88.16" meanOccupancy="0.81" maxOccupancy="0.88" meanMaxJamLengthInVehicles="46.28" meanMaxJamLengthInMeters="344.65" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="4628" jamLengthInMetersSum="34464.53" meanHaltingDuration="98.94" maxHaltingDuration="148.00" haltingDurationSum="5244.00" meanIntervalHaltin
gDuration="87.83" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="4655.00" startedHalts="27.00" meanVehicleNumber="48.77" maxVehicleNumber="53" />
   <interval begin="200.00" end="300.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.62" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="121.08" vehicleSumWithin="53" meanIntervalSpeedWithin="0.48" meanIntervalHaltsPerVehicleWithin="0.53" meanIntervalDurationWithin="92.28" meanTimeLossWithin="86.27"/>
    <interval begin="300.00" end="400.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="406.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40600.10" meanHaltingDuration="197.63" maxHaltingDuration="248.00" haltingDurationSum="10672.00" meanIntervalHalt
ingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
   <interval begin="300.00" end="400.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="2.41" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="170.00" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
    <interval begin="300.00" end="400.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_1/1to0/1_0" sampledSeconds="5300.00" nVehEntered="0" nVehLeft="0" nVehSeen="53" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.88" maxOccupancy="0.88" meanMaxJamLengthInVehicles="53.00" meanMaxJamLengthInMeters="395.05" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5300" jamLengthInMetersSum="39505.20" meanHaltingDuration="198.94" maxHaltingDuration="248.00" haltingDurationSum="10544.00" meanIntervalHalt
ingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5300.00" startedHalts="0.00" meanVehicleNumber="53.00" maxVehicleNumber="53" />
   <interval begin="300.00" end="400.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.91" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="221.08" vehicleSumWithin="53" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="98.11"/>
    <interval begin="400.00" end="500.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="406.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40600.10" meanHaltingDuration="297.63" maxHaltingDuration="348.00" haltingDurationSum="16072.00" meanIntervalHalt
ingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output teleport_multihop_newDefaults ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,78c1,10
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=565.40.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time 965.50.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_2/1to1/1_0').
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,96d0
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_2/1to1/1_0" nVehContrib="3" flow="108.00" occupancy="1.46" speed="10.27" harmonicMeanSpeed="10.26" length="5.00" nVehEntered="3"/>
   <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="98.39" nVehEntered="5" nVehLeft="0" nVehSeen="5" meanSpeed="10.27" meanTimeLoss="0.32" meanOccupancy="0.02" maxOccupancy="0.08" 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" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.01" maxVehicleNumber="5" />
   <interval begin="0.00" end="100.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="9.87" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="20.68" vehicleSumWithin="5" meanIntervalSpeedWithin="9.87" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="20.68" meanTimeLossWithin="0.32"/>
    <interval begin="0.00" end="100.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="0.00" end="100.00" id="e2_1/1to0/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="0.00" end="100.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="35" flow="1260.00" occupancy="20.95" speed="8.45" harmonicMeanSpeed="8.44" length="5.00" nVehEntered="36"/>
   <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="2702.19" nVehEntered="42" nVehLeft="0" nVehSeen="47" meanSpeed="7.83" meanTimeLoss="11.78" meanOccupancy="0.45" maxOccupancy="0.78" meanMaxJamLengthInVehicles="2.10" meanMaxJamLengthInMeters="14.35" maxJamLengthInVehicles="11" maxJamLengthInMeters="80.01" jamLengthInVehiclesSum="210" jamLengthInMetersSum="1435.15" meanHaltingDuration="18.50" maxHaltingDuration="57.00" haltingDurationSum="222.00" meanIntervalHaltingDurati
on="18.50" maxIntervalHaltingDuration="57.00" intervalHaltingDurationSum="222.00" startedHalts="12.00" meanVehicleNumber="27.24" maxVehicleNumber="47" />
   <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="46.14" meanOverlapTravelTime="46.72" meanSpeed="8.72" meanHaltsPerVehicle="0.00" meanTimeLoss="4.87" vehicleSum="26" meanSpeedWithin="8.58" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="28.30" vehicleSumWithin="21" meanIntervalSpeedWithin="8.58" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="28.30" meanTimeLossWithin="5.13"/>
    <interval begin="100.00" end="200.00" id="e1_1/1to0/1_0" nVehContrib="19" flow="684.00" occupancy="11.31" speed="8.71" harmonicMeanSpeed="8.65" length="5.00" nVehEntered="20"/>
   <interval begin="100.00" end="200.00" id="e2_1/1to0/1_0" sampledSeconds="1027.58" nVehEntered="26" nVehLeft="0" nVehSeen="26" meanSpeed="6.75" meanTimeLoss="12.35" meanOccupancy="0.17" maxOccupancy="0.43" meanMaxJamLengthInVehicles="2.10" meanMaxJamLengthInMeters="14.35" maxJamLengthInVehicles="11" maxJamLengthInMeters="80.01" jamLengthInVehiclesSum="210" jamLengthInMetersSum="1435.15" meanHaltingDuration="18.50" maxHaltingDuration="57.00" haltingDurationSum="222.00" meanIntervalHaltingDurati
on="18.50" maxIntervalHaltingDuration="57.00" intervalHaltingDurationSum="222.00" startedHalts="12.00" meanVehicleNumber="10.41" maxVehicleNumber="26" />
   <interval begin="100.00" end="200.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="7.50" meanHaltsPerVehicleWithin="0.42" meanDurationWithin="40.52" vehicleSumWithin="26" meanIntervalSpeedWithin="7.50" meanIntervalHaltsPerVehicleWithin="0.42" meanIntervalDurationWithin="40.52" meanTimeLossWithin="10.14"/>
    <interval begin="200.00" end="300.00" id="e1_2/1to1/1_0" nVehContrib="16" flow="576.00" occupancy="9.14" speed="8.59" harmonicMeanSpeed="8.56" length="5.00" nVehEntered="15"/>
   <interval begin="200.00" end="300.00" id="e2_2/1to1/1_0" sampledSeconds="5316.39" nVehEntered="7" nVehLeft="0" nVehSeen="54" meanSpeed="1.94" meanTimeLoss="79.37" meanOccupancy="0.89" maxOccupancy="0.90" meanMaxJamLengthInVehicles="40.23" meanMaxJamLengthInMeters="300.40" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="4023" jamLengthInMetersSum="30040.21" meanHaltingDuration="79.39" maxHaltingDuration="157.00" haltingDurationSum="4287.00" meanIntervalHalting
Duration="75.28" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="4065.00" startedHalts="42.00" meanVehicleNumber="53.19" maxVehicleNumber="54" />
   <interval begin="200.00" end="300.00" id="e3_2/1to1/1_0" meanTravelTime="47.39" meanOverlapTravelTime="47.99" meanSpeed="8.45" meanHaltsPerVehicle="0.00" meanTimeLoss="8.17" vehicleSum="27" meanSpeedWithin="5.54" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="73.96" vehicleSumWithin="1" meanIntervalSpeedWithin="5.54" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="73.96" meanTimeLossWithin="35.32"/>
    <interval begin="200.00" end="300.00" id="e1_1/1to0/1_0" nVehContrib="7" flow="252.00" occupancy="78.45" speed="8.37" harmonicMeanSpeed="8.37" length="5.00" nVehEntered="7"/>
   <interval begin="200.00" end="300.00" id="e2_1/1to0/1_0" sampledSeconds="4537.24" nVehEntered="27" nVehLeft="0" nVehSeen="53" meanSpeed="0.86" meanTimeLoss="78.18" meanOccupancy="0.76" maxOccupancy="0.88" meanMaxJamLengthInVehicles="39.90" meanMaxJamLengthInMeters="296.79" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="3990" jamLengthInMetersSum="29678.89" meanHaltingDuration="80.25" maxHaltingDuration="157.00" haltingDurationSum="4253.00" meanIntervalHaltin
gDuration="76.06" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="4031.00" startedHalts="41.00" meanVehicleNumber="45.53" maxVehicleNumber="53" />
   <interval begin="200.00" end="300.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.85" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="106.00" vehicleSumWithin="53" meanIntervalSpeedWithin="0.94" meanIntervalHaltsPerVehicleWithin="0.79" meanIntervalDurationWithin="86.12" meanTimeLossWithin="76.25"/>
    <interval begin="300.00" end="400.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="406.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40600.10" meanHaltingDuration="179.39" maxHaltingDuration="257.00" haltingDurationSum="9687.00" meanIntervalHalti
ngDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
   <interval begin="300.00" end="400.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="2.35" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="173.96" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
    <interval begin="300.00" end="400.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_1/1to0/1_0" sampledSeconds="5300.00" nVehEntered="0" nVehLeft="0" nVehSeen="53" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.88" maxOccupancy="0.88" meanMaxJamLengthInVehicles="53.00" meanMaxJamLengthInMeters="395.05" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5300" jamLengthInMetersSum="39505.20" meanHaltingDuration="180.25" maxHaltingDuration="257.00" haltingDurationSum="9553.00" meanIntervalHalti
ngDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5300.00" startedHalts="0.00" meanVehicleNumber="53.00" maxVehicleNumber="53" />
   <interval begin="300.00" end="400.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.96" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="206.00" vehicleSumWithin="53" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="98.11"/>
    <interval begin="400.00" end="500.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="406.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="406.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40600.10" meanHaltingDuration="279.39" maxHaltingDuration="357.00" haltingDurationSum="15087.00" meanIntervalHalt
ingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output two_same_vehicles ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,12c1,10
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/output/runner.py", line 119, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg"] + args)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,48d0
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_3/1to2/1_0" nVehContrib="2" flow="72.00" occupancy="0.60" speed="10.00" harmonicMeanSpeed="10.00" length="3.00" nVehEntered="2"/>
   <interval begin="0.00" end="100.00" id="e2_3/1to2/1_0" sampledSeconds="133.00" nVehEntered="2" nVehLeft="0" nVehSeen="2" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.02" 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" maxInte
rvalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.33" maxVehicleNumber="2" />
   <interval begin="0.00" end="100.00" id="e3_3/1to2/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.30" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" vehicleSum="2" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_3/1to2/1_0" sampledSeconds="107.00" nVehEntered="0" nVehLeft="2" nVehSeen="2" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.02" 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" maxIn
tervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.07" maxVehicleNumber="2" />
   <interval begin="100.00" end="200.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="200.00" end="300.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="200.00" end="300.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="300.00" end="400.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="300.00" end="400.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="400.00" end="500.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="400.00" end="500.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="500.00" end="600.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="500.00" end="600.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="500.00" end="600.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="600.00" end="700.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="600.00" end="700.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="600.00" end="700.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="700.00" end="800.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="700.00" end="800.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="700.00" end="800.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="800.00" end="900.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="800.00" end="900.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output two_vehicles_diff_length ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,12c1,10
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/output/runner.py", line 119, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg"] + args)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,48d0
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 0.1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
< success 1 ['--step-length', '1', '--end', '51'] ['3/1to2/1_0']
< Loading configuration ... done.
<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="100.00" id="e1_3/1to2/1_0" nVehContrib="2" flow="72.00" occupancy="1.60" speed="10.00" harmonicMeanSpeed="10.00" length="8.00" nVehEntered="2"/>
   <interval begin="0.00" end="100.00" id="e2_3/1to2/1_0" sampledSeconds="133.00" nVehEntered="2" nVehLeft="0" nVehSeen="2" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.03" maxOccupancy="0.05" 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" maxInte
rvalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.33" maxVehicleNumber="2" />
   <interval begin="0.00" end="100.00" id="e3_3/1to2/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.80" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" vehicleSum="2" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_3/1to2/1_0" sampledSeconds="107.00" nVehEntered="0" nVehLeft="2" nVehSeen="2" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.03" maxOccupancy="0.05" 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" maxIn
tervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.07" maxVehicleNumber="2" />
   <interval begin="100.00" end="200.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="200.00" end="300.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="200.00" end="300.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="300.00" end="400.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="300.00" end="400.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="400.00" end="500.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="400.00" end="500.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="500.00" end="600.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="500.00" end="600.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="500.00" end="600.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="600.00" end="700.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="600.00" end="700.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="600.00" end="700.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="700.00" end="800.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="700.00" end="800.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="700.00" end="800.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="800.00" end="900.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="800.00" end="900.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo output two_vehicles_diff_speed ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,12c1,10
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_3/1to2/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/output/runner.py", line 119, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg"] + args)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="100.00" id="e1_3/1to2/1_0" nVehContrib="2" flow="72.00" occupancy="0.63" speed="9.50" harmonicMeanSpeed="9.47" length="3.00" nVehEntered="2"/>
   <interval begin="0.00" end="100.00" id="e2_3/1to2/1_0" sampledSeconds="129.67" nVehEntered="2" nVehLeft="0" nVehSeen="2" meanSpeed="9.53" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.02" 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" maxInter
valHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.30" maxVehicleNumber="2" />
   <interval begin="0.00" end="100.00" id="e3_3/1to2/1_0" meanTravelTime="42.22" meanOverlapTravelTime="42.54" meanSpeed="9.50" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" vehicleSum="2" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="100.00" end="200.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="100.00" end="200.00" id="e2_3/1to2/1_0" sampledSeconds="124.00" nVehEntered="0" nVehLeft="2" nVehSeen="2" meanSpeed="9.41" meanTimeLoss="0.00" meanOccupancy="0.01" maxOccupancy="0.02" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="1.24" maxVehicleNumber="2" />
   <interval begin="100.00" end="200.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="200.00" end="300.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="200.00" end="300.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="200.00" end="300.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="300.00" end="400.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="300.00" end="400.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="300.00" end="400.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="400.00" end="500.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="400.00" end="500.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="400.00" end="500.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="500.00" end="600.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="500.00" end="600.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="500.00" end="600.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="600.00" end="700.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="600.00" end="700.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="600.00" end="700.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="700.00" end="800.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="700.00" end="800.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
   <interval begin="700.00" end="800.00" id="e3_3/1to2/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
    <interval begin="800.00" end="900.00" id="e1_3/1to2/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
   <interval begin="800.00" end="900.00" id="e2_3/1to2/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : sumo protobuf ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/protobuf/runner.py", line 73, in <module>
>     [sumoBinary, "-c", "sumo.sumocfg", "--amitran-output", "direct.xml"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< Loading configuration ... done.
< --- 
< +++ 
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">

TEST FAILED on ts-sim-winbuild-ba : sumo ringNoBrake ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,7c1,12
< Warning: Starting TraCI without using internal lanes!
< Vehicles will jump over junctions.
< Use without option --no-internal-links to avoid unexpected behavior
< Warning: Network contains internal links but option --no-internal-links is set. Vehicles will 'jump' across junctions and thus underestimate route lengths and travel times.
< Warning: Starting TraCI without using internal lanes!
< Vehicles will jump over junctions.
< Use without option --no-internal-links to avoid unexpected behavior
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ringNoBrake/runner.py", line 76, in <module>
>     evalTimeline(runSingle([]))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ringNoBrake/runner.py", line 41, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"] + addOption)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/ringNoBrake\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
4d3
< Loading configuration ... done.
6,15d4
< Loading configuration ... done.
< >>> Checking Simulation (network: internal, simulation: no internal)
< 
< >>> Building the network (without internal)
< Loading configuration ... done.
< Success.
< Loading configuration ... done.
< >>> Checking Simulation (network: no internal, simulation: internal)
< Loading configuration ... done.
< >>> Checking Simulation (network: no internal, simulation: no internal)

TEST FAILED on ts-sim-winbuild-ba : sumo speedMap ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/sumo/speedMap/genroutes.py", line 80, in <module>
>     [sumolib.checkBinary("sumo"), cfg.name], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,10d0
< 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.
< 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="1/1to2/1">
            <lane id="1/1to2/1_0">
                <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"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traas api ( Last six runs Sep2020 )

---------- Differences in errors ----------
3c3,16
< Received null repsonse for command 203 149. (Maybe you need to use do_job_set?)
---
> java.io.IOException: Cannot run program "sumo": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessBuilder.start(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at it.polito.appeal.traci.SumoTraciConnection.runSUMO(SumoTraciConnection.java:313)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:233)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:212)
> 	at APITest.main(APITest.java:63)
> Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessImpl.create(Native Method)
> 	at java.lang.ProcessImpl.<init>(Unknown Source)
> 	at java.lang.ProcessImpl.start(Unknown Source)
> 	... 7 more
> Cannot run program "sumo": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,78d0
< deltaT:1.0
< 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)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traas multiclient ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,25
> java.io.IOException: Cannot run program "sumo": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessBuilder.start(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at it.polito.appeal.traci.SumoTraciConnection.runSUMO(SumoTraciConnection.java:313)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:233)
> 	at MultiClient1.main(MultiClient1.java:49)
> Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessImpl.create(Native Method)
> 	at java.lang.ProcessImpl.<init>(Unknown Source)
> 	at java.lang.ProcessImpl.start(Unknown Source)
> 	... 6 more
> java.net.SocketException: Socket closed
> 	at java.net.DualStackPlainSocketImpl.checkAndReturnNativeFD(Unknown Source)
> 	at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
> 	at java.net.PlainSocketImpl.connect(Unknown Source)
> 	at java.net.SocksSocketImpl.connect(Unknown Source)
> 	at java.net.Socket.connect(Unknown Source)
> 	at java.net.Socket.connect(Unknown Source)
> 	at it.polito.appeal.traci.SumoTraciConnection.<init>(SumoTraciConnection.java:171)
> 	at it.polito.appeal.traci.SumoTraciConnection.<init>(SumoTraciConnection.java:157)
> 	at MultiClient2.main(MultiClient2.java:36)
---------- 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-winbuild-ba : traas simple ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,13
> java.io.IOException: Cannot run program "sumo": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessBuilder.start(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at it.polito.appeal.traci.SumoTraciConnection.runSUMO(SumoTraciConnection.java:313)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:233)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:212)
> 	at Main.main(Main.java:48)
> Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessImpl.create(Native Method)
> 	at java.lang.ProcessImpl.<init>(Unknown Source)
> 	at java.lang.ProcessImpl.start(Unknown Source)
> 	... 7 more
---------- 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-winbuild-ba : traas subscription ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,13
> java.io.IOException: Cannot run program "sumo": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessBuilder.start(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at java.lang.Runtime.exec(Unknown Source)
> 	at it.polito.appeal.traci.SumoTraciConnection.runSUMO(SumoTraciConnection.java:313)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:233)
> 	at it.polito.appeal.traci.SumoTraciConnection.runServer(SumoTraciConnection.java:212)
> 	at Subscription.main(Subscription.java:62)
> Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
> 	at java.lang.ProcessImpl.create(Native Method)
> 	at java.lang.ProcessImpl.<init>(Unknown Source)
> 	at java.lang.ProcessImpl.start(Unknown Source)
> 	... 7 more
---------- 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-winbuild-ba : traas webservice ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,32
> Exception in thread "main" java.lang.IllegalStateException: DOMStreamReader: Calling next() at END_DOCUMENT
> 	at com.sun.xml.internal.ws.streaming.DOMStreamReader._next(DOMStreamReader.java:764)
> 	at com.sun.xml.internal.ws.streaming.DOMStreamReader.next(DOMStreamReader.java:737)
> 	at com.sun.xml.internal.ws.util.xml.XMLStreamReaderToXMLStreamWriter.bridge(XMLStreamReaderToXMLStreamWriter.java:92)
> 	at com.sun.tools.internal.ws.util.WSDLFetcher.fetchFile(WSDLFetcher.java:121)
> 	at com.sun.tools.internal.ws.util.WSDLFetcher.fetchWsdls(WSDLFetcher.java:86)
> 	at com.sun.tools.internal.ws.wscompile.WsimportTool.buildWsdlModel(WsimportTool.java:437)
> 	at com.sun.tools.internal.ws.wscompile.WsimportTool.run(WsimportTool.java:190)
> 	at com.sun.tools.internal.ws.wscompile.WsimportTool.run(WsimportTool.java:168)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at com.sun.tools.internal.ws.Invoker.invoke(Invoker.java:159)
> 	at com.sun.tools.internal.ws.WsImport.main(WsImport.java:42)
> data/Main.java:23: error: cannot find symbol
> import de.tudresden.ws.TraasWS;
>                       ^
>   symbol:   class TraasWS
>   location: package de.tudresden.ws
> data/Main.java:34: error: cannot find symbol
>         ServiceImpl ws = new TraasWS().getServiceImplPort();
>                              ^
>   symbol:   class TraasWS
>   location: class Main
> data/Main.java:46: error: cannot find symbol
>             ws.vehicleAdd("v" + i, "car", "r1", 0, 0, 13.8, (byte) 1);
>               ^
>   symbol:   method vehicleAdd(String,String,String,int,int,double,byte)
<truncated after showing first 30 lines>
---------- Differences in output ----------
4a5
> [ERROR] Server returned HTTP response code: 403 for URL: http://127.0.0.1:8080/TRAAS_WS?wsdl
6c7
< Die WSDL und die zugehörigen Metadaten werden heruntergeladen
---
> Schemadokument http://127.0.0.1:8080/TRAAS_WS?wsdl konnte nicht gelesen werden, da 1) das Dokument nicht gefunden werden konnte; 2) das Dokument nicht gelesen werden konnte; 3) das Root-Element des Dokuments nicht <wsdl:definitions> ist.
9c10
< Code wird generiert ...
---
> [ERROR] failed.noservice=wsdl:service konnte in den angegebenen WSDLs nicht gefunden werden: 
10a12
>  Mindestens eine WSDL mit mindestens einer Servicedefinition muss bereitgestellt werden.
12d13
< Code wird kompiliert ...
13a15
> 	WSDL konnte nicht geparst werden.
15c17
< Die generierten Artefakte werden in ./webservice.jar archiviert.
---
> Die WSDL und die zugehörigen Metadaten werden heruntergeladen
17d18
< Benutzer user startet den Sumo Webservice Service

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

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision persons range_50_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/persons/runner.py", line 78, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/persons/runner.py", line 40, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_0_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_0 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Field of vision opening angle ('0.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_270 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_360 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Field of vision opening angle ('360.00') should be within interval (0, 360), ignoring filter...
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters fieldOfVision range_50_angle_90 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 79, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), bool(int(sys.argv[4])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/fieldOfVision/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesLeftOppositeUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAll ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesOppositeAllUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsDownDistZero ( Last six runs Sep2020 )
traci ContextSubscriptionFilters lanesUpDownDistance lanesOutOfBoundsUpDistZero ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightDownDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lanesUpDownDistance lanesRightUpDistZero ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 81, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lanesUpDownDistance/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance incompatible_filter ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring field of vision subscription filter due to incompatibility with other filter(s).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance internal_edges ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py", line 82, in <module>
>     runSingle(12, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance persons range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/persons/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/persons/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters lateralDistance range_50_lateralDist_50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 82, in <module>
>     runSingle(1, float(sys.argv[2]), float(sys.argv[3]), float(sys.argv[4]), float(sys.argv[5]), bool(int(sys.argv[6])))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/lateralDistance/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow carFollowing ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/carFollowing/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeLeft ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeLeft/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeNeighbors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 75, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeNeighbors/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollow laneChangeRight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 76, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollow/laneChangeRight/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters leadFollowOpposite laneChangeOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/leadFollowOpposite/laneChangeOpposite/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters noOpposite lanesInclOpposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 72, in <module>
>     runSingle(100, float(sys.argv[2]), "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/noOpposite/lanesInclOpposite/runner.py", line 38, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_10_disregard_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u100 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d10u80 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d155u65 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d200u10 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d20u30 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_noOpposite dist_d30u20 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_noOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_10_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d0_u150_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d100_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_only_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u0_with_opposite ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters roadnetSearch_withOpposite dist_d250_u250_all ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/roadnetSearch_withOpposite/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d250_u250 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters turn turn_d50_u50 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 83, in <module>
>     runSingle(100, float(sys.argv[2]), float(sys.argv[3]))
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/turn/runner.py", line 44, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass none ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vClass_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_negative ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci ContextSubscriptionFilters vType_and_vClass vType_positive ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/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)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/ContextSubscriptionFilters/vType_and_vClass/runner.py", line 41, in runSingle
>     traci.start(sumoCall + ["-n", "input_net.net.xml", "-r", "input_routes.rou.xml", "--no-step-log", "true"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket1010 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 49, in <module>
>     run()
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1010/runner.py", line 38, in run
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci bugs ticket1433 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket1433/runner.py", line 75, in <module>
>     "--begin", "9"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2321/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2777 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,6c1,10
< Error: Answered with error to command 0xc4: 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: Answered with error to command 0xa4: Vehicle 'v3' is not known.
< Error: Answered with error to command 0xa4: Vehicle 'v3' is not known.
< Error: Answered with error to command 0xa4: Vehicle 'v3' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2777/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket2803 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2803/runner.py", line 31, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< 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
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket2804/runner.py", line 49, in <module>
>     '--fcd-output.signals'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3140 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3140/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg', '--fcd-output', 'fcd.xml', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3348 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3348/runner.py", line 30, in <module>
>     '-r', 'input_routes.rou.xml', '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3349/runner.py", line 31, in <module>
>     'input_routes.rou.xml', '--no-step-log', '--begin', '5', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
1c1,10
< Warning: State was written at a different time 50.00 than the begin time 60!
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_test_with_begin_ge_savetime/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3505_with_load_offset/runner.py", line 31, in <module>
>     subprocess.call([sumoBinary, "save_state.sumocfg"])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" depart="100.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="266.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3522/runner.py", line 37, in <module>
>     traci.start([sumoBinary] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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_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="1048 0 1 100.00 0 18.32 49000 0 0" 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="1050 10000 0 100.00 0 10.95 49000 0 0" 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="1050 20000 0 100.00 0 2.18 49000 0 0" 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="282.00">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3634/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3648 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3648/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket3810 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket3810/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4141 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4141/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4214 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4214/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< step 1

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4307/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< route initial: ('SC', 'NC')
< route computed: ('SC', 'CN', 'NC')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4324/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4418 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4418/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4432 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4432/runner.py", line 51, in <module>
>     traci.start([sumo] + opts + ['--tripinfo-output', 'tripinfos.xml', '-l', 'log']
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,32d0
< ***Starting server on port <PORT> ***
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: TraCI issued load command.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 189.19
<  Speed: 5.45
<  Duration: 42.78
<  WaitingTime: 17.44
<  TimeLoss: 28.61
<  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).
< 
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4514/runner.py", line 35, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4563 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4563/runner.py", line 44, in <module>
>     "--default.speeddev", "0",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4642 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4642/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket4920 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket4920/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5029/runner.py", line 31, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5114/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5309 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5309/runner.py", line 37, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5390 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5390/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

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

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5561/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< abort stop at busStop2 at t=49.0

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5620/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5674 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5674/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.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=INVALID, cost=INVALID, length=166.725264548, depart=0.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=INVALID, cost=INVALID, length=166.725264548, depart=1.0, departPos=0.0, arrivalPos=45.975, description=walking) pos=(1.2913488337765955, 103.67)

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5712/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5831 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Undefined end for flow 'egoVehicle', defaulting to 24hour duration.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5831/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5932 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< Error: Answered with error to command 0xc4: Lane 'CW_0' is not on the route of vehicle 'ego'.
< Error: Answered with error to command 0xc4: Lane ':C_1_0' is not on the route of vehicle 'ego'.
< Error: Answered with error to command 0xc4: Lane ':C_10_0' is not on the route of vehicle 'ego'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5932/runner.py", line 29, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket5990 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket5990/runner.py", line 32, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci bugs ticket6626 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc4: Departure speed for vehicle 'v0' is too high for the departure edge 'gneE0'.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket6626/runner.py", line 35, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< caught exception

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/bugs/ticket7057/runner.py", line 32, in <module>
>     '--no-step-log', '-S', '-Q'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 [('poly0', {}), ('poly1', {})]
< removed poly1
< polys in range {'poly0': {}}

TEST FAILED on ts-sim-winbuild-ba : traci busstop busstop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/busstop/busstop/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci calibrator calibrator ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/calibrator/calibrator/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,34d0
< 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
<   getTypeID DEFAULT_BIKETYPE
<   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
<   getTypeID DEFAULT_VEHTYPE
<   begin 0.0
<   end 100.0
<   getRouteID WE
<   getRouteProbeID 
<   getVTypes ()
<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-winbuild-ba : traci chargingstation chargingstation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/chargingstation/chargingstation/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/busySocket/runner.py", line 41, in <module>
>     stdout=sys.stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< Loading configuration ... done.
traci connection busySocket sumo ( Last six runs Sep2020 )
traci connection busySocket sumo-gui ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/clientCloses/runner.py", line 68, in <module>
>     runSingle(99, 50)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/clientCloses/runner.py", line 47, in runSingle
>     stdout=sys.stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci connection clientCloses sumo-gui ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/closingOutput/runner.py", line 36, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"] + addOption, stdout=sys.stdout)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci connection closingOutput sumo-gui ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : traci connection multiconnect ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/connection/multiconnect/runner.py", line 35, in <module>
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"], label=str(i))
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,34d0
< Loading configuration ... done.
< Loading configuration ... done.
< step 0
< step 1
< step 2
< 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')
< 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', 'withTaz2')
< edges ('1o',)
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 3
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 4
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,96
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
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-winbuild-ba : traci connection multipleConnections basic sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,128
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
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-winbuild-ba : traci connection multipleConnections basic sumo-gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,128
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
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-winbuild-ba : traci connection multipleConnections concurringSubscriptions sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,20
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 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-winbuild-ba : traci connection multipleConnections differentSteplengths sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,72
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
<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-winbuild-ba : traci connection multipleConnections orderDependentResults sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,20
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 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-winbuild-ba : traci connection multipleConnections subsecondSUMOstep sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,72
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-3:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-4:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-6:
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
> Process Process-7:
<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-winbuild-ba : traci connection multipleConnections unspecifiedOrderWarning sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,4
< 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).
---
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
---------- 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)

TEST FAILED on ts-sim-winbuild-ba : traci connection repeatedConnection sumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,5
> Der Befehl "sumo" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 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>

TEST FAILED on ts-sim-winbuild-ba : traci connection repeatedConnection sumo-gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,5
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Traceback (most recent call last):
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 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>

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 134, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.edge, "1fi")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions edge_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 138, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.junction, "0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions junction_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 136, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.lane, "2si_0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions lane_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/parking/runner.py", line 36, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,119d0
< {'ego': {64: 0.0, 66: (5.1, -1.6), 81: 'a_0'}}
< {'ego': {64: 1.6737586267990991, 66: (6.7737586267991, -1.6), 81: 'a_0'}}
< {'ego': {64: 4.2146353791467845, 66: (10.988394005945883, -1.6), 81: 'a_0'}}
< {'ego': {64: 6.175756617565639, 66: (17.164150623511524, -1.6), 81: 'a_0'}}
< {'ego': {64: 8.00881538274698, 66: (25.172966006258505, -1.6), 81: 'a_0'}}
< {'ego': {64: 10.5521199981682, 66: (35.72508600442671, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.18588540405035, 66: (47.91097140847705, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.568249331610279, 66: (61.47922074008733, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.181142201959156, 66: (74.66036294204649, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 12.92134470845107, 66: (87.58170765049756, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.882154383962042, 66: (101.46386203445961, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.015094927451575, 66: (114.47895696191117, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.283985643028283, 66: (127.76294260493948, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.302254900368862, 66: (141.06519750530833, -1.6), 81: 'a_0'},
<  'parking': {64: 0.0, 66: (100.0, -4.800000000000001), 81: ''}}
< {'ego': {64: 13.153841684744695, 66: (154.21903919005302, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.546129846000113, 66: (167.76516903605312, -1.6), 81: 'a_0'}}
< {'ego': {64: 13.811665639500134, 66: (181.57683467555324, -1.6), 81: 'a_0'}}
< {'ego': {64: 12.751740999133327, 66: (194.32857567468656, -1.6), 81: 'a_0'}}
< {}
< {}
< {}
< {}
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 144, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.person, "p0")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions person_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 140, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.poi, "poi")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions poi_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 142, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.polygon, "poly")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions polygon_200m ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 132, in <module>
>     runSingle(1000, float(sys.argv[2]), traci.vehicle, "ego")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/contextSubscriptions/runner.py", line 52, in runSingle
>     traci.start([sumolib.checkBinary(sys.argv[1]), '-Q', "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci contextSubscriptions range_200m ( Last six runs Sep2020 )

TEST FAILED on ts-sim-winbuild-ba : traci edge edge ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/edge/edge/runner.py", line 32, in <module>
>     '--pedestrian.model', 'nonInteracting'] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci gui gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/gui/runner.py", line 33, in <module>
>     stdout=sys.stdout)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/gui\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,29d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-796.5116279069767, -230.0), (1596.5116279069766, 1030.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: 0
< edge selected: 0
< veh selected: 1
< edge selected: 1
<truncated after showing first 30 lines>
---------- Missing result in png ----------
‰PNG

TEST FAILED on ts-sim-winbuild-ba : traci gui polygon_dynamics_gui ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/polygon_dynamics_gui/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo-gui'), "-c", "sumo.sumocfg", "-S", "-Q"], stdout=sys.stdout)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,257d0
< 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-winbuild-ba : traci gui polygon_dynamics_remove ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/gui/polygon_dynamics_remove/runner.py", line 35, in <module>
>     "-S", "-Q"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci inductionloop inductionloop ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/inductionloop/inductionloop/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,47d0
< 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')]
< position 10.0
< laneID 2fi_0
< {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')]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci junction junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/junction/junction/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lane lane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lane lane_intermodal ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lane/lane_intermodal/runner.py", line 31, in <module>
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci lanearea lanearea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,247d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 2.0
<   examining det0
<      pos 100.0
<      length 25.0
<      lane 2fi_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.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-winbuild-ba : traci lanearea subsecond ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/lanearea/lanearea/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,269d0
< 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
<      jamLengthVeh 0
<      jamLengthMet 0.0
<   examining det1
<      pos 148.5
<      length 400.0
<      lane 2o_0
<      vehNum 0
<      haltNum 0
<      meanSpeed -1.0
<      vehIDs ()
<      occupancy 0.0
<      jamLengthVeh 0
<      jamLengthMet 0.0
< step 1.5
< step 2.0
<   examining det0
<      pos 100.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-winbuild-ba : traci meandata meandata ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/meandata/meandata/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,7d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< meandata ('meandata_ID',)
< meandata count 1
< examining meandata_ID
---------- Missing result in detector ----------
<?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="3.00" id="meandata_ID">
        <edge id="1fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="1si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="2si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="3si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4fi" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4o" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        <edge id="4si" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
    </interval>
</meandata>

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

---------- Differences in errors ----------
1,2c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision laneChanging rightLane ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 77, in <module>
>     runSingle(50, int(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/laneChanging/runner.py", line 39, in runSingle
>     traci.start(sumoCall + ["-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging leftLane0.5 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc lateralCollision sublaneChanging rightLane0.5 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,12
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 76, in <module>
>     runSingle(50, float(sys.argv[2]), "collider")
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/lateralCollision/sublaneChanging/runner.py", line 40, in runSingle
>     "--lateral-resolution", "0.1"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc params ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/params/runner.py", line 43, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc paramsWithKey ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/paramsWithKey/runner.py", line 45, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< step 0.0
< vehicle (bar, )
< vehicle (bar, 42)
< person (bar, )
< person (bar, 42)
< edge (bar, )
< edge (bar, 42)
< lane (bar, )
< lane (bar, 42)
< vType (bar, )
< vType (bar, 42)
< route (bar, )
< route (bar, 42)
< trafficlight (bar, )
< trafficlight (bar, 42)
< step 1.0

TEST FAILED on ts-sim-winbuild-ba : traci misc paramsWithKey_subscription ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/paramsWithKey_subscription/runner.py", line 51, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,25d0
< Loading configuration ... done.
< step 0.0
< subscribing to vehicle param 'simTime'
< subscribing to person param 'simTime'
< subscribing to edge param 'simTime'
< subscribing to lane param 'simTime'
< subscribing to vType param 'simTime'
< subscribing to route param 'simTime'
< subscribing to trafficlight param 'simTime'
< step 1.0
< vehicle result: ('simTime', '1.0')
< person result: ('simTime', '1.0')
< edge result: ('simTime', '1.0')
< lane result: ('simTime', '1.0')
< vType result: ('simTime', '1.0')
< route result: ('simTime', '1.0')
< trafficlight result: ('simTime', '1.0')
< step 2.0
< vehicle result: ('simTime', '2.0')
< person result: ('simTime', '2.0')
< edge result: ('simTime', '2.0')
< lane result: ('simTime', '2.0')
< vType result: ('simTime', '2.0')
< route result: ('simTime', '2.0')
< trafficlight result: ('simTime', '2.0')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/add_with_taz/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting findIntermodalRoute car_public_speedFactor_routingMode ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode/runner.py", line 42, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/findIntermodalRoute/car_public_speedFactor_routingMode\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person stop_walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/stop_walk_stop_walk/runner.py", line 41, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="81.95" duration="15.00"/>
        <walk edges="SC CN"/>
        <stop lane="CN_0" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting person walk_stop_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk/runner.py", line 38, in <module>
>     traci.start(cmd)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/person/walk_walk_stop_walk\..\..\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" endPos="10.00" duration="15.00"/>
        <walk edges="CN SC"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_end/runner.py", line 33, in <module>
>     '-a', 'input_additional.add.xml'
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteParkingArea_intermediate ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteParkingArea_intermediate/runner.py", line 32, in <module>
>     '-a', 'input_additional.add.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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" arrivalPos="92.10" lines="ego"/>
        <walk edges="A2A3 A3B3"/>
    </person>

</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptEdgeWeight_varyWithTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptEdgeWeight_varyWithTime/runner.py", line 39, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_adaptVehicleEdgeWeight ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_adaptVehicleEdgeWeight/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_aggregated ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_aggregated/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '--device.rerouting.adaptation-steps', '120', '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc rerouting routingMode rerouteTraveltime_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/rerouting/routingMode/rerouteTraveltime_default/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), '-c', 'sumo.sumocfg'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci misc ssm basic ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/ssm/basic/runner.py", line 37, in <module>
>     '--device.ssm.probability', '1',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,50d0
< Loading configuration ... done.
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.trajectories'. Using default of '0'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.range'. Using default of '50.00'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.extratime'. Using default of '5.00'
< vehicle 'leader' does not supply vehicle parameter 'device.ssm.geo'. Using default of '0'
< step 0
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 1
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 2
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 3
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 4
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 5
<   veh=ego minTTC= maxDRAC=0.00 minPET=
<   veh=leader minTTC= maxDRAC=0.00 minPET=
< step 6
<   veh=ego minTTC=4.18 maxDRAC=0.39 minPET=
<   veh=leader minTTC=4.18 maxDRAC=0.39 minPET=
< step 7
<   veh=ego minTTC=2.03 maxDRAC=1.12 minPET=
<   veh=leader minTTC=2.03 maxDRAC=1.12 minPET=
<truncated after showing first 30 lines>
---------- Missing result in ssm ----------
<?xml version="1.0" encoding="UTF-8"?>


<SSMLog>
    <conflict begin="2.00" end="14.00" ego="ego" foe="leader">
        <minTTC time="7.00" position="85.08,98.40" type="2" value="2.03"/>
        <maxDRAC time="7.00" position="85.08,98.40" type="2" value="1.12"/>
        <PET time="NA" position="NA" type="NA" value="NA"/>
    </conflict>
    <globalMeasures ego="ego">
        <timeSpan values="2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.40 1.44 0.00 0.00 3.21 4.46 0.00 3.50 0.00 0.00 0.00 0.00"/>
        <maxBR time="8.00" position="80.85,98.40" value="4.46"/>
        <SGAPSpan values="11.10 11.95 15.16 17.10 13.80 9.24 NA 11.88 18.79 26.46 33.56 38.27 40.60"/>
        <minSGAP time="7.00" position="75.83,98.40" value="9.24" leader="leader"/>
        <TGAPSpan values="0.85 0.95 1.35 1.43 1.09 0.98 NA 1.64 5.02 5.10 4.45 3.92 3.36"/>
        <minTGAP time="2.00" position="17.91,98.40" value="0.85" leader="leader"/>
    </globalMeasures>
    <conflict begin="2.00" end="14.00" ego="leader" foe="ego">
        <minTTC time="7.00" position="85.08,98.40" type="3" value="2.03"/>
        <maxDRAC time="7.00" position="85.08,98.40" type="3" value="1.12"/>
        <PET time="NA" position="NA" type="NA" value="NA"/>
    </conflict>
    <globalMeasures ego="leader">
        <timeSpan values="0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.52 0.00 1.22 0.00 0.50 4.50 4.47 0.00 0.00 0.00 0.00 0.00 0.17 0.05"/>
        <maxBR time="6.00" position="85.16,98.40" value="4.50"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
    </globalMeasures>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci misc ssm junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/ssm/junction/runner.py", line 37, in <module>
>     '--device.ssm.probability', '1',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,50d0
< Loading configuration ... done.
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.trajectories'. Using default of '0'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.range'. Using default of '50.00'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.extratime'. Using default of '5.00'
< vehicle 'ego' does not supply vehicle parameter 'device.ssm.geo'. Using default of '0'
< step 0
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 1
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 2
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 3
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 4
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 5
<   veh=ego minTTC= maxDRAC= minPET=
<   veh=leader minTTC= maxDRAC= minPET=
< step 6
<   veh=ego minTTC=3.73 maxDRAC=1.64 minPET=
<   veh=leader minTTC=3.73 maxDRAC=1.64 minPET=
< step 7
<   veh=ego minTTC=2.67 maxDRAC=2.33 minPET=
<   veh=leader minTTC=2.67 maxDRAC=2.33 minPET=
<truncated after showing first 30 lines>
---------- Missing result in ssm ----------
<?xml version="1.0" encoding="UTF-8"?>


<SSMLog>
    <conflict begin="6.00" end="14.00" ego="ego" foe="leader">
        <minTTC time="7.00" position="101.60,99.10" type="10" value="2.67"/>
        <maxDRAC time="8.00" position="100.36,101.00" type="11" value="2.55"/>
        <PET time="10.48" position="100.36,101.00" type="17" value="0.18"/>
    </conflict>
    <globalMeasures ego="ego">
        <timeSpan values="0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 1.30 0.00 0.00 0.06 0.00 3.28 3.29 4.50 2.97 0.39 0.00 0.00 0.00 0.00"/>
        <maxBR time="8.00" position="99.56,102.33" value="4.50"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA -4.08 NA NA NA NA"/>
        <minSGAP time="10.00" position="99.93,101.72" value="-4.08" leader="leader"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA -25.38 NA NA NA NA"/>
        <minTGAP time="10.00" position="99.93,101.72" value="-25.38" leader="leader"/>
    </globalMeasures>
    <conflict begin="6.00" end="14.00" ego="leader" foe="ego">
        <minTTC time="7.00" position="101.60,99.10" type="11" value="2.67"/>
        <maxDRAC time="8.00" position="100.36,101.00" type="10" value="2.55"/>
        <PET time="10.48" position="100.36,101.00" type="17" value="0.18"/>
    </conflict>
    <globalMeasures ego="leader">
        <timeSpan values="2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12.00 13.00 14.00"/>
        <BRSpan values="0.00 0.97 0.00 0.00 0.00 0.00 0.00 0.25 0.42 0.00 0.00 0.00 0.25"/>
        <maxBR time="3.00" position="101.60,17.16" value="0.97"/>
        <SGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
        <TGAPSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
    </globalMeasures>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci misc steplistener ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/steplistener/runner.py", line 41, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg", "--ignore-route-errors"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11d0
< Loading configuration ... done.
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).
< ExampleListener called at time (TIME).

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing/runner.py", line 44, in <module>
>     traceFile="log.txt")
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,26d1
< 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()
---------- 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-winbuild-ba : traci misc tracing_noGetters ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/misc/tracing_noGetters/runner.py", line 44, in <module>
>     traceFile="log.txt", traceGetters=False)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in log ----------
2,10d1
< traci.simulationStep()
< traci.vehicle.setParameter('veh0', 'foo', '42')
< traci.person.setParameter('ped0', 'foo', '42')
< traci.edge.setParameter('1o', 'foo', '42')
< traci.lane.setParameter('1o_0', 'foo', '42')
< traci.vehicletype.setParameter('pType', 'foo', '42')
< traci.route.setParameter('horizontal', 'foo', '42')
< traci.trafficlight.setParameter('0', 'foo', '42')
< traci.simulationStep()
---------- 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-winbuild-ba : traci multientryexit multientryexit ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/multientryexit/multientryexit/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci overheadwire overheadwire ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/overheadwire/overheadwire/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci parkingarea parkingarea ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/parkingarea/parkingarea/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci person moveToXY after_creation ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="106.23" y="82.62" angle="0.00" speed="1.40" pos="82.62" 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="62.00">
        <walk edges="SC CN"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY after_creation_add_walk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/after_creation_add_walk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< t=0.0 x=107.95 y=81.95
< jumping backwards on the same edge
< t=0.0 x=106.789 y=71.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.79" y="71.95" angle="0.00" speed="0.00" pos="71.95" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="106.23" y="73.16" angle="0.00" speed="1.21" pos="73.16" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="106.23" y="74.42" angle="0.00" speed="1.26" pos="74.42" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="106.23" y="75.88" angle="0.00" speed="1.46" pos="75.88" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="106.23" y="77.21" angle="0.00" speed="1.33" pos="77.21" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="106.23" y="78.51" angle="0.00" speed="1.30" pos="78.51" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.23" y="79.97" angle="0.00" speed="1.46" pos="79.97" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="106.23" y="81.22" angle="0.00" speed="1.25" pos="81.22" 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="18.00">
        <walk edges="SC"/>
        <stop lane="SC_0" endPos="81.95" duration="10.00"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute1_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute1_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=111.59 y=75.4
< s=1.0 x=111.59 y=76.4
< s=2.0 x=111.59 y=77.4
< s=3.0 x=111.59 y=78.4
< s=4.0 x=111.59 y=79.4
< s=5.0 x=111.59 y=80.4
< s=6.0 x=111.59 y=81.4
< s=7.0 x=111.59 y=82.4
< s=8.0 x=111.59 y=83.4
< s=9.0 x=111.59 y=84.4
< s=10.0 x=111.59 y=85.4
< s=11.0 x=111.59 y=86.4
< s=12.0 x=111.59 y=87.4
< s=13.0 x=111.59 y=88.4
< s=14.0 x=111.59 y=89.4
< s=15.0 x=111.59 y=90.4
< s=16.0 x=111.59 y=91.4
< s=17.0 x=111.59 y=92.4
< s=18.0 x=111.59 y=93.4
< s=19.0 x=111.59 y=94.4
< s=20.0 x=111.59 y=95.4
< s=21.0 x=111.59 y=96.4
< s=22.0 x=111.59 y=97.4
< s=23.0 x=111.59 y=98.4
< s=24.0 x=111.59 y=99.4
< s=25.0 x=111.59 y=100.4
< s=26.0 x=111.59 y=101.4
< s=27.0 x=111.59 y=102.4
< s=28.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=1.0 x=111.59 y=75.4
< s=2.0 x=111.59 y=76.4
< s=3.0 x=111.59 y=77.4
< s=4.0 x=111.59 y=78.4
< s=5.0 x=111.59 y=79.4
< s=6.0 x=111.59 y=80.4
< s=7.0 x=111.59 y=81.4
< s=8.0 x=111.59 y=82.4
< s=9.0 x=111.59 y=83.4
< s=10.0 x=111.59 y=84.4
< s=11.0 x=111.59 y=85.4
< s=12.0 x=111.59 y=86.4
< s=13.0 x=111.59 y=87.4
< s=14.0 x=111.59 y=88.4
< s=15.0 x=111.59 y=89.4
< s=16.0 x=111.59 y=90.4
< s=17.0 x=111.59 y=91.4
< s=18.0 x=111.59 y=92.4
< s=19.0 x=111.59 y=93.4
< s=20.0 x=111.59 y=94.4
< s=21.0 x=111.59 y=95.4
< s=22.0 x=111.59 y=96.4
< s=23.0 x=111.59 y=97.4
< s=24.0 x=111.59 y=98.4
< s=25.0 x=111.59 y=99.4
< s=26.0 x=111.59 y=100.4
< s=27.0 x=111.59 y=101.4
< s=28.0 x=111.59 y=102.4
< s=29.0 x=111.59 y=103.4
<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="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="111.59" y="76.40" angle="0.00" speed="1.21" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.26" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.46" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.33" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.30" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.46" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.25" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.40" pos="83.40" edge="SC" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY keepRoute2_junction_offroad ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,7c1,10
< Warning: Could not map position 113.85,84.40 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,92.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.86,93.60 onto lane ':C_w2_0'
< Warning: Could not map position 113.52,106.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,107.55 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,113.56 onto lane ':C_w1_0'
< Warning: Could not map position 113.52,114.56 onto lane ':C_w1_0'
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/keepRoute2_junction_offroad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,80d0
< s=0.0 x=113.85 y=75.4
< s=1.0 x=113.85 y=76.4
< s=2.0 x=113.85 y=77.4
< s=3.0 x=113.85 y=78.4
< s=4.0 x=113.85 y=79.4
< s=5.0 x=113.85 y=80.4
< s=6.0 x=113.85 y=81.4
< s=7.0 x=113.85 y=82.4
< s=8.0 x=113.85 y=83.4
< s=9.0 x=113.85 y=84.4
< s=10.0 x=113.85 y=85.4
< s=11.0 x=113.85 y=86.4
< s=12.0 x=113.85 y=87.4
< s=13.0 x=113.85 y=88.4
< s=14.0 x=113.85 y=89.4
< s=15.0 x=113.859086269 y=90.602412377
< s=16.0 x=113.859086269 y=91.602412377
< s=17.0 x=113.859086269 y=92.602412377
< s=18.0 x=113.859086269 y=93.602412377
< s=19.0 x=113.818872883 y=94.5962097982
< s=20.0 x=113.667830566 y=95.5754674812
< s=21.0 x=113.517036349 y=96.553116656
< s=22.0 x=113.517036349 y=97.553116656
< s=23.0 x=113.517036349 y=98.553116656
< s=24.0 x=113.517036349 y=99.553116656
< s=25.0 x=113.517036349 y=100.553116656
< s=26.0 x=113.517036349 y=101.553116656
< s=27.0 x=113.517036349 y=102.553116656
< s=28.0 x=113.517036349 y=103.553116656
<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="113.85" y="76.40" angle="0.00" speed="0.00" pos="76.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="113.85" y="77.40" angle="0.00" speed="1.21" pos="77.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="113.85" y="78.40" angle="0.00" speed="1.26" pos="78.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="113.85" y="79.40" angle="0.00" speed="1.46" pos="79.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="113.85" y="80.40" angle="0.00" speed="1.33" pos="80.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="113.85" y="81.40" angle="0.00" speed="1.30" pos="81.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="113.85" y="82.40" angle="0.00" speed="1.46" pos="82.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="113.85" y="83.40" angle="0.00" speed="1.25" pos="83.40" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="113.85" y="84.40" angle="0.00" speed="1.40" pos="84.80" edge=":C_w2" slope="0.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,201d0
< t=2.0 requestPos=(85.3, -2.88) pos=(85.29999999999998, -2.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=3.0 requestPos=(86.3, -1.88) pos=(86.3, -1.88) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=4.0 requestPos=(87.3, -0.8799999999999999) pos=(87.29999999999998, -0.8799999999999999) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=5.0 requestPos=(88.3, 0.1200000000000001) pos=(88.3, 0.1200000000000001) edge=A0B0 route=('A0B0', 'B0C0', 'C0D0')
< t=6.0 requestPos=(89.3, 1.12) pos=(89.3, 1.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=7.0 requestPos=(90.3, 2.12) pos=(90.3, 2.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=8.0 requestPos=(91.3, 3.12) pos=(91.3, 3.12) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=9.0 requestPos=(92.3, 4.12) pos=(92.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=10.0 requestPos=(93.3, 5.12) pos=(93.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=11.0 requestPos=(94.3, 6.12) pos=(94.3, 3.4389999999999996) edge=B0A0 route=('B0A0', 'B0C0', 'C0D0')
< t=12.0 requestPos=(95.3, 7.12) pos=(96.561, 7.1200000000000045) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=13.0 requestPos=(96.3, 8.120000000000001) pos=(96.561, 8.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=14.0 requestPos=(97.3, 9.120000000000001) pos=(97.3, 9.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=15.0 requestPos=(98.3, 10.120000000000001) pos=(98.3, 10.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=16.0 requestPos=(99.3, 11.120000000000001) pos=(99.3, 11.120000000000005) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=17.0 requestPos=(100.3, 12.120000000000001) pos=(100.239, 12.11999999999999) edge=B1B0 route=('B1B0', 'B0C0', 'C0D0')
< t=18.0 requestPos=(101.3, 13.120000000000001) pos=(101.3, 13.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=19.0 requestPos=(102.3, 14.120000000000001) pos=(102.3, 14.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=20.0 requestPos=(103.3, 15.120000000000001) pos=(103.3, 15.120000000000001) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=21.0 requestPos=(104.3, 16.12) pos=(103.439, 16.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=22.0 requestPos=(105.3, 17.12) pos=(103.439, 17.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=23.0 requestPos=(106.3, 18.12) pos=(103.439, 18.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=24.0 requestPos=(107.3, 19.12) pos=(103.439, 19.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=25.0 requestPos=(108.3, 20.12) pos=(103.439, 20.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=26.0 requestPos=(109.3, 21.12) pos=(103.439, 21.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=27.0 requestPos=(110.3, 22.12) pos=(103.439, 22.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=28.0 requestPos=(111.3, 23.12) pos=(103.439, 23.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=29.0 requestPos=(112.3, 24.12) pos=(103.439, 24.12) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
< t=30.0 requestPos=(113.3, 25.12) pos=(103.439, 25.120000000000005) edge=B0B1 route=('B0B1', 'B0C0', 'C0D0')
<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="85.30" y="-2.88" angle="90.00" speed="0.00" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="85.30" y="-2.88" angle="270.00" speed="1.21" pos="82.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="86.30" y="-1.88" angle="45.00" speed="1.26" pos="83.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="87.30" y="-0.88" angle="45.00" speed="1.46" pos="84.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="88.30" y="0.12" angle="45.00" speed="1.33" pos="85.10" edge="A0B0" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="89.30" y="1.12" angle="45.00" speed="1.30" pos="6.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="90.30" y="2.12" angle="45.00" speed="1.46" pos="5.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="91.30" y="3.12" angle="45.00" speed="1.25" pos="4.00" edge="B0A0" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="92.30" y="3.44" angle="72.31" speed="1.40" pos="3.00" edge="B0A0" 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="201.00">
        <walk edges="C2D2"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY leaveRoute_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< Warning: Vehicle 'SN.4' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.00.
< Warning: Vehicle 'SN.4' collision with person 'p0', lane='SC_4', gap=-0.84, time=12.00 stage=move.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/leaveRoute_jaywalk/runner.py", line 36, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,24d0
< 0.0 lane=
< 1.0 lane=SC_0
< 2.0 lane=SC_0
< 3.0 lane=SC_0
< 4.0 lane=SC_0
< 5.0 lane=SC_1
< 6.0 lane=SC_1
< 7.0 lane=SC_2
< 8.0 lane=SC_3
< 9.0 lane=SC_3
< 10.0 lane=SC_3
< 11.0 lane=SC_4
< 12.0 lane=SC_4
< 13.0 lane=SC_4
< 14.0 lane=SC_4
< 15.0 lane=CS_4
< 16.0 lane=CS_4
< 17.0 lane=CS_4
< 18.0 lane=CS_3
< 19.0 lane=CS_3
< 20.0 lane=CS_2
< 21.0 lane=CS_2
< 22.0 lane=CS_1
< 23.0 lane=CS_1
---------- 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="112.85" y="40.00" angle="0.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="1.00">
        <person id="p0" x="111.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="2.00">
        <person id="p0" x="110.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="3.00">
        <person id="p0" x="109.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="4.00">
        <person id="p0" x="108.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="5.00">
        <person id="p0" x="107.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="6.00">
        <person id="p0" x="106.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="7.00">
        <person id="p0" x="105.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" edge="SC" slope="0.00"/>
    </timestep>
    <timestep time="8.00">
        <person id="p0" x="104.85" y="40.00" angle="270.00" speed="0.00" pos="40.00" 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" type="DEFAULT_PEDTYPE@p0" depart="0.00" departPos="40.00" arrival="111.00">
        <walk edges="CS NC"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci person moveToXY outside_network ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/outside_network/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="90.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="90.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="90.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="90.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="90.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="90.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-winbuild-ba : traci person moveToXY within_route ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="180.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="180.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-winbuild-ba : traci person moveToXY within_route_jaywalk ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_jaywalk/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.214881076
< s=15.0 x=110.95 y=92.214881076
< s=16.0 x=110.95 y=92.270116535
< s=17.0 x=110.95 y=92.3302579792
< s=18.0 x=110.95 y=92.3302579792
< s=19.0 x=110.95 y=92.3302579792
< s=20.0 x=110.95 y=92.3302579792
---------- 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="270.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-winbuild-ba : traci person moveToXY within_route_onRoad ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/moveToXY/within_route_onRoad/runner.py", line 35, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="270.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-winbuild-ba : traci person person ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Error: Answered with error to command 0xae: Person 'bla' is not known
< Error: Answered with error to command 0xae: The negative stage index -5 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The stage index must be lower than the number of remaining stages.
< Error: Answered with error to command 0xae: The negative stage index -2 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/person/runner.py", line 60, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg", "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,127d0
< 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
< lane 2fi_0
< 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=INVALID, cost=INVALID, length=766.537661434, depart=0.0, departPos=238.5, arrivalPos=486.54, description=walking)
< remainingStages 1
< edges ('2fi', '2si', '1o')
< vehicle 
<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-winbuild-ba : traci person priorStage ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,3c1,10
< Error: Answered with error to command 0xae: The negative stage index -3 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,14d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
---------- 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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <stop duration="20.00" arrival="35.00" arrivalPos="45.98" actType="waiting"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci person priorStage2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,8c1,10
< Error: Answered with error to command 0xae: The negative stage index -3 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
< Error: Answered with error to command 0xae: The negative stage index -4 must refer to a valid previous stage.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/person/priorStage2/runner.py", line 53, in <module>
>     "--no-step-log"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< step 10.0
< prior stages for 'p0' 
<   -2: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -1: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
< step 20.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 30.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 40.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 50.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
< step 60.0
< prior stages for 'p0' 
<   -3: Stage(type=0, edges=('SC',), travelTime=0.001, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=0.0, description=waiting (start))
<   -2: Stage(type=5, edges=('CN',), travelTime=0.001, cost=INVALID, length=INVALID, depart=INVALID, departPos=INVALID, arrivalPos=45.975, description=trip)
<   -1: Stage(type=3, vType=DEFAULT_VEHTYPE, line=p0_0, edges=('SC', 'CN'), travelTime=15.0, cost=INVALID, length=148.925, depart=0.0, departPos=INVALID, arrivalPos=45.975, description=driving)
<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="p0_0" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="15.00" arrivalLane="CN_0" arrivalPos="45.98" arrivalSpeed="12.48" duration="15.00" routeLength="148.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.43" rerouteNo="1" devices="tripinfo_p0_0 person_p0_0" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE">
        <ride waitingTime="0.00" vehicle="p0_0" depart="0.00" arrival="15.00" arrivalPos="45.98" duration="15.00" routeLength="148.93" timeLoss="3.43"/>
        <walk depart="15.00" departPos="45.98" arrival="84.00" arrivalPos="45.98" duration="69.00" routeLength="105.31" timeLoss="-2.54" maxSpeed="1.47"/>
    </personinfo>
</tripinfos>

TEST FAILED on ts-sim-winbuild-ba : traci poi poi ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/poi/poi/runner.py", line 44, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,54d0
< 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)
< width 1.0
< height 1.0
< angle 0.0
< {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)
< width 2.0
< height 2.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci polygon add_large ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/add_large/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< adding 0
< shapeLen=300

TEST FAILED on ts-sim-winbuild-ba : traci polygon polygon ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc8: NaN-Value in shape.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,30d0
< 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
< polygons ('0', 'poly2')
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,6c1,10
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': dynamics underspecified (either a tracked object ID or a time span have to be provided).
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': entries of time span must be ordered ascendingly.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': first element of time span must be zero.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': alpha span must have length zero or equal to time span length.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': time span cannot have length one.
< Error: Answered with error to command 0xc8: Could not add polygon dynamics for polygon 'poly0': looped==true requires time line of positive length.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/polygon/polygon_dynamics/runner.py", line 40, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci rerouter rerouter ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/rerouter/rerouter/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,6d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< rerouters ('rerouter_0',)
< rerouter count 1

TEST FAILED on ts-sim-winbuild-ba : traci route route ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc6: Cannot add route 'empty' without edges.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/route/route/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci routeprobe routeprobe ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,129c1,10
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
< Error: Answered with error to command 0x26: RouteProbe '0' did not collect any routes yet
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,280d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< routeprobes ('0',)
< routeprobe count 1
< edge 2fi
< 3.0 last=!1 cur=!1
< 4.0 last=!1 cur=!1
< 5.0 last=!1 cur=!1
< 6.0 last=!1 cur=!1
< 7.0 last=!1 cur=!1
< 8.0 last=!1 cur=!1
< 9.0 last=!1 cur=!1
< 10.0 last=!1 cur=!1
< 11.0 last=!1 cur=!1
< 12.0 last=!1 cur=!11
< 13.0 last=!1 cur=!11
< 14.0 last=!1 cur=!11
< 15.0 last=!11 cur=!11
< 16.0 last=!11 cur=!1
< 17.0 last=!11 cur=!1
< 18.0 last=!1 cur=!1
< 19.0 last=!11 cur=!1
< 20.0 last=!11 cur=!1
< 21.0 last=!11 cur=!1
< 22.0 last=!1 cur=!1
< 23.0 last=!1 cur=!11
< 24.0 last=!1 cur=!1
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
1,2c1,10
< Error: Answered with error to command 0xc4: 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/load/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 ----------
***Starting server on port <PORT> ***
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: TraCI 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: TraCI requested termination.

TEST FAILED on ts-sim-winbuild-ba : traci simulation loadState IDList ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/IDList/runner.py", line 43, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,5d0
< 10.0 departed=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8', 'v.9') arrived=('v.0', 'v.1', 'v.2', 'v.3', 'v.4', 'v.5', 'v.6', 'v.7', 'v.8')
< 20.0 departed=('v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18', 'v.19') arrived=('v.9', 'v.10', 'v.11', 'v.12', 'v.13', 'v.14', 'v.15', 'v.16', 'v.17', 'v.18')
< 10.0 departed=() arrived=()
< 11.0 departed=() arrived=('v.9',)
< 20.0 departed=() arrived=()
---------- 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="10.00">
    <route id="r0" state="1" edges="SC"/>
    <flowState id="v" index="10"/>
    <delay number="1" begin="10" end="9" depart="0.00" time="9.00"/>
    <vType id="DEFAULT_VEHTYPE"/>
    <vehicle id="v.9" type="DEFAULT_VEHTYPE" depart="9.00" departLane="best" departPos="last" departSpeed="max" route="r0" speedFactor="0.86" state="1212 9000 0 91.85 0 0.00 10000 0 0" pos="91.85" speed="11.90" posLat="0.00"/>
    <lane id="SC_0">
        <vehicles value="v.9"/>
    </lane>
</snapshot>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/busStop/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState detectors ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/detectors/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState railSignal ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/railSignal/runner.py", line 36, in <module>
>     '--tripinfo-output', 'tripinfo.xml',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="24.76" rerouteNo="0" devices="tripinfo_t1" vType="train" speedFactor="1.00" vaporized=""/>
</tripinfos>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/repeat/runner.py", line 34, in <module>
>     "--fcd-output", "fcd.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation loadState rerouting ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/loadState/rerouting/runner.py", line 34, in <module>
>     "--load-state", "input_state.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci simulation simulation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,16c1,10
< Warning: Value of tau=0.1 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
< Error: Answered with error to command 0xab: Parameter 'foo.bla' is not supported.
< Error: Answered with error to command 0xab: Invalid chargingStation parameter 'bla'
< Error: Answered with error to command 0xab: Invalid chargingStation 'foo'
< Error: Answered with error to command 0xab: Unknown bus stop 'foo'.
< Error: Answered with error to command 0xab: Unknown from edge 'foo'.
< Error: Answered with error to command 0xab: Invalid departure edge for vehicle type 'DEFAULT_VEHTYPE' (Vehicle 'simulation.findRoute' is not allowed to depart on any lane of edge 'footpath'.)
< Error: Answered with error to command 0xab: 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.
< Error: Requested command not implemented (0xac): GUI is not running, command not implemented in command line sumo
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/simulation/simulation/runner.py", line 67, in <module>
>     "--log", "log.txt"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,192d0
< Loading configuration ... done.
< loaded? False
< version SUMO
< version SUMO
< loaded? True
< {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 ()
<truncated after showing first 30 lines>
---------- Missing result in log ----------
***Starting server on port <PORT> ***
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
Error: Answered with error to command 0xab: Parameter 'foo.bla' is not supported.
Error: Answered with error to command 0xab: Invalid chargingStation parameter 'bla'
Error: Answered with error to command 0xab: Invalid chargingStation 'foo'
Error: Answered with error to command 0xab: Unknown bus stop 'foo'.
Error: Answered with error to command 0xab: Unknown from edge 'foo'.
Error: Answered with error to command 0xab: Invalid departure edge for vehicle type 'DEFAULT_VEHTYPE' (Vehicle 'simulation.findRoute' is not allowed to depart on any lane of edge 'footpath'.)
Error: Answered with error to command 0xab: 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.
Error: Requested command not implemented (0xac): GUI is not running, command not implemented in command line sumo
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: TraCI 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).
<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="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_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="1042 9223372036854775807 0 -1.00 0 0.00 0 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="1048 9223372036854775807 0 -1.00 0 0.00 0 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="1024 0 0 5.10 0 2.77 5000 0 0" pos="36.07" speed="10.67" posLat="0.00"/>
    <vehicle id="horiz1" type="DEFAULT_VEHTYPE" depart="5.00" route="horizontal" speedFactor="1.00" state="1024 5000 0 5.10 0 0.00 6000 0 0" pos="5.10" speed="0.00" posLat="0.00"/>
    <vehicle id="suddenStop" type="DEFAULT_VEHTYPE" depart="6.00" route="horizontal" speedFactor="1.00" state="1024 9223372036854775807 0 -1.00 0 0.00 0 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-winbuild-ba : traci trafficlight actuated ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< Warning: At actuated tlLogic 'C', linkIndex 2 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 7 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 12 has no controlling detector
< Warning: At actuated tlLogic 'C', linkIndex 17 has no controlling detector
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/actuated/runner.py", line 32, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,3d0
< Loading configuration ... done.
< max-gap: 
< max-gap: 10
---------- Missing result in tls_state ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <tlLogic id="C" type="static" programID="1">
        <phase duration="5.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="6.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
        <phase duration="3.00"  state="yyyggrrrrryyyggrrrrr"/>
        <phase duration="6.00"  state="rrrGGrrrrrrrrGGrrrrr"/>
        <phase duration="3.00"  state="rrryyrrrrrrrryyrrrrr"/>
        <phase duration="8.00"  state="rrrrrGGGggrrrrrGGGgg"/>
        <phase duration="3.00"  state="rrrrryyyggrrrrryyygg"/>
        <phase duration="6.00"  state="rrrrrrrrGGrrrrrrrrGG"/>
        <phase duration="3.00"  state="rrrrrrrryyrrrrrrrryy"/>
        <phase duration="8.00"  state="GGGggrrrrrGGGggrrrrr"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci trafficlight getBlocking_reroute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/getBlocking_reroute/runner.py", line 36, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< ('blocker1',)
< ('blocker2',)

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

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/railsignal_state/runner.py", line 34, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci trafficlight trafficlight ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Missing green phase in tlLogic '0', program 'custom' for tl-index 0
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/trafficlight/trafficlight/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,39d0
< 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
< duration 20.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={}))
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci variablespeedsign variablespeedsign ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/variablespeedsign/variablespeedsign/runner.py", line 31, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,8d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< variablespeedsign ('VSS_ID',)
< variablespeedsign count 1
< examining VSS_ID
< lanes ('2si_1', '1si_1')

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeOpposite/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle changeOpposite_default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeOpposite_default/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle changeRelative_invalid ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,2c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/changeRelative_invalid/runner.py", line 33, in <module>
>     "--no-step-log",
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle distance_after_reroute ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 60, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/distance_after_reroute/runner.py", line 34, in main
>     "--no-step-log"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle driverstate ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/driverstate/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,32d0
< 0.0 awareness=0.50 errorState=0.00
< 1.0 awareness=0.50 errorState=0.00
< 2.0 awareness=0.50 errorState=0.02
< 3.0 awareness=0.50 errorState=0.00
< 4.0 awareness=0.50 errorState=0.01
< 5.0 awareness=0.50 errorState=0.02
< 6.0 awareness=0.50 errorState=0.03
< 7.0 awareness=0.50 errorState=-0.01
< 8.0 awareness=0.50 errorState=0.00
< 9.0 awareness=0.50 errorState=-0.02
< 10.0 awareness=0.50 errorState=-0.03
< 11.0 awareness=0.50 errorState=-0.06
< 12.0 awareness=0.50 errorState=-0.04
< 13.0 awareness=0.50 errorState=-0.03
< 14.0 awareness=0.50 errorState=-0.02
< 15.0 awareness=0.50 errorState=0.00
< 16.0 awareness=0.50 errorState=-0.00
< 17.0 awareness=0.50 errorState=-0.02
< 18.0 awareness=0.50 errorState=-0.04
< 19.0 awareness=0.50 errorState=-0.05
< 20.0 awareness=0.50 errorState=-0.06
< 21.0 awareness=0.50 errorState=-0.03
< 22.0 awareness=0.50 errorState=-0.03
< 23.0 awareness=0.50 errorState=-0.02
< 24.0 awareness=0.50 errorState=-0.03
< 25.0 awareness=0.50 errorState=-0.05
< 26.0 awareness=0.50 errorState=-0.08
< 27.0 awareness=0.50 errorState=-0.11
< 28.0 awareness=0.50 errorState=-0.12
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getFollowSpeed/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle getFollower ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'ego' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getFollower/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,29d0
< 0.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 1.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 2.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 3.0: followerAuto=('', -1.0) followerShort=('', -1.0)
< 4.0: followerAuto=('f1', 59.172000000000025) followerShort=('f1', 59.172000000000025)
< 5.0: followerAuto=('f1', 53.61600000000002) followerShort=('f1', 53.61600000000002)
< 6.0: followerAuto=('f1', 48.40985714285716) followerShort=('f1', 48.40985714285716)
< 7.0: followerAuto=('f1', 43.99971428571429) followerShort=('f1', 43.99971428571429)
< 8.0: followerAuto=('f1', 40.32459523809523) followerShort=('f1', 40.32459523809523)
< 9.0: followerAuto=('f1', 35.149996031746014) followerShort=('f1', 35.149996031746014)
< 10.0: followerAuto=('f1', 27.745830026454996) followerShort=('f1', 27.745830026454996)
< 11.0: followerAuto=('f1', 20.34166402116398) followerShort=('f1', 20.34166402116398)
< 12.0: followerAuto=('f1', 17.437498015872997) followerShort=('', -1.0)
< 13.0: followerAuto=('f1', 15.329332010582007) followerShort=('f1', 15.329332010582007)
< 14.0: followerAuto=('f1', 13.923888007054671) followerShort=('f1', 13.923888007054671)
< 15.0: followerAuto=('f1', 12.98692533803645) followerShort=('f1', 12.98692533803645)
< 16.0: followerAuto=('f1', 12.362283558690969) followerShort=('f1', 12.362283558690969)
< 17.0: followerAuto=('f1', 11.945855705793981) followerShort=('f1', 11.945855705793981)
< 18.0: followerAuto=('f1', 11.668237137196002) followerShort=('f1', 11.668237137196002)
< 19.0: followerAuto=('f1', 11.483158091463991) followerShort=('f1', 11.483158091463991)
< 20.0: followerAuto=('f1', 11.359772060975985) followerShort=('f1', 11.359772060975985)
< 21.0: followerAuto=('f1', 11.277514707317323) followerShort=('f1', 11.277514707317323)
< 22.0: followerAuto=('f1', 11.222676471544872) followerShort=('f1', 11.222676471544872)
< 23.0: followerAuto=('f1', 11.186117647696577) followerShort=('f1', 11.186117647696577)
< 24.0: followerAuto=('f1', 11.161745098464365) followerShort=('f1', 11.161745098464365)
< 25.0: followerAuto=('f1', 11.145496732309567) followerShort=('f1', 11.145496732309567)
< 26.0: followerAuto=('f1', 11.134664488206369) followerShort=('f1', 11.134664488206369)
< 27.0: followerAuto=('f1', 11.12744299213756) followerShort=('f1', 11.12744299213756)
< 28.0: followerAuto=('f1', 11.12262866142504) followerShort=('f1', 11.12262866142504)
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getNeighbors/runner.py", line 63, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle getStops ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getStops/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,412d0
< time 0.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 10.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 20.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startP
os=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, d
uration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 30.0
<   past 2 stops ()
<   next 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=6.0, until=20.0, intendedArrival=10.0, arrival=25.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0))
<   all stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=6.0, until=20.0, intendedArrival=10.0, arrival=25.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane
=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, s
topFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 40.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 50.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 60.0
<   past 2 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, intendedArrival=10.0, arrival=25.0, depart=35.0),)
<   next 2 stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0))
<   all stops (StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=80.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, intendedArrival=130.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=200.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, intendedArrival=250.0), StopData(lane=SC_0, star
tPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=320.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0, intendedArrival=370.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0, intendedArrival=490.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlac
eID=stop_SC, stopFlags=8, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0, intendedArrival=610.0), StopData(lane=SC_0, startPos=71.95, endPos=81.95, stoppingPlaceID=stop_SC, stopFlags=8, duration=8.0, until=680.0))
< time 70.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY customLength_keepRoute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Vehicle 'v0' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.00.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/customLength_keepRoute2/runner.py", line 43, in <module>
>     '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,40d0
< 2.0 edge=beg xReq=0 xAct=0.0 xActConv 0.0
< 3.0 edge=beg xReq=10 xAct=10.0 xActConv 10.0
< 4.0 edge=beg xReq=20 xAct=20.0 xActConv 20.0
< 5.0 edge=beg xReq=30 xAct=30.0 xActConv 30.0
< 6.0 edge=beg xReq=40 xAct=40.0 xActConv 40.0
< 7.0 edge=beg xReq=50 xAct=50.0 xActConv 50.0
< 8.0 edge=beg xReq=60 xAct=60.0 xActConv 60.0
< 9.0 edge=beg xReq=70 xAct=70.0 xActConv 70.0
< 10.0 edge=beg xReq=80 xAct=80.0 xActConv 80.0
< 11.0 edge=beg xReq=90 xAct=90.0 xActConv 90.0
< 12.0 edge=beg xReq=100 xAct=100.0 xActConv 99.95
< 13.0 edge=middle xReq=110 xAct=110.0 xActConv 110.0
< 14.0 edge=middle xReq=120 xAct=120.0 xActConv 120.0
< 15.0 edge=middle xReq=130 xAct=130.0 xActConv 130.0
< 16.0 edge=middle xReq=140 xAct=140.0 xActConv 140.0
< 17.0 edge=middle xReq=150 xAct=150.0 xActConv 150.0
< 18.0 edge=middle xReq=160 xAct=160.0 xActConv 160.0
< 19.0 edge=middle xReq=170 xAct=170.0 xActConv 170.0
< 20.0 edge=middle xReq=180 xAct=180.0 xActConv 180.0
< 21.0 edge=middle xReq=190 xAct=190.0 xActConv 190.0
< 22.0 edge=middle xReq=200 xAct=200.0 xActConv 200.0
< 23.0 edge=middle xReq=210 xAct=210.0 xActConv 210.0
< 24.0 edge=middle xReq=220 xAct=220.0 xActConv 220.0
< 25.0 edge=middle xReq=230 xAct=230.0 xActConv 230.0
< 26.0 edge=middle xReq=240 xAct=240.0 xActConv 240.0
< 27.0 edge=middle xReq=250 xAct=250.0 xActConv 250.0
< 28.0 edge=middle xReq=260 xAct=260.0 xActConv 260.0
< 29.0 edge=middle xReq=270 xAct=270.0 xActConv 270.0
< 30.0 edge=middle xReq=280 xAct=280.0 xActConv 280.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY elevation_sublane ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/elevation_sublane/runner.py", line 37, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY extreme_elevation ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/extreme_elevation/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY extreme_elevation_keeproute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/extreme_elevation_keeproute2/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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.3937463318744)
< step=3.0 old=(23.606253668125667, 0.0, 976.3937463318744) target=(43.60625366812567, 0.0) mapped=(43.60625366812567, 0.0, 956.3937463318744)
< step=4.0 old=(43.60625366812567, 0.0, 956.3937463318744) target=(63.60625366812567, 0.0) mapped=(63.60625366812567, 0.0, 936.3937463318744)
< step=5.0 old=(63.60625366812567, 0.0, 936.3937463318744) target=(83.60625366812567, 0.0) mapped=(83.60625366812567, 0.0, 916.3937463318744)
< step=6.0 old=(83.60625366812567, 0.0, 916.3937463318744) target=(103.60625366812567, 0.0) mapped=(103.60625366812567, 0.0, 896.3937463318744)
< step=7.0 old=(103.60625366812567, 0.0, 896.3937463318744) target=(123.60625366812567, 0.0) mapped=(123.60625366812567, 0.0, 876.3937463318744)
< step=8.0 old=(123.60625366812567, 0.0, 876.3937463318744) target=(143.60625366812567, 0.0) mapped=(143.60625366812567, 0.0, 856.3937463318744)
< step=9.0 old=(143.60625366812567, 0.0, 856.3937463318744) target=(163.60625366812567, 0.0) mapped=(163.60625366812567, 0.0, 836.3937463318744)
< step=10.0 old=(163.60625366812567, 0.0, 836.3937463318744) target=(183.60625366812567, 0.0) mapped=(183.60625366812567, 0.0, 816.3937463318744)
< step=11.0 old=(183.60625366812567, 0.0, 816.3937463318744) target=(203.60625366812567, 0.0) mapped=(203.60625366812567, 0.0, 796.3937463318744)
< step=12.0 old=(203.60625366812567, 0.0, 796.3937463318744) target=(223.60625366812567, 0.0) mapped=(223.60625366812567, 0.0, 776.3937463318744)
< step=13.0 old=(223.60625366812567, 0.0, 776.3937463318744) target=(243.60625366812567, 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.60625366812565, 0.0, 736.3937463318744)
< step=15.0 old=(263.60625366812565, 0.0, 736.3937463318744) target=(283.60625366812565, 0.0) mapped=(283.60625366812565, 0.0, 716.3937463318744)
< step=16.0 old=(283.60625366812565, 0.0, 716.3937463318744) target=(303.60625366812565, 0.0) mapped=(303.60625366812565, 0.0, 696.3937463318744)
< step=17.0 old=(303.60625366812565, 0.0, 696.3937463318744) target=(323.60625366812565, 0.0) mapped=(323.60625366812565, 0.0, 676.3937463318744)
< step=18.0 old=(323.60625366812565, 0.0, 676.3937463318744) target=(343.60625366812565, 0.0) mapped=(343.60625366812565, 0.0, 656.3937463318744)
< step=19.0 old=(343.60625366812565, 0.0, 656.3937463318744) target=(363.60625366812565, 0.0) mapped=(363.60625366812565, 0.0, 636.3937463318744)
< step=20.0 old=(363.60625366812565, 0.0, 636.3937463318744) target=(383.60625366812565, 0.0) mapped=(383.60625366812565, 0.0, 616.3937463318744)
< step=21.0 old=(383.60625366812565, 0.0, 616.3937463318744) target=(403.60625366812565, 0.0) mapped=(403.60625366812565, 0.0, 596.3937463318744)
< step=22.0 old=(403.60625366812565, 0.0, 596.3937463318744) target=(423.60625366812565, 0.0) mapped=(423.60625366812565, 0.0, 576.3937463318744)
< step=23.0 old=(423.60625366812565, 0.0, 576.3937463318744) target=(443.60625366812565, 0.0) mapped=(443.60625366812565, 0.0, 556.3937463318744)
< step=24.0 old=(443.60625366812565, 0.0, 556.3937463318744) target=(463.60625366812565, 0.0) mapped=(463.60625366812565, 0.0, 536.3937463318744)
< step=25.0 old=(463.60625366812565, 0.0, 536.3937463318744) target=(483.60625366812565, 0.0) mapped=(483.60625366812565, 0.0, 516.3937463318744)
< step=26.0 old=(483.60625366812565, 0.0, 516.3937463318744) target=(503.60625366812565, 0.0) mapped=(503.60625366812565, 0.0, 496.3937463318744)
< step=27.0 old=(503.60625366812565, 0.0, 496.3937463318744) target=(523.6062536681256, 0.0) mapped=(523.6062536681256, 0.0, 476.39374633187424)
< step=28.0 old=(523.6062536681256, 0.0, 476.39374633187424) target=(543.6062536681256, 0.0) mapped=(543.6062536681256, 0.0, 456.39374633187435)
< step=29.0 old=(543.6062536681256, 0.0, 456.39374633187435) target=(563.6062536681256, 0.0) mapped=(563.6062536681256, 0.0, 436.39374633187447)
< step=30.0 old=(563.6062536681256, 0.0, 436.39374633187447) target=(583.6062536681256, 0.0) mapped=(583.6062536681256, 0.0, 416.39374633187447)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY intersection ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/intersection/runner.py", line 51, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,26d0
< ***Starting server on port <PORT> ***
< Loading net-file from 'input_net2.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Performance: 
< Vehicles: 
<  Inserted: 11
<  Running: 7
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 104.93
<  Speed: 5.92
<  Duration: 19.00
<  WaitingTime: 2.73
<  TimeLoss: 10.44
<  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
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY keepRoute2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/keepRoute2/runner.py", line 59, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-n', 'input_net.net.xml', '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY multi_lane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/multi_lane/runner.py", line 77, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY multi_lane_sublane ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/multi_lane_sublane/runner.py", line 77, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveToXY permissions ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/permissions/runner.py", line 61, in <module>
>     traci.start([sumolib.checkBinary("sumo"), '-n', 'input_net.net.xml', '--no-step-log'])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< vehicleList ('v0',)

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY short_edges ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/short_edges/runner.py", line 44, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

TEST FAILED on ts-sim-winbuild-ba : traci vehicle moveToXY waitingTime ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveToXY/waitingTime/runner.py", line 49, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle moveTo_detector ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/moveTo_detector/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle nextTLS ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xa4: Vehicle 'v0' is not known.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/nextTLS/runner.py", line 34, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap braking_leader ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap braking_leader_spaceGap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_as_reference_vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_overtakeRightCheckDisabled ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap merger_with_reference_vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap reference_vehicle_removed ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap warning_smaller_headway ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,12
< Warning: Ignoring openGap(). New time headway must not be smaller than the original.
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba :

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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 Sep2020 )
traci vehicle openGap with_low_maxDecel_slow ( Last six runs Sep2020 )

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap without_maxDecel_slow ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap without_maxDecel_slow_spacegap ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle pastStops_stateLoaded ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/pastStops_stateLoaded/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,11d0
< retrieve stops before saving
< time 500.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
< retrieve stops after saving
< time 500.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
< time 501.0
<   past 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=20.0, arrival=25.0, depart=35.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=80.0, arrival=114.0, depart=122.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=140.0, arrival=203.0, depart=213.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=200.0, arrival=295.0, depart=303.0), Sto
pData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=260.0, arrival=385.0, depart=395.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=320.0, arrival=476.0, depart=484.0))
<   next 10 stops (StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=380.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=440.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=500.0), StopData(lane=SC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=560.0), StopData(lane=NC_0, startPos=91.75, endPos=91.95, stopFlags=0, duration=10.0, until=620.0), StopData(lane=SC_0, sta
rtPos=91.75, endPos=91.95, stopFlags=0, duration=8.0, until=680.0))
---------- 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="500.00">
    <route id="r1" state="1" edges="CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC CN NC CS SC"/>
    <delay number="1" begin="1" end="0" depart="0.00" time="0.00"/>
    <vType id="bus" vClass="bus"/>
    <vehicle id="bus" type="bus" depart="0.00" line="B7" route="r1" speedFactor="1.00" state="17410 0 11 12.10 16000 358.58 499000 0 6" pos="91.94" speed="0.00" posLat="0.00">
        <stop lane="NC_0" duration="10.00" until="20.00" actualArrival="25.00" depart="35.00"/>
        <stop lane="SC_0" duration="8.00" until="80.00" actualArrival="114.00" depart="122.00"/>
        <stop lane="NC_0" duration="10.00" until="140.00" actualArrival="203.00" depart="213.00"/>
        <stop lane="SC_0" duration="8.00" until="200.00" actualArrival="295.00" depart="303.00"/>
        <stop lane="NC_0" duration="10.00" until="260.00" actualArrival="385.00" depart="395.00"/>
        <stop lane="SC_0" duration="8.00" until="320.00" actualArrival="476.00" depart="484.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="380.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="440.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="500.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="560.00"/>
        <stop lane="NC_0" startPos="91.75" endPos="91.95" duration="10.00" until="620.00"/>
        <stop lane="SC_0" startPos="91.75" endPos="91.95" duration="8.00" until="680.00"/>
    </vehicle>
    <lane id="SC_0">
        <vehicles value="bus"/>
    </lane>
</snapshot>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop all ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/all/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="156.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1A2 A2B2 B2C2 C2C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B2C2" duration="30.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop default ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/default/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="246.00">
        <route edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="232.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first_init ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first_init/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="232.00">
        <routeDistribution>
            <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="0.00" probability="0" edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D2D3"/>
            <route edges="A0A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop first_later ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/first_later/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="248.00">
        <routeDistribution>
            <route replacedOnEdge="A1B1" reason="traci:replaceStop" replacedAtTime="11.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1A1 A1A2 A2B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A2B2" duration="30.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop invalid ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc4: Stop replacement failed for vehicle 'ego' (Invalid nextStopIndex '4' for 3 remaining stops).
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/invalid/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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">
</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="216.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last_destination ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last_destination/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="207.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop last_later ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/last_later/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="216.00">
        <routeDistribution>
            <route replacedOnEdge="B1C1" reason="traci:replaceStop" replacedAtTime="90.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1C1 C1C2 C2D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C2D2" duration="30.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop second ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/second/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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="229.00">
        <routeDistribution>
            <route replacedOnEdge="A0A1" reason="traci:replaceStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
            <route edges="A0A1 A1B1 B1B2 B2C2 C2C1 C1D1 D1D2 D2D3"/>
        </routeDistribution>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B2C2" duration="30.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle replaceStop unreachable ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc4: Stop replacement failed for vehicle 'ego' (No route found from edge 'B1C1' to stop edge 'C2D2').
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/replaceStop/unreachable/runner.py", line 43, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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">
</routes>

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

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 54, in <module>
>     main(sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/resume/runner.py", line 41, in main
>     traci.start(sumo_call)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,17d0
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'data/hello.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 1
<  Waiting: 0
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 162.00
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 
---------- 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-winbuild-ba : traci vehicle setReroutingPeriod ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/setReroutingPeriod/runner.py", line 38, in <module>
>     '--no-step-log',
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle slowDown ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/slowDown/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,73d0
< 0.0 speed=-1073741824.0
< 1.0 speed=25.0
< 2.0 speed=25.0
< 3.0 speed=25.0
< 4.0 speed=25.0
<   slowDown from 25.0 to 21.0 over 2 seconds
< 5.0 speed=23.6666666667
< 6.0 speed=22.3333333333
< 7.0 speed=21.0
< 8.0 speed=21.0
<   slowDown from 21.0 to 15.0 over 5 seconds
< 9.0 speed=20.0
< 10.0 speed=19.0
< 11.0 speed=18.0
< 12.0 speed=17.0
< 13.0 speed=16.0
< 14.0 speed=15.0
< 15.0 speed=15.0
<   slowDown from 15.0 to 13.0 over 1 seconds
< 16.0 speed=14.0
< 17.0 speed=13.0
< 18.0 speed=13.0
< 19.0 speed=13.0
< 20.0 speed=13.0
< 21.0 speed=13.0
< 22.0 speed=13.0
< 23.0 speed=13.0
< 24.0 speed=13.0
< 25.0 speed=13.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle slowDown_subsecond ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/slowDown_subsecond/runner.py", line 36, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,141d0
< 0.0 speed=-1073741824.0
< 0.5 speed=25.0
< 1.0 speed=25.0
< 1.5 speed=25.0
< 2.0 speed=25.0
< 2.5 speed=25.0
< 3.0 speed=25.0
< 3.5 speed=25.0
< 4.0 speed=25.0
<   slowDown from 25.0 to 21.0 over 2 seconds
< 4.5 speed=24.2
< 5.0 speed=23.4
< 5.5 speed=22.6
< 6.0 speed=21.8
< 6.5 speed=21.0
< 7.0 speed=21.0
< 7.5 speed=21.0
< 8.0 speed=21.0
<   slowDown from 21.0 to 15.0 over 5 seconds
< 8.5 speed=20.4545454545
< 9.0 speed=19.9090909091
< 9.5 speed=19.3636363636
< 10.0 speed=18.8181818182
< 10.5 speed=18.2727272727
< 11.0 speed=17.7272727273
< 11.5 speed=17.1818181818
< 12.0 speed=16.6363636364
< 12.5 speed=16.0909090909
< 13.0 speed=15.5454545455
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/stopDelay/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle stopDelay2 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/stopDelay2/runner.py", line 35, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle taxi basic ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/taxi/basic/runner.py", line 44, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,128d0
< taxiFleet ('taxi_0',)
< reservations (Reservation(id=0, persons=('p0',), group=p0, fromEdge=A2B2, toEdge=C2D2, departPos=0.0, arrivalPos=90.6, depart=0.0, reservationTime=0.0),)
< 1.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 2.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 3.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 4.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 5.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 6.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 7.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 8.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 9.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 10.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 11.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 12.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 13.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 14.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 15.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 16.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 17.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 18.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 19.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 20.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 21.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 22.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 23.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 24.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 25.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 26.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
< 27.0 all=('taxi_0',) empty=() pickup=('taxi_0',) dropoff=() pickup+dropoff=()
<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" arrival="66.00">
        <ride from="A2B2" to="C2D2" arrivalPos="90.60" lines="taxi"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle taxi shared_3 ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/taxi/shared_3/runner.py", line 45, in <module>
>     ] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< taxiFleet ('taxi_0',)
< reservations (Reservation(id=0, persons=('a',), group=a, fromEdge=A1B1, toEdge=D2D3, departPos=0.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0), Reservation(id=1, persons=('b',), group=b, fromEdge=B1C1, toEdge=C1D1, departPos=0.0, arrivalPos=50.0, depart=0.0, reservationTime=0.0), Reservation(id=2, persons=('c',), group=c, fromEdge=C1D1, toEdge=D2D3, departPos=50.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0))
---------- 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="taxi_0" type="taxi" lane="A1B1_0" pos="4.97" parking="1" started="13.00" ended="14.00" delay="-1.00" initialPersons="0" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
    <stopinfo id="taxi_0" type="taxi" lane="B1C1_0" pos="5.00" parking="1" started="27.00" ended="28.00" delay="-1.00" initialPersons="1" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
    <stopinfo id="taxi_0" type="taxi" lane="C1D1_0" pos="50.00" parking="1" started="49.00" ended="109.00" delay="-1.00" initialPersons="2" loadedPersons="1" unloadedPersons="1" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
</stops>
---------- 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="b" depart="0.00" arrival="49.00">
        <ride from="B1C1" to="C1D1" arrivalPos="50.00" lines="taxi"/>
    </person>

    <person id="a" depart="0.00" arrival="133.00">
        <ride from="A1B1" to="D2D3" arrivalPos="92.10" lines="taxi"/>
    </person>

    <person id="c" depart="0.00" departPos="50.00" arrival="133.00">
        <ride from="C1D1" to="D2D3" arrivalPos="92.10" lines="taxi"/>
    </person>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicle vehicle ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,17c1,10
< 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.
< UserWarning: Parameter order has changed for setAdaptedTraveltime(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setAdaptedTraveltime(vehID, 0, 1000, "1o", 55)
< UserWarning: Parameter order has changed for setEffort(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setEffort(vehID, 0, 1000, "1o", 54)
< Error: Answered with error to command 0xa4: Vehicle 'bla' is not known.
< Warning: Vehicle '1' aborts stop.
< Error: Answered with error to command 0xa4: 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: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists).
< Error: Answered with error to command 0xa4: 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle/runner.py", line 149, in <module>
>     "--default.speeddev", "0"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,1062d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.03334372395
< speedLat 0.0
< speed w/o traci 4.03334372395
< acceleration 2.59949394504
< 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.5671935029
< 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.09802901
< CO 148.404394312
< HC 0.793287746206
< PMx 0.106890250159
< NOx 2.197042561
<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="130.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalSpeed="12.62" duration="5.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.07" 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="130.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-winbuild-ba : traci vehicle vehicle_asl ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_asl/runner.py", line 48, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle vehicle_context ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_context/runner.py", line 40, in <module>
>     traci.start(sumoCmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1d0
< t=2.0 subscriptionResult={'v0': {64: 1.4416886697057636, 74: 'HBEFA3/PC_G_EU4'}, 'v1': {64: 1.608739541681134, 74: 'HBEFA3/PC_G_EU4'}, 'v2': {64: 2.4421734631218714, 74: 'HBEFA3/PC_G_EU4'}}

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

---------- Differences in errors ----------
1,17c1,10
< 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.
< UserWarning: Parameter order has changed for setAdaptedTraveltime(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setAdaptedTraveltime(vehID, 0, 1000, "1o", 55)
< UserWarning: Parameter order has changed for setEffort(). Attempting legacy ordering. Please update your code.
<   traci.vehicle.setEffort(vehID, 0, 1000, "1o", 54)
< Error: Answered with error to command 0xa4: Vehicle 'bla' is not known.
< Warning: Vehicle '1' aborts stop.
< Error: Answered with error to command 0xa4: 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: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists).
< Error: Answered with error to command 0xa4: 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle/runner.py", line 149, in <module>
>     "--default.speeddev", "0"] + sys.argv[1:])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,1062d0
< Loading configuration ... done.
< step 0.0
< step 1.0
< step 2.0
< vehicles ('horiz',)
< vehicle count 1
< examining horiz
< speed 4.03334372395
< speedLat 0.0
< speed w/o traci 4.03334372395
< acceleration 2.59949394504
< 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.5671935029
< 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.09802901
< CO 148.404394312
< HC 0.793287746206
< PMx 0.106890250159
< NOx 2.197042561
<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="130.00" arrivalLane="1si_0" arrivalPos="250.00" arrivalPosLat="0.00" arrivalSpeed="12.62" duration="5.00" routeLength="750.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.07" 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="130.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-winbuild-ba : traci vehicle vehicle_sublane_asl ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/vehicle_sublane_asl/runner.py", line 49, in <module>
>     traci.start(cmd)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicletype save_and_load_vtype_params ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/save_and_load_vtype_params/runner.py", line 38, in <module>
>     traci.start([sumolib.checkBinary("sumo")] + saveParams)
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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_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="1048 0 1 100.00 0 17.85 49500 0 0" 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="1050 10000 1 100.00 0 9.11 49500 0 0" 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="1050 20000 0 100.00 0 3.32 49500 0 0" 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" depart="0.00" departPos="100.00" departSpeed="10.00" 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" 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" arrival="275.50">
        <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
    </vehicle>

</routes>

TEST FAILED on ts-sim-winbuild-ba : traci vehicletype vehicletype ( Last six runs Sep2020 )

---------- Differences in errors ----------
1,4c1,10
< 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 "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype/runner.py", line 30, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicletype/vehicletype\..\..\..\..\..\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,61d0
< Loading configuration ... done.
< step 0
< step 1
< step 2
< vehicletypes ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')
< vehicletype count 5
< 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)
< maxSpeedLat 1.0
< latAlign center
< minGapLat 0.6
< personCapacity 4
< {0: ('DEFAULT_BIKETYPE', 'DEFAULT_CONTAINERTYPE', 'DEFAULT_PEDTYPE', 'DEFAULT_TAXITYPE', 'DEFAULT_VEHTYPE')}
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : traffic_lights loop_flow ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traffic_lights/loop_flow/runner.py", line 147, in <module>
>     main()
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traffic_lights/loop_flow/runner.py", line 125, in main
>     subprocess.call(args)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
3,144d2
<  for tls-type actuated
<  for tls-type sotl_phase
<  for tls-type sotl_platoon
<  for tls-type sotl_request
<  for tls-type sotl_wave
<  for tls-type sotl_marching
<  for tls-type swarm
< Computing for 0<->600
<  for tls-type static
<  for tls-type actuated
<  for tls-type sotl_phase
<  for tls-type sotl_platoon
<  for tls-type sotl_request
<  for tls-type sotl_wave
<  for tls-type sotl_marching
<  for tls-type swarm
< Computing for 0<->1200
<  for tls-type static
<  for tls-type actuated
<  for tls-type sotl_phase
<  for tls-type sotl_platoon
<  for tls-type sotl_request
<  for tls-type sotl_wave
<  for tls-type sotl_marching
<  for tls-type swarm
< Computing for 0<->1800
<  for tls-type static
<  for tls-type actuated
<  for tls-type sotl_phase
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : tutorial circles ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/circles/runner.py", line 35, in <module>
>     [sumoBinary, "-c", "data/circles.sumocfg", "--no-step-log"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< >> Simulation closed with status 0

TEST FAILED on ts-sim-winbuild-ba : tutorial city_mobil ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/city_mobil/runner.py", line 29, in <module>
>     vehicleControl.init(simpleManager.SimpleManager(), True)
>   File "C:\Users\delphi\Code\sumoInternal\git\tests\complex\tutorial\city_mobil\vehicleControl.py", line 107, in init
>     [sumoExe, sumoConfig], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
2,39d1
< Loading configuration ... done.
< Loading configuration ... done.
< waiting time (max, mean, dev): False True False
< ('footmain0to1', 'footmainout') True True True
< ('footmain1to2', 'footmainout') True True True
< ('footmain2to3', 'footmainout') True True True
< ('footmain3to4', 'footmainout') True True True
< ('footmain4to5', 'footmainout') True True True
< ('footmain5to6', 'footmainout') True True True
< ('footmain6to7', 'footmainout') True True True
< ('footmain7to8', 'footmainout') True True True
< ('footmainout', 'footmain0to1') True True True
< ('footmainout', 'footmain1to2') True True True
< ('footmainout', 'footmain2to3') True True True
< ('footmainout', 'footmain3to4') True True True
< ('footmainout', 'footmain4to5') True True True
< ('footmainout', 'footmain5to6') True True True
< ('footmainout', 'footmain6to7') True True True
< ('footmainout', 'footmain7to8') True True False
< CO2: True
< waiting time (max, mean, dev): False True False
< ('footmain0to1', 'footmainout') True True True
< ('footmain1to2', 'footmainout') True True True
< ('footmain2to3', 'footmainout') True True True
< ('footmain3to4', 'footmainout') True True True
< ('footmain4to5', 'footmainout') True True True
< ('footmain5to6', 'footmainout') True True True
< ('footmain6to7', 'footmainout') True True True
< ('footmain7to8', 'footmainout') True True True
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : tutorial hello ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/hello/runner.py", line 49, in <module>
>     [sumoBinary, "-c", "data/hello.sumocfg", "--no-step-log"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
44,45d43
< Loading configuration ... done.
< >> Simulation closed with status 0

TEST FAILED on ts-sim-winbuild-ba : tutorial manhattan ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/manhattan/runner.py", line 50, in <module>
>     call([sumoBinary, '-c', 'data/manhattan.sumocfg', '--duration-log.statistics', '-e' '1000'])
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
7,27d6
< Loading configuration ... done.
< Loading net-file from 'data/net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 100
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 0.00
<  Speed: 0.00
<  Duration: 0.00
<  WaitingTime: 0.00
<  TimeLoss: 0.00
<  DepartDelay: 0.00
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 1000.00
< 

TEST FAILED on ts-sim-winbuild-ba : tutorial quickstart ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/quickstart/runner.py", line 47, in <module>
>     [sumoBinary, "-c", "data/quickstart.sumocfg", "--no-step-log"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
47,48d46
< Loading configuration ... done.
< >> Simulation closed with status 0

TEST FAILED on ts-sim-winbuild-ba : tutorial sumolympics ( Last six runs Sep2020 )

---------- Differences in errors ----------
1c1,10
< Warning: Missing yellow phase in tlLogic 'gneJ2', program '0' for tl-index 0 when switching to phase 0
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/sumolympics/runner.py", line 35, in <module>
>     [sumoBinary, "-c", "data/sumolympics.sumocfg", "--no-step-log"], stdout=sys.stdout, stderr=sys.stderr)
>   File "C:\Python37\lib\subprocess.py", line 323, in call
>     with Popen(*popenargs, **kwargs) as p:
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,2d0
< Loading configuration ... done.
< >> Simulation closed with status 0

TEST FAILED on ts-sim-winbuild-ba : tutorial traci_pedestrian_crossing ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/traci_pedestrian_crossing/runner.py", line 161, in <module>
>     traci.start([sumoBinary, '-c', os.path.join('data', 'run.sumocfg')])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
3,95d2
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'data/../pedcrossing.net.xml' ... done ((TIME)).
< Loading additional-files from 'data/pedcrossing.tll.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< 18.0: pedestrian ped0 pushes the button (waiting: 1)
< 43.0: pedestrian ped1 pushes the button (waiting: 1)
< 84.0: pedestrian ped2 pushes the button (waiting: 1)
< 122.0: pedestrian ped4 pushes the button (waiting: 1)
< 167.0: pedestrian ped7 pushes the button (waiting: 1)
< 277.0: pedestrian ped8 pushes the button (waiting: 1)
< 294.0: pedestrian ped9 pushes the button (waiting: 1)
< 341.0: pedestrian ped10 pushes the button (waiting: 1)
< 446.0: pedestrian ped11 pushes the button (waiting: 1)
< 487.0: pedestrian ped12 pushes the button (waiting: 1)
< 537.0: pedestrian ped13 pushes the button (waiting: 1)
< 613.0: pedestrian ped15 pushes the button (waiting: 1)
< 635.0: pedestrian ped16 pushes the button (waiting: 2)
< 686.0: pedestrian ped19 pushes the button (waiting: 1)
< 732.0: pedestrian ped20 pushes the button (waiting: 2)
< 734.0: pedestrian ped21 pushes the button (waiting: 2)
< 823.0: pedestrian ped22 pushes the button (waiting: 1)
< 857.0: pedestrian ped24 pushes the button (waiting: 1)
< 948.0: pedestrian ped25 pushes the button (waiting: 1)
< 1018.0: pedestrian ped27 pushes the button (waiting: 1)
< 1022.0: pedestrian ped28 pushes the button (waiting: 2)
< 1113.0: pedestrian ped30 pushes the button (waiting: 1)
< 1213.0: pedestrian ped31 pushes the button (waiting: 1)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : tutorial traci_tls plain ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/tutorial/traci_tls/runner.py", line 127, in <module>
>     "--tripinfo-output", "tripinfo.xml"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,18d0
< Loading configuration ... done.
< ***Starting server on port <PORT> ***
< Loading net-file from 'data/cross.net.xml' ... done ((TIME)).
< Loading additional-files from 'data/cross.det.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Performance: 
< Vehicles: 
<  Inserted: 768
<  Running: 0
<  Waiting: 0
< 
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 3740.00
< 
< -- Unordered text as found by filter '^Reason: TraCI requested termination.' --
< Reason: TraCI requested termination.
< 
---------- 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="left_0" depart="0.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="88.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.98" duration="88.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.70" rerouteNo="0" devices="tripinfo_left_0" vType="typeWE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="right_2" depart="3.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.54" duration="91.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.93" rerouteNo="0" devices="tripinfo_right_2" vType="typeWE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="right_3" depart="8.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="4.00" arrival="96.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="12.31" duration="88.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.91" rerouteNo="0" devices="tripinfo_right_3" vType="typeWE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="left_1" depart="5.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="99.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.68" duration="94.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.85" rerouteNo="0" devices="tripinfo_left_1" vType="typeWE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="left_4" depart="10.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="4.00" arrival="101.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.22" duration="91.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.91" rerouteNo="0" devices="tripinfo_left_4" vType="typeWE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="left_6" depart="22.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="112.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="12.13" duration="90.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.68" rerouteNo="0" devices="tripinfo_left_6" vType="typeWE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="right_5" depart="13.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="4.00" arrival="114.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="9.30" duration="101.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.44" rerouteNo="0" devices="tripinfo_right_5" vType="typeWE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="left_7" depart="31.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="129.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.40" duration="98.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.51" rerouteNo="0" devices="tripinfo_left_7" vType="typeWE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="right_10" depart="42.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="129.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="12.56" duration="87.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.21" rerouteNo="0" devices="tripinfo_right_10" vType="typeWE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="left_8" depart="36.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="131.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.61" duration="95.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.38" rerouteNo="0" devices="tripinfo_left_8" vType="typeWE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="right_13" depart="55.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="140.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="12.84" duration="85.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.86" rerouteNo="0" devices="tripinfo_right_13" vType="typeWE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="left_9" depart="41.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="141.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.06" duration="100.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.00" rerouteNo="0" devices="tripinfo_left_9" vType="typeWE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="left_11" depart="46.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="1.00" arrival="142.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.03" duration="96.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="21.30" rerouteNo="0" devices="tripinfo_left_11" vType="typeWE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="left_12" depart="53.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="144.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.57" duration="91.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="17.01" rerouteNo="0" devices="tripinfo_left_12" vType="typeWE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="right_14" depart="61.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="154.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.14" duration="93.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.05" rerouteNo="0" devices="tripinfo_right_14" vType="typeWE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="right_15" depart="69.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="164.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="10.45" duration="95.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.88" rerouteNo="0" devices="tripinfo_right_15" vType="typeWE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="left_17" depart="85.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="181.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.63" duration="96.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.49" rerouteNo="0" devices="tripinfo_left_17" vType="typeWE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="right_16" depart="84.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="182.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="10.25" duration="98.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.09" rerouteNo="0" devices="tripinfo_right_16" vType="typeWE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="down_18" depart="89.00" departLane="54o_0" departPos="7.10" departSpeed="0.00" departDelay="0.00" arrival="194.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="10.68" duration="105.00" routeLength="1013.10" waitingTime="1.00" waitingCount="1" stopTime="0.00" timeLoss="28.36" rerouteNo="0" devices="tripinfo_down_18" vType="typeNS" speedFactor="0.94" vaporized=""/>
    <tripinfo id="down_19" depart="96.00" departLane="54o_0" departPos="7.10" departSpeed="0.00" departDelay="0.00" arrival="196.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="11.16" duration="100.00" routeLength="1013.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="38.02" rerouteNo="0" devices="tripinfo_down_19" vType="typeNS" speedFactor="1.16" vaporized=""/>
    <tripinfo id="down_24" depart="122.00" departLane="54o_0" departPos="7.10" departSpeed="0.00" departDelay="0.00" arrival="224.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="9.47" duration="102.00" routeLength="1013.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.73" rerouteNo="0" devices="tripinfo_down_24" vType="typeNS" speedFactor="0.83" vaporized=""/>
    <tripinfo id="right_20" depart="101.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="2.00" arrival="228.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.61" duration="127.00" routeLength="1015.10" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="51.62" rerouteNo="0" devices="tripinfo_right_20" vType="typeWE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="left_21" depart="99.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="228.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.44" duration="129.00" routeLength="1015.10" waitingTime="29.00" waitingCount="1" stopTime="0.00" timeLoss="53.62" rerouteNo="0" devices="tripinfo_left_21" vType="typeWE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="right_22" depart="108.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="232.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.32" duration="124.00" routeLength="1015.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="46.22" rerouteNo="0" devices="tripinfo_right_22" vType="typeWE" speedFactor="0.98" vaporized=""/>
    <tripinfo id="left_26" depart="131.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="234.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.58" duration="103.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="22.96" rerouteNo="0" devices="tripinfo_left_26" vType="typeWE" speedFactor="0.92" vaporized=""/>
    <tripinfo id="left_27" depart="136.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="1.00" arrival="236.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.06" duration="100.00" routeLength="1015.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="21.35" rerouteNo="0" devices="tripinfo_left_27" vType="typeWE" speedFactor="0.95" vaporized=""/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-winbuild-ba : unit_tests testlibsumo ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests/toolrunner.py", line 38, in <module>
>     subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr)
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,4d0
< 
<  Copyright (C) 2001-2020 German Aerospace Center (DLR) and others; https://sumo.dlr.de
<  Use --help to get the list of options.
< Simulation loaded
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-winbuild-ba : unit_tests testmicrosim ( Last six runs Sep2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests/toolrunner.py", line 38, in <module>
>     subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr)
>   File "c:\python27\lib\subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "c:\python27\lib\subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "c:\python27\lib\subprocess.py", line 958, in _execute_child
>     startupinfo)
> WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,29d0
< Running main() from gtest_main.cc
< [==========] Running 7 tests from 3 test cases.
< [----------] Global test environment set-up.
< [----------] 1 test from MSEventControl
< [ RUN      ] MSEventControl.test_method_execute
< [       OK ] MSEventControl.test_method_execute ((TIME))
< [----------] 1 test from MSEventControl ((TIME) total)
< 
< [----------] 4 tests from MSCFModelTest
< [ RUN      ] MSCFModelTest.test_method_brakeGap
< [       OK ] MSCFModelTest.test_method_brakeGap ((TIME))
< [ RUN      ] MSCFModelTest.test_method_static_brakeGap
< [       OK ] MSCFModelTest.test_method_static_brakeGap ((TIME))
< [ RUN      ] MSCFModelTest.test_method_static_freeSpeed
< [       OK ] MSCFModelTest.test_method_static_freeSpeed ((TIME))
< [ RUN      ] MSCFModelTest.test_method_static_freeSpeed_half
< [       OK ] MSCFModelTest.test_method_static_freeSpeed_half ((TIME))
< [----------] 4 tests from MSCFModelTest ((TIME) total)
< 
< [----------] 2 tests from MSCFModel_IDMTest
< [ RUN      ] MSCFModel_IDMTest.test_method_brakeGap
< [       OK ] MSCFModel_IDMTest.test_method_brakeGap ((TIME))
< [ RUN      ] MSCFModel_IDMTest.test_method_getSecureGap
< [       OK ] MSCFModel_IDMTest.test_method_getSecureGap ((TIME))
< [----------] 2 tests from MSCFModel_IDMTest ((TIME) total)
< 
< [----------] Global test environment tear-down
< [==========] 7 tests from 3 test cases ran. ((TIME) total)
< [  PASSED  ] 7 tests.
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

Detailed information for the tests that had known bugs:

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

#5180
(This bug was triggered by text found in file 'errors' matching '.')
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/getNeighborsSublane/runner.py", line 63, in <module>
>     traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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-winbuild-ba : traci vehicle openGap with_low_maxDecel_fast_CACC ( Last six runs Sep2020 )

not even failing as intended
(This bug was triggered by text found in file 'errors' matching 'Error')
---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module>
>     runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID)
>   File "C:/Users/delphi/Code/sumoInternal/git/tests\..\tests/complex/traci/vehicle/openGap/runner.py", line 42, in runSingle
>     traci.start([sumoBinary, "-c", "sumo.sumocfg"])
>   File "C:\Users\delphi\Code\sumoInternal\git\tools\traci\main.py", line 156, in start
>     sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
>   File "C:\Python37\lib\subprocess.py", line 775, in __init__
>     restore_signals, start_new_session)
>   File "C:\Python37\lib\subprocess.py", line 1178, in _execute_child
>     startupinfo)
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- 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>

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-winbuild-ba : sumo socketout ( Last six runs Sep2020 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in errors ----------
1,6d0
< Error: send failed: Software caused tcpip::Socket abort
< Quitting (on error).
< Error: Error on closing output devices.
< Error: send failed: Software caused tcpip::Socket abort
< Error: Error on closing output devices.
< Error: send failed: Software caused tcpip::Socket abort
---------- Differences in output ----------
1,31d0
< Loading configuration ... done.
< <?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>
<truncated after showing first 30 lines>