19Aug25rv1_24_0+0325-20400ab9bf4 - detailed test results for COMPLEX.libtraci

To reconnect the TextTest GUI to these results, run:

texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests -reconnect C:\Users\delphi\testreports\sumoExtra\msvc16extrax64tmp\msvc16extrax64.31Aug072228.6932 -g

To start TextTest for these tests, run:

texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests


libtraci: 586 tests: 571 succeeded 12 FAILED 2 killed 1 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-wintest-ba : traci connection close_instance ( Last six runs Aug2025 )

---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/connection/close_instance/runner.py", line 34, in <module>
>     conn = traci.connect(sumoPort, proc=sumoProcess)
>            ^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'connect'. Did you mean: 'connection'?
> C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 9164 is still running
>   _warn("subprocess %s is still running" % self.pid,

TEST FAILED on ts-sim-wintest-ba : traci connection close_named ( Last six runs Aug2025 )

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/connection/close_named/runner.py", line 34, in <module>
>     conn = traci.getConnection('default')
>            ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?

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

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/connection/multiconnect/runner.py", line 37, in <module>
>     conns.append(traci.getConnection(str(i)))
>                  ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?
---------- Differences in output ----------
1,32d0
< 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
< {0: ('horizontal', 'vertical', 'withTaz2')}
< step 5
<truncated after showing first 30 lines>

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

---------- Differences in output ----------
8c8
< Connection already closed.
---
> Not connected.
16d15
< Connection '2' is not known.
traci connection parallelConnection sumo ( Last six runs Aug2025 )
traci connection parallelConnection sumo-gui ( Last six runs Aug2025 )

TEST FAILED on ts-sim-wintest-ba : traci connection tracing ( Last six runs Aug2025 )

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/connection/tracing/runner.py", line 46, in <module>
>     con = traci.getConnection()
>           ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?
---------- Differences in log ----------
3,27d2
< 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,16d0
< step 0.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.0

TEST FAILED on ts-sim-wintest-ba : traci_cs simple ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1,14
> -- Building for: Visual Studio 16 2019
> -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.17763.
> -- The CSharp compiler identification is Microsoft unknown 9999
> -- The CSharp compiler version is 3.11.0
> -- Check for working C# compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/Roslyn/csc.exe
> -- Check for working C# compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/Roslyn/csc.exe - works
> -- Configuring done
> -- Generating done
> -- Build files have been written to: <TEXTTEST_SANDBOX>/build
> Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
> 
>   Checking Build System
>   TraCITestCS -> <TEXTTEST_SANDBOX>\build\Release\TraCITestCS.exe
>   Building Custom Rule <TEXTTEST_SANDBOX>/data/CMakeLists.txt

TEST FAILED on ts-sim-wintest-ba : traci_java api ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1
> C:\Users\delphi\jdk-21\bin\java.exe
79c80
< Simulation.convertGeo: 13.380492798007497, 52.50047399595011
---
> Simulation.convertGeo: 13.38049279800687, 52.50047399596812
80a82
> java

TEST FAILED on ts-sim-wintest-ba : traci_java concurrent ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1
> C:\Users\delphi\jdk-21\bin\java.exe
100a102
> java

TEST FAILED on ts-sim-wintest-ba : traci_java multiclient ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1
> C:\Users\delphi\jdk-21\bin\java.exe
4652a4654
> java

TEST FAILED on ts-sim-wintest-ba : traci_java simple ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1
> C:\Users\delphi\jdk-21\bin\java.exe
4639a4641
> java

TEST FAILED on ts-sim-wintest-ba : traci_java subscription ( Last six runs Aug2025 )

---------- Differences in output ----------
0a1
> C:\Users\delphi\jdk-21\bin\java.exe
147a149
> java

Detailed information for the tests that had known bugs:

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

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1
> internal corner (inside, segment2) failed: x=198, x2=198.0,   y=1.9, y2=1.9,   lane=middle_0, lane2=middle_0, pos=102, pos2=98.0   posLat=2.0 posLat2=1.9

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : traci gui b50 ( Last six runs Aug2025 )

Test exceeded wallclock time limit of 900.0 seconds

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : traci gui gui ( Last six runs Aug2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1,33d0
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-809.6875, -232.0), (1609.6875, 1032.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: False
< edge selected: False
< veh selected: True
< edge selected: True
< screenshot dimensions (500, 500, 4)
<truncated after showing first 30 lines>