13Jun2025 - detailed test results for COMPLEX.libtraci

To reconnect the TextTest GUI to these results, run:

texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.30Jun092047.1095572 -g

To start TextTest for these tests, run:

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


libtraci: 586 tests: 576 succeeded 9 FAILED 1 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/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'?
> /usr/lib/python3.12/subprocess.py:1127: ResourceWarning: subprocess 3789802 is still running
>   _warn("subprocess %s is still running" % self.pid,

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

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/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-build-ba : traci connection multiconnect ( Last six runs Jun2025 )

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/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-build-ba :

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

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

---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/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-build-ba : traci gui gui ( Last six runs Jun2025 )

---------- Differences in output ----------
33c33
< views ('View #0',)
---
> views ('View #0', 'newView')

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

---------- Differences in errors ----------
0a1,10
> Error: Answered with error to command 0xc6: Unknown edge 'beg' in route.
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/moveToXY/intersection/runner.py", line 49, in <module>
>     x, y = traci.vehicle.getPosition(vehID)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 5110, in getPosition
>     return _libtraci.vehicle_getPosition(vehID, includeZ)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> libtraci.libtraci.TraCIException: Vehicle 'ego' is not known.
---------- Differences in output ----------
6,19c6,7
< Performance:
< Vehicles:
<  Inserted: 11
<  Running: 7
<  Waiting: 0
< Statistics (avg of 11):
<  RouteLength: 105.16
<  Speed: 5.93
<  Duration: 19.00
<  WaitingTime: 2.54
<  TimeLoss: 10.40
<  DepartDelay: 0.00
<  DepartDelayWaiting: 0.00
< DijkstraRouter answered 11 queries and explored 3.91 edges on average.
---
> Quitting (on error).
> DijkstraRouter answered 2 queries and explored 3.50 edges on average.
21,26d8
< -- 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-build-ba : traci vehicle moveToXY speedWithoutTraCI ( Last six runs Jun2025 )

---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/moveToXY/speedWithoutTraCI/runner.py", line 58, in <module>
>     traci.route.add("beg", ["beg"])
>   File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 3659, in add
>     return _libtraci.route_add(routeID, edges)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> libtraci.libtraci.TraCIException: Unknown edge 'beg' in route.
---------- Differences in output ----------
1,10d0
< 3.0 x=5.1 v=0.0 vOrig=1.75065283088
< 4.0 x=5.1 v=0.0 vOrig=1.9061880165
< 5.0 x=6.1 v=1.0 vOrig=2.08971988265
< 6.0 x=8.1 v=2.0 vOrig=2.58319923109
< 7.0 x=11.1 v=3.0 vOrig=3.59276114563
< 8.0 x=15.1 v=4.0 vOrig=5.08766243311
< 9.0 x=20.1 v=5.0 vOrig=5.74060355399
< 10.0 x=26.1 v=6.0 vOrig=7.086184722
< 11.0 x=33.1 v=7.0 vOrig=8.16382706861
< 12.0 x=41.1 v=8.0 vOrig=8.96720227974

Detailed information for the tests that had known bugs:

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

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