01Apr2023 - 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.30Apr091841.426201 -g

To start TextTest for these tests, run:

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


libtraci: 500 tests: 485 succeeded 14 FAILED 1 known bugs

Detailed information for the tests that FAILED:

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

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

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

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

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

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

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

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

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

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

---------- 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 trafficlight setLogic_repeated ( Last six runs Apr2023 )

---------- Differences in summary ----------
4a5
>     <performance clockBegin="1680333831.19" clockEnd="1680333831.21" clockDuration="0.02" traciDuration="0.00" realTimeFactor="3600.00" vehicleUpdatesPerSecond="0.00" personUpdatesPerSecond="0.00" begin="0.00" end="72.00" duration="72.00"/>

TEST FAILED on ts-sim-build-ba : traci vehicle openGap merger_as_reference_vehicle ( Last six runs Apr2023 )

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> libtraci.libtraci.FatalTraCIError: send failed: Software caused tcpip::Socket abort
---------- Differences in output ----------
1,427d0
< Fix follower's lane.
< Subscribe to leader.
< Time 2.0: Gap 'follower'->'merger' = 9825.038 (headway=607.926)
< 'follower' speed = 16.161582708
< Time 3.0: Gap 'follower'->'merger' = 9828.066 (headway=578.679)
< 'follower' speed = 16.9836198736
< Time 4.0: Gap 'follower'->'merger' = 9830.381 (headway=558.979)
< 'follower' speed = 17.5863190784
< Time 5.0: Gap 'follower'->'merger' = 9832.169 (headway=545.081)
< 'follower' speed = 18.0379935645
< Time 6.0: Gap 'follower'->'merger' = 9833.559 (headway=534.969)
< 'follower' speed = 18.3815472225
< Time 7.0: Gap 'follower'->'merger' = 9834.645 (headway=527.451)
< 'follower' speed = 18.6456171431
< Time 8.0: Gap 'follower'->'merger' = 9835.497 (headway=521.773)
< 'follower' speed = 18.8501483763
< Time 9.0: Gap 'follower'->'merger' = 9836.168 (headway=517.435)
< 'follower' speed = 19.0094667411
< Time 10.0: Gap 'follower'->'merger' = 9836.696 (headway=514.092)
< 'follower' speed = 19.1340998278
< Time 11.0: Gap 'follower'->'merger' = 9837.113 (headway=511.499)
< 'follower' speed = 19.231918606
< Time 12.0: Gap 'follower'->'merger' = 9837.442 (headway=509.477)
< 'follower' speed = 19.3088858604
< Time 13.0: Gap 'follower'->'merger' = 9837.703 (headway=507.895)
< 'follower' speed = 19.3695649077
< Time 14.0: Gap 'follower'->'merger' = 9837.910 (headway=506.652)
< 'follower' speed = 19.4174756866
< Time 15.0: Gap 'follower'->'merger' = 9838.073 (headway=505.674)
<truncated after showing first 30 lines>

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

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

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