13Nov2025 - 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_gcc.25Nov090543.1130069 -g

To start TextTest for these tests, run:

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


libtraci: 587 tests: 579 succeeded 7 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 Nov2025 )

---------- 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 3665436 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 Nov2025 )

---------- 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 Nov2025 )

---------- 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 Nov2025 )
traci connection parallelConnection sumo-gui ( Last six runs Nov2025 )

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

---------- 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 vehicle getNeighborsSublane ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries
---------- Differences in fcd ----------
18,25c18,25
<         <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"/>
---
>         <vehicle id="l0.0" x="1.58" y="-2.10" angle="84.24" type="t0" speed="1.58" pos="1.58" lane="entry_2" slope="0.00"/>
>         <vehicle id="l0.1" x="12.09" y="-0.50" angle="88.86" type="t1" speed="2.09" pos="12.09" lane="entry_2" slope="0.00"/>
>         <vehicle id="l1.0" x="41.91" y="-2.70" angle="91.14" type="t0" speed="1.91" pos="41.91" lane="entry_2" slope="0.00"/>
>         <vehicle id="l1.1" x="51.75" y="-0.50" angle="88.86" type="t1" speed="1.75" pos="1.75" lane="mid_2" slope="0.00"/>
>         <vehicle id="r0.0" x="1.96" y="-9.10" angle="91.14" type="t0" speed="1.96" pos="1.96" lane="entry_0" slope="0.00"/>
>         <vehicle id="r0.1" x="12.54" y="-6.90" angle="88.87" type="t1" speed="2.54" pos="12.54" lane="entry_0" slope="0.00"/>
>         <vehicle id="r1.0" x="41.67" y="-9.10" angle="91.14" type="t0" speed="1.67" pos="41.67" lane="entry_0" slope="0.00"/>
>         <vehicle id="r1.1" x="51.44" y="-6.90" angle="88.86" type="t1" speed="1.44" pos="1.44" lane="mid_0" slope="0.00"/>
29,36c29,36
<         <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"/>
<         <vehicle id="l1.0" x="45.41" y="-2.60" angle="90.00" type="t0" speed="3.50" pos="45.41" lane="entry_2" slope="0.00"/>
<         <vehicle id="l1.1" x="55.62" y="-0.60" angle="90.00" type="t1" speed="3.87" pos="5.62" lane="mid_2" slope="0.00"/>
<         <vehicle id="r0.0" x="5.56" y="-9.00" angle="90.00" type="t0" speed="3.59" pos="5.56" lane="entry_0" slope="0.00"/>
<         <vehicle id="r0.1" x="17.63" y="-7.00" angle="90.00" type="t1" speed="5.08" pos="17.63" lane="entry_0" slope="0.00"/>
<         <vehicle id="r1.0" x="45.18" y="-9.00" angle="90.00" type="t0" speed="3.51" pos="45.18" lane="entry_0" slope="0.00"/>
<         <vehicle id="r1.1" x="54.90" y="-7.00" angle="90.00" type="t1" speed="3.46" pos="4.90" lane="mid_0" slope="0.00"/>
---
>         <vehicle id="l0.0" x="3.73" y="-2.60" angle="92.42" type="t0" speed="2.15" pos="3.73" lane="entry_2" slope="0.00"/>
>         <vehicle id="l0.1" x="16.27" y="-0.50" angle="89.81" type="t1" speed="4.18" pos="16.27" lane="entry_2" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,707d0
< 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):
<   [('r0.0', -0.5680975253693763)]
<   rightLeaders (only blocking):
<   [('r0.1', -2.3628522372338914)]
<   leftFollowers (only blocking):
<   [('l0.0', 0.08090834117028756)]
<   leftLeaders (only blocking):
<   [('l0.1', -3.7208081589313196)]
< 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)]
<   leftLeaders:
<truncated after showing first 30 lines>

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 Nov2025 )

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