texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.30Jun093012.2076434 -g
texttest -a complex -d /home/delphi/extraGcc/sumo/tests
---------- 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 3930333 is still running > _warn("subprocess %s is still running" % self.pid,
---------- 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'
---------- 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>
---------- Differences in output ---------- 8c8 < Connection already closed. --- > Not connected. 16d15 < Connection '2' is not known.traci connection parallelConnection sumo ( Last six runs Jun2024 )
---------- 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
---------- 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'
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/trafficlight/setProgramLogic_types/runner.py", line 42, in <module> > Logic("customActuated", tc.TRAFFICLIGHT_TYPE_ACTUATED, 0, > File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 974, in __init__ > _libtraci.TraCILogic_swiginit(self, _libtraci.new_TraCILogic(*args)) > TypeError: Wrong number or type of arguments for overloaded function 'new_TraCILogic'. > Possible C/C++ prototypes are: > libsumo::TraCILogic::TraCILogic() > libsumo::TraCILogic::TraCILogic(std::string const &,int const,int const,std::vector< std::shared_ptr< libsumo::TraCIPhase >,std::allocator< std::shared_ptr< libsumo::TraCIPhase > > > const &) > ---------- Differences in output ---------- 1,26d0 < set logic type=actuated < 34.0 phase=1 nextSwitch=36.0 < 37.0 phase=2 nextSwitch=41.0 < 42.0 phase=3 nextSwitch=44.0 < 45.0 phase=0 nextSwitch=49.0 < 50.0 phase=1 nextSwitch=52.0 < 53.0 phase=2 nextSwitch=57.0 < 58.0 phase=3 nextSwitch=60.0 < 61.0 phase=0 nextSwitch=65.0 < 66.0 phase=1 nextSwitch=68.0 < 69.0 phase=2 nextSwitch=73.0 < 74.0 phase=3 nextSwitch=76.0 < 77.0 phase=0 nextSwitch=81.0 < 82.0 phase=1 nextSwitch=84.0 < 85.0 phase=2 nextSwitch=89.0 < 90.0 phase=3 nextSwitch=92.0 < 93.0 phase=0 nextSwitch=97.0 < 98.0 phase=1 nextSwitch=100.0 < set logic type=static < 134.0 phase=1 nextSwitch=136.0 < 137.0 phase=2 nextSwitch=169.0 < 170.0 phase=3 nextSwitch=172.0 < 173.0 phase=0 nextSwitch=205.0 < set logic type=delay_based < 251.0 phase=1 nextSwitch=253.0 < 254.0 phase=2 nextSwitch=258.0
---------- Differences in errors ---------- 0a1 > Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use ---------- Differences in output ---------- 0a1 > Quitting (on error). ---------- Missing result in fcd ---------- <?xml version="1.0" encoding="UTF-8"?> <fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd"> <timestep time="0.00"> <vehicle id="v0" x="5.10" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="1.00"> <vehicle id="v0" x="7.70" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="2.60" pos="7.70" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="2.00"> <vehicle id="v0" x="12.49" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="4.79" pos="12.49" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="3.00"> <vehicle id="v0" x="18.96" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="6.47" pos="18.96" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="4.00"> <vehicle id="v0" x="27.18" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="8.22" pos="27.18" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="5.00"> <vehicle id="v0" x="37.11" y="-0.60" angle="84.25" type="DEFAULT_VEHTYPE" speed="9.93" pos="37.11" lane="gneE0_0" slope="0.00"/> </timestep> <timestep time="6.00"> <vehicle id="v0" x="48.41" y="0.40" angle="84.94" type="DEFAULT_VEHTYPE" speed="11.30" pos="951.59" lane="-gneE0_0" slope="0.00"/> </timestep> <timestep time="7.00"> <vehicle id="v0" x="61.16" y="0.90" angle="87.75" type="DEFAULT_VEHTYPE" speed="12.74" pos="938.84" lane="-gneE0_0" slope="0.00"/> </timestep> <timestep time="8.00"> <vehicle id="v0" x="74.95" y="0.90" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.80" pos="925.05" lane="-gneE0_0" slope="0.00"/> <truncated after showing first 30 lines>
---------- Differences in errors ---------- 1,2c1,2 < Warning: Ignoring indexOffset -1 for vehicle 'v0' on laneIndex 0. < Warning: Ignoring indexOffset -1 for vehicle 'v0' on laneIndex 0. --- > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries ---------- Differences in fcd ---------- 21c21 < <vehicle id="v0" x="37.11" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="9.93" pos="37.11" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="37.11" y="-0.60" angle="84.25" type="DEFAULT_VEHTYPE" speed="9.93" pos="37.11" lane="gneE0_0" slope="0.00"/> 24c24 < <vehicle id="v0" x="48.41" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="11.30" pos="48.41" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="48.41" y="0.40" angle="84.94" type="DEFAULT_VEHTYPE" speed="11.30" pos="951.59" lane="-gneE0_0" slope="0.00"/> 27c27 < <vehicle id="v0" x="61.93" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.51" pos="61.93" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="61.16" y="0.90" angle="87.75" type="DEFAULT_VEHTYPE" speed="12.74" pos="938.84" lane="-gneE0_0" slope="0.00"/> 30c30 < <vehicle id="v0" x="75.64" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.71" pos="75.64" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="74.95" y="0.90" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.80" pos="925.05" lane="-gneE0_0" slope="0.00"/> 33c33 < <vehicle id="v0" x="90.26" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.62" pos="90.26" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="89.62" y="0.90" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.66" pos="910.38" lane="-gneE0_0" slope="0.00"/> 36c36 < <vehicle id="v0" x="104.11" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.84" pos="104.11" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="103.70" y="-0.10" angle="94.06" type="DEFAULT_VEHTYPE" speed="14.08" pos="103.70" lane="gneE0_0" slope="0.00"/> 39c39 < <vehicle id="v0" x="118.24" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="14.14" pos="118.24" lane="gneE0_0" slope="0.00"/> --- > <vehicle id="v0" x="118.04" y="-0.90" angle="93.20" type="DEFAULT_VEHTYPE" speed="14.33" pos="118.04" lane="gneE0_0" slope="0.00"/> 42c42 < <vehicle id="v0" x="131.96" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="13.72" pos="131.96" lane="gneE0_0" slope="0.00"/> <truncated after showing first 30 lines>
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