14Jun2025 - 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: 577 succeeded 8 FAILED 1 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
0a1,2
> Warning: Person 'p0' is jammed on edge 'E0', time=374.00.
> Warning: Person 'p1' is jammed on edge 'E0', time=493.00.
---------- Differences in tripinfo ----------
5,7c5,7
<     <personinfo id="p0" depart="10.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="130.00" waitingTime="32.00" timeLoss="17.66" traveltime="98.00">
<         <walk depart="10.00" departPos="0.00" arrival="81.00" arrivalPos="47.09" duration="71.00" routeLength="95.05" timeLoss="6.43" maxSpeed="1.47" waitingTime="0.00"/>
<         <ride waitingTime="32.00" vehicle="v_0" depart="113.00" arrival="140.00" arrivalPos="47.97" duration="27.00" routeLength="226.73" timeLoss="11.22"/>
---
>     <personinfo id="p0" depart="10.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="512.00" waitingTime="421.00" timeLoss="319.87" traveltime="392.00">
>         <walk depart="10.00" departPos="0.00" arrival="375.00" arrivalPos="35.00" duration="365.00" routeLength="82.97" timeLoss="308.64" maxSpeed="1.47" waitingTime="301.00"/>
>         <ride waitingTime="120.00" vehicle="v_0" depart="495.00" arrival="522.00" arrivalPos="47.97" duration="27.00" routeLength="226.73" timeLoss="11.22"/>
9,11c9,11
<     <personinfo id="p1" depart="30.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="110.00" waitingTime="1.00" timeLoss="20.28" traveltime="109.00">
<         <walk depart="30.00" departPos="0.00" arrival="112.00" arrivalPos="47.09" duration="82.00" routeLength="95.05" timeLoss="9.06" maxSpeed="1.30" waitingTime="0.00"/>
<         <ride waitingTime="1.00" vehicle="v_0" depart="113.00" arrival="140.00" arrivalPos="47.97" duration="27.00" routeLength="226.73" timeLoss="11.22"/>
---
>     <personinfo id="p1" depart="30.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="492.00" waitingTime="392.00" timeLoss="411.56" traveltime="491.00">
>         <walk depart="30.00" departPos="0.00" arrival="494.00" arrivalPos="35.00" duration="464.00" routeLength="82.97" timeLoss="400.33" maxSpeed="1.30" waitingTime="391.00"/>
>         <ride waitingTime="1.00" vehicle="v_0" depart="495.00" arrival="522.00" arrivalPos="47.97" duration="27.00" routeLength="226.73" timeLoss="11.22"/>
13c13
<     <tripinfo id="v_0" depart="0.00" departLane="E0_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="140.00" arrivalLane="E3_1" arrivalPos="47.97" arrivalSpeed="14.50" duration="140.00" routeLength="261.63" waitingTime="0.00" waitingCount="0" stopTime="108.00" timeLoss="12.85" rerouteNo="0" devices="tripinfo_v_0 person_v_0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
---
>     <tripinfo id="v_0" depart="0.00" departLane="E0_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="522.00" arrivalLane="E3_1" arrivalPos="47.97" arrivalSpeed="14.50" duration="522.00" routeLength="261.63" waitingTime="0.00" waitingCount="0" stopTime="490.00" timeLoss="12.85" rerouteNo="0" devices="tripinfo_v_0 person_v_0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>

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

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
1,13d0
< busstops ()
< busstop count 0
< stop attributes:
< time: 0.0
< time: 5.0
< time: 10.0
< time: 15.0
< time: 20.0
< time: 25.0
< time: 30.0
< time: 35.0
< time: 40.0
< time: 45.0

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 1108833 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

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