23Mar2023 - 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.31Mar091938.106819 -g

To start TextTest for these tests, run:

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


libtraci: 498 tests: 485 succeeded 12 FAILED 1 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in output ----------
1c1
< pois in range {'poi0': {}}
---
> pois in range {}
3c3
< pois in range {'poi0': {}, 'poi1': {}}
---
> pois in range {}
5,6c5,6
< pois in range {'poi1': {}}
< polys in range {'poly0': {}}
---
> pois in range {}
> polys in range {}
8c8
< polys in range [('poly0', {}), ('poly1', {})]
---
> polys in range []
10c10
< polys in range {'poly0': {}}
---
> polys in range {}

TEST FAILED on ts-sim-build-ba : traci connection busySocket sumo ( Last six runs Mar2023 )

---------- Differences in errors ----------
3c3
< Could not connect in 61 tries
---
> send failed: Software caused tcpip::Socket abort

TEST FAILED on ts-sim-build-ba : traci connection busySocket sumo-gui ( Last six runs Mar2023 )

---------- Differences in errors ----------
1c1
< Could not connect in 61 tries
---
> send failed: Software caused tcpip::Socket abort

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

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

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

TEST FAILED on ts-sim-build-ba : traci connection multipleConnections concurringSubscriptions sumo ( Last six runs Mar2023 )

---------- Differences in output ----------
519,742c519,742
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<    1 simulation subscription results: [('horiz', 228)]
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/parallelConnection/runner.py", line 54, in <module>
>     runSingle(50, 99, i)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/parallelConnection/runner.py", line 41, in runSingle
>     traci.start([sumoBinary, "-c", "used.sumocfg", "-S", "-Q"], port=PORT, label=label, stdout=sys.stdout)
>   File "/home/delphi/extraGcc/sumo/tools/libtraci/__init__.py", line 177, in start
>     version = simulation.start(cmd, -1 if port is None else port, numRetries, label, verbose)
>   File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 4135, in start
>     return _libtraci.simulation_start(*args, **kwargs)
> TypeError: in method 'simulation_start', argument 4 of type 'std::string const &'
---------- Differences in output ----------
3,16d2
<  Run 1
<  Run 2
< Print ended at step 100.0
< Print ended at step 100.0
< Print ended at step 100.0
< Connection already closed.
< ----------- TraCI ends first -----------
<  Run 0
<  Run 1
<  Run 2
< Print ended at step 100.0
< Print ended at step 100.0
< Print ended at step 100.0
< Connection '2' is not known.
traci connection parallelConnection sumo ( Last six runs Mar2023 )
traci connection parallelConnection sumo-gui ( Last six runs Mar2023 )

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

---------- 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 contextSubscriptions matrix_test ( Last six runs Mar2023 )

---------- Differences in errors ----------
2,464c2,8
< Quitting (on error).
< Error: Infeasible context domain (42)
< Quitting (on error).
< Error: Infeasible context domain (161)
< Quitting (on error).
< Error: Infeasible context domain (43)
< Quitting (on error).
< Error: Infeasible context domain (40)
< Quitting (on error).
< Error: Infeasible context domain (166)
< Quitting (on error).
< Error: Infeasible context domain (38)
< Quitting (on error).
< Error: Infeasible context domain (171)
< Quitting (on error).
< Error: Infeasible context domain (162)
< Quitting (on error).
< Error: Infeasible context domain (41)
< Quitting (on error).
< Error: Infeasible context domain (165)
< Quitting (on error).
< Error: Infeasible context domain (172)
< Quitting (on error).
< Error: Infeasible context domain (42)
< Quitting (on error).
< Error: Infeasible context domain (161)
< Quitting (on error).
< Error: Infeasible context domain (43)
< Quitting (on error).
<truncated after showing first 30 lines>
---------- Differences in output ----------
12a13
> Quitting (on error).
14,1315d14
< restarting sumo due to FatalTraCIError 'connection closed by SUMO'
< trying to subscribe to inductionloop around busstop 'bs_0' at time 1.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to junction around busstop 'bs_0' at time 3.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to lane around busstop 'bs_0' at time 5.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to lanearea around busstop 'bs_0' at time 7.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to meandata around busstop 'bs_0' at time 9.0
< restarting sumo due to FatalTraCIError 'connection closed by SUMO'
< trying to subscribe to multientryexit around busstop 'bs_0' at time 1.0
< restarting sumo due to FatalTraCIError 'connection closed by SUMO'
< trying to subscribe to overheadwire around busstop 'bs_0' at time 1.0
< restarting sumo due to FatalTraCIError 'connection closed by SUMO'
< trying to subscribe to parkingarea around busstop 'bs_0' at time 1.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to person around busstop 'bs_0' at time 3.0
<    found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to poi around busstop 'bs_0' at time 5.0
<    found 1 objects
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci contextSubscriptions simulation_5 ( Last six runs Mar2023 )

---------- Differences in errors ----------
2,22c2,8
< Quitting (on error).
< Error: Infeasible context domain (42)
< Quitting (on error).
< Error: Infeasible context domain (161)
< Quitting (on error).
< Error: Infeasible context domain (43)
< Quitting (on error).
< Error: Infeasible context domain (40)
< Quitting (on error).
< Error: Infeasible context domain (166)
< Quitting (on error).
< Error: Infeasible context domain (38)
< Quitting (on error).
< Error: Infeasible context domain (171)
< Quitting (on error).
< Error: Infeasible context domain (162)
< Quitting (on error).
< Error: Infeasible context domain (41)
< Quitting (on error).
< Error: Infeasible context domain (165)
< Quitting (on error).
---
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: tcpip::Socket::recvAndCheck @ recv: peer shutdown
<truncated after showing first 30 lines>
---------- Differences in output ----------
3,5c3,5
< 0 bs_0, bs_1, bs_2
< 1 bs_0, bs_1, bs_2
< 2 bs_0, bs_1, bs_2
---
> 0 
> 1 
> 2 
9,11c9,11
< 0 ca_0, ca_1
< 1 ca_0, ca_1
< 2 ca_0, ca_1
---
> 0 
> 1 
> 2 
15,17c15,17
< 0 cs_0, cs_1, cs_2
< 1 cs_0, cs_1, cs_2
< 2 cs_0, cs_1, cs_2
---
> 0 
> 1 
> 2 
21,23c21,23
< 0 1fi, 1o, 1si, 2fi, 2o, 2si, 3fi, 3o, 3si, 4fi, 4o, 4si
< 1 1fi, 1o, 1si, 2fi, 2o, 2si, 3fi, 3o, 3si, 4fi, 4o, 4si
< 2 1fi, 1o, 1si, 2fi, 2o, 2si, 3fi, 3o, 3si, 4fi, 4o, 4si
---
> 0 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci vehicle taxi case3_redispatch_before_pickup ( Last six runs Mar2023 )

---------- Differences in errors ----------
2,4d1
< Traceback (most recent call last):
<     raise FatalTraCIError("Connection already closed.")
< traci.exceptions.FatalTraCIError: Connection already closed.
---------- Differences in output ----------
1,2d0
< taxiFleet ('taxi_0',)
< reservations (Reservation(id=0, persons=('a',), group=a, fromEdge=A1B1, toEdge=D2D3, departPos=0.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0, state=1), Reservation(id=1, persons=('b',), group=b, fromEdge=B1C1, toEdge=C1D1, departPos=0.0, arrivalPos=50.0, depart=0.0, reservationTime=0.0, state=1), Reservation(id=2, persons=('c',), group=c, fromEdge=C1D1, toEdge=D2D3, departPos=50.0, arrivalPos=92.1, depart=0.0, reservationTime=0.0, state=1))

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

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