13Apr2024 - 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.30Apr092214.3613112 -g

To start TextTest for these tests, run:

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


libtraci: 530 tests: 521 succeeded 8 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 Apr2024 )

---------- 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 1163853 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 Apr2024 )

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

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

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

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

---------- 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 trafficlight crossings ( Last six runs Apr2024 )

---------- Differences in errors ----------
1,4c1,3
< Warning: Invalid 'off'-state for link 24 at junction 'C'
< Warning: Invalid 'off'-state for link 25 at junction 'C'
< Warning: Invalid 'off'-state for link 26 at junction 'C'
< Warning: Invalid 'off'-state for link 27 at junction 'C'
---
> Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
1,37c1
< step 0
< step 1
< step 2
< trafficlight ('C',)
< trafficlight count 1
< waitingPersons 0
< examining C
< ryg rrrrrrrrrrryrrrrrrrrrrryrrrr
< rygdef (Logic(programID='0', type=0, currentPhaseIndex=4, phases=(Phase(duration=28.0, state='rrrrrrgGgGGgrrrrrrgGgGGgGrGr', minDur=28.0, maxDur=28.0), Phase(duration=5.0, state='rrrrrrgGgGGgrrrrrrgGgGGgrrrr', minDur=5.0, maxDur=5.0), Phase(duration=3.0, state='rrrrrryyyyygrrrrrryyyyygrrrr', minDur=3.0, maxDur=3.0), Phase(duration=6.0, state='rrrrrrrrrrrGrrrrrrrrrrrGrrrr', minDur=6.0, maxDur=6.0), Phase(duration=3.0, state='rrrrrrrrrrryrrrrrrrrrrryrrrr', minDur=3.0, maxDur=3.0, name='setByTraC
I'), Phase(duration=28.0, state='gGgGGgrrrrrrgGgGGgrrrrrrrGrG', minDur=28.0, maxDur=28.0), Phase(duration=5.0, state='gGgGGgrrrrrrgGgGGgrrrrrrrrrr', minDur=5.0, maxDur=5.0), Phase(duration=3.0, state='yyyyygrrrrrryyyyygrrrrrrrrrr', minDur=3.0, maxDur=3.0), Phase(duration=6.0, state='rrrrrGrrrrrrrrrrrGrrrrrrrrrr', minDur=6.0, maxDur=6.0), Phase(duration=3.0, state='rrrrryrrrrrrrrrrryrrrrrrrrrr', minDur=3.0, maxDur=3.0)), subParameter={}),)
< lanes ('NC_2', 'NC_2', 'NC_3', 'NC_3', 'NC_4', 'NC_4', 'EC_2', 'EC_2', 'EC_3', 'EC_3', 'EC_4', 'EC_4', 'SC_2', 'SC_2', 'SC_3', 'SC_3', 'SC_4', 'SC_4', 'WC_2', 'WC_2', 'WC_3', 'WC_3', 'WC_4', 'WC_4', ':C_w1_0', ':C_w2_0', ':C_w3_0', ':C_w0_0')
< links [[('NC_2', 'CW_2', ':C_0_0')], [('NC_2', 'CS_2', ':C_1_0')], [('NC_3', 'CW_3', ':C_2_0')], [('NC_3', 'CS_3', ':C_3_0')], [('NC_4', 'CS_4', ':C_3_1')], [('NC_4', 'CE_4', ':C_5_0')], [('EC_2', 'CN_2', ':C_6_0')], [('EC_2', 'CW_2', ':C_7_0')], [('EC_3', 'CN_3', ':C_8_0')], [('EC_3', 'CW_3', ':C_9_0')], [('EC_4', 'CW_4', ':C_9_1')], [('EC_4', 'CS_4', ':C_11_0')], [('SC_2', 'CE_2', ':C_12_0')], [('SC_2', 'CN_2', ':C_13_0')], [('SC_3', 'CE_3', ':C_14_0')], [('SC_3', 'CN_3', ':C_15_0')], [('SC_
4', 'CN_4', ':C_15_1')], [('SC_4', 'CW_4', ':C_17_0')], [('WC_2', 'CS_2', ':C_18_0')], [('WC_2', 'CE_2', ':C_19_0')], [('WC_3', 'CS_3', ':C_20_0')], [('WC_3', 'CE_3', ':C_21_0')], [('WC_4', 'CE_4', ':C_21_1')], [('WC_4', 'CN_4', ':C_23_0')], [(':C_w1_0', ':C_c0_0', '')], [(':C_w2_0', ':C_c1_0', '')], [(':C_w3_0', ':C_c2_0', '')], [(':C_w0_0', ':C_c3_0', '')]]
< program 0
< phase 4
< phaseName setByTraCI
< switch 26.0
< duration 3.0
< numDefs=1 numPhases=[10]
< {0: ('C',)}
< step 3
< {0: ('C',)}
< step 4
< {0: ('C',)}
< step 5
< {0: ('C',)}
< examining C
< ryg rrrrurrrrrryrrrrurrrrrryrrrr
< rygdef (Logic(programID='0', type=0, currentPhaseIndex=4, phases=(Phase(duration=28.0, state='rrrrrrgGgGGgrrrrrrgGgGGgGrGr', minDur=28.0, maxDur=28.0), Phase(duration=5.0, state='rrrrrrgGgGGgrrrrrrgGgGGgrrrr', minDur=5.0, maxDur=5.0), Phase(duration=3.0, state='rrrrrryyyyygrrrrrryyyyygrrrr', minDur=3.0, maxDur=3.0), Phase(duration=6.0, state='rrrrrrrrrrrGrrrrrrrrrrrGrrrr', minDur=6.0, maxDur=6.0), Phase(duration=3.0, state='rrrrrrrrrrryrrrrrrrrrrryrrrr', minDur=3.0, maxDur=3.0, name='setByTraC
I'), Phase(duration=28.0, state='gGgGGgrrrrrrgGgGGgrrrrrrrGrG', minDur=28.0, maxDur=28.0), Phase(duration=5.0, state='gGgGGgrrrrrrgGgGGgrrrrrrrrrr', minDur=5.0, maxDur=5.0), Phase(duration=3.0, state='yyyyygrrrrrryyyyygrrrrrrrrrr', minDur=3.0, maxDur=3.0), Phase(duration=6.0, state='rrrrrGrrrrrrrrrrrGrrrrrrrrrr', minDur=6.0, maxDur=6.0), Phase(duration=3.0, state='rrrrryrrrrrrrrrrryrrrrrrrrrr', minDur=3.0, maxDur=3.0)), subParameter={}), Logic(programID='online', type=0, currentPhaseIndex=0, pha
ses=(Phase(duration=1.0, state='rrrrurrrrrryrrrrurrrrrryrrrr', minDur=1.0, maxDur=1.0),), subParameter={}))
< lanes ('NC_2', 'NC_2', 'NC_3', 'NC_3', 'NC_4', 'NC_4', 'EC_2', 'EC_2', 'EC_3', 'EC_3', 'EC_4', 'EC_4', 'SC_2', 'SC_2', 'SC_3', 'SC_3', 'SC_4', 'SC_4', 'WC_2', 'WC_2', 'WC_3', 'WC_3', 'WC_4', 'WC_4', ':C_w1_0', ':C_w2_0', ':C_w3_0', ':C_w0_0')
< links [[('NC_2', 'CW_2', ':C_0_0')], [('NC_2', 'CS_2', ':C_1_0')], [('NC_3', 'CW_3', ':C_2_0')], [('NC_3', 'CS_3', ':C_3_0')], [('NC_4', 'CS_4', ':C_3_1')], [('NC_4', 'CE_4', ':C_5_0')], [('EC_2', 'CN_2', ':C_6_0')], [('EC_2', 'CW_2', ':C_7_0')], [('EC_3', 'CN_3', ':C_8_0')], [('EC_3', 'CW_3', ':C_9_0')], [('EC_4', 'CW_4', ':C_9_1')], [('EC_4', 'CS_4', ':C_11_0')], [('SC_2', 'CE_2', ':C_12_0')], [('SC_2', 'CN_2', ':C_13_0')], [('SC_3', 'CE_3', ':C_14_0')], [('SC_3', 'CN_3', ':C_15_0')], [('SC_
4', 'CN_4', ':C_15_1')], [('SC_4', 'CW_4', ':C_17_0')], [('WC_2', 'CS_2', ':C_18_0')], [('WC_2', 'CE_2', ':C_19_0')], [('WC_3', 'CS_3', ':C_20_0')], [('WC_3', 'CE_3', ':C_21_0')], [('WC_4', 'CE_4', ':C_21_1')], [('WC_4', 'CN_4', ':C_23_0')], [(':C_w1_0', ':C_c0_0', '')], [(':C_w2_0', ':C_c1_0', '')], [(':C_w3_0', ':C_c2_0', '')], [(':C_w0_0', ':C_c3_0', '')]]
<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 Apr2024 )

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