02Mar2024 - 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.31Mar092140.2388520 -g

To start TextTest for these tests, run:

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


libtraci: 519 tests: 509 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 Mar2024 )

---------- Differences in errors ----------
0a1,6
> 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'
> /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 609894 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 Mar2024 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/close_named/runner.py", line 33, in <module>
>     conn = traci.getConnection('default')
> AttributeError: module 'traci' has no attribute 'getConnection'

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

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/multiconnect/runner.py", line 36, in <module>
>     conns.append(traci.getConnection(str(i)))
> AttributeError: module 'traci' has no attribute 'getConnection'
---------- 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 Mar2024 )
traci connection parallelConnection sumo-gui ( Last six runs Mar2024 )

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

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/tracing/runner.py", line 32, in <module>
>     con = traci.getConnection()
> AttributeError: module 'traci' has no attribute 'getConnection'
---------- Differences in log ----------
1,27d0
< traci.start(ARGS)
< 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()
< traci.close()
---------- 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 misc signature ( Last six runs Mar2024 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/signature/runner.py", line 48, in <module>
>     traci.vehicle.setLaneChangeMode("horiz", lcm=0)
> TypeError: vehicle.setLaneChangeMode() got an unexpected keyword argument 'lcm'
---------- Differences in output ----------
1,5d0
< lane.getLinks traci: (laneID, extended=True) libsumo: (laneID)
< person.getPosition traci: (personID) libsumo: (personID, includeZ=False)
< poi.getPosition traci: (poiID) libsumo: (poiID, includeZ=False)
< vehicle.getPosition traci: (vehID) libsumo: (vehID, includeZ=False)
< Domain.setParameter() got an unexpected keyword argument 'oID'

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

---------- Differences in errors ----------
1c1,7
< Warning: Vehicle 'v0' performs emergency braking on lane 'gneE1_0' with decel=9.00, wished=4.50, severity=1.00, time=4.00.
---
> Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/moveToXY/elevation_sublane/runner.py", line 58, in <module>
>     traci.route.add("beg", ["beg"])
>   File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 4085, in add
>     return _libtraci.route_add(routeID, edges)
> libtraci.libtraci.TraCIException: Unknown edge 'beg' in route.
---------- Differences in output ----------
0a1
> Quitting (on error).

TEST FAILED on ts-sim-build-ba : traci vehicle ssm repeat ( Last six runs Mar2024 )

---------- Differences in errors ----------
0a1,4
> Error: Answered with error to command 0xc6: Unknown edge 'beg' in route.
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
1,45c1
< step 0
<   veh=ego minTTC= maxDRAC= minPET= minPPET= curTTC=None
<   veh=leader minTTC= maxDRAC= minPET= minPPET= curTTC=None
< step 1
<   veh=ego minTTC= maxDRAC= minPET= minPPET= curTTC=None
<   veh=leader minTTC= maxDRAC= minPET= minPPET= curTTC=None
< step 2
<   veh=ego minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=-6.648539282164589
<   veh=leader minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=None
< step 3
<   veh=ego minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=-13.962109132247772
<   veh=leader minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=None
< step 4
<   veh=ego minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=-4.72691504983286
<   veh=leader minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=None
< step 5
<   veh=ego minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=-8.794209187032042
<   veh=leader minTTC= maxDRAC=0.00 minPET= minPPET= curTTC=None
< step 6
<   veh=ego minTTC=4.18 maxDRAC=0.39 minPET= minPPET= curTTC=4.183734975482486
<   veh=leader minTTC=4.18 maxDRAC=0.39 minPET= minPPET= curTTC=None
< step 7
<   veh=ego minTTC=2.03 maxDRAC=1.12 minPET= minPPET= curTTC=2.027701553293637
<   veh=leader minTTC=2.03 maxDRAC=1.12 minPET= minPPET= curTTC=None
< step 8
<   veh=ego minTTC=2.03 maxDRAC=1.12 minPET= minPPET= curTTC=-6.32136620472998
<   veh=leader minTTC=2.03 maxDRAC=1.12 minPET= minPPET= curTTC=None
< step 9
<   veh=ego minTTC=2.03 maxDRAC=1.12 minPET= minPPET= curTTC=-13.249400180906845
<truncated after showing first 30 lines>
---------- Differences in ssm ----------
5,10d4
<     <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" speed="9.47"/>
<         <maxDRAC time="7.00" position="85.08,98.40" type="2" value="1.12" speed="9.47"/>
<         <PET time="NA" position="NA" type="NA" value="NA" speed="NA"/>
<         <minPPET time="NA" position="NA" type="NA" value="NA" speed="NA"/>
<     </conflict>
12,18c6,9
<         <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.09 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"/>
---
>         <timeSpan values=""/>
>         <BRSpan values=""/>
>         <SGAPSpan values=""/>
>         <TGAPSpan values=""/>
20,25d10
<     <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" speed="4.92"/>
<         <maxDRAC time="7.00" position="85.08,98.40" type="3" value="1.12" speed="4.92"/>
<         <PET time="NA" position="NA" type="NA" value="NA" speed="NA"/>
<         <minPPET time="NA" position="NA" type="NA" value="NA" speed="NA"/>
<     </conflict>
27,31c12,15
<         <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.51 4.50 4.47 0.00 0.00 0.00 0.00 0.00 0.17 0.05"/>
<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 Mar2024 )

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