texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.31Jan092145.835349 -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 2043696 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 Jan2024 )
---------- 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,12 > Traceback (most recent call last): > File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/tracing/runner.py", line 58, in <module> > [setGetParam(*x) for x in objects] > File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/tracing/runner.py", line 58, in <listcomp> > [setGetParam(*x) for x in objects] > File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/tracing/runner.py", line 38, in setGetParam > print(objectType, 'foo="%s"' % object.getParameter(objectID, "foo")) > File "/home/delphi/extraGcc/sumo/tools/traci/step.py", line 117, in tracingWrapper > return method(*args, **kwargs) > File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 6296, in getParameter > return _libtraci.vehicle_getParameter(objectID, key) > libtraci.libtraci.TraCIException: Vehicle 'veh0' is not known. ---------- Differences in log ---------- 1,31d0 < 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.vehicle.subscribe('veh0') < traci.vehicle.unsubscribe('veh0') < traci.person.getRemainingStages('ped0') <truncated after showing first 30 lines> ---------- Differences in output ---------- 2,16d1 < 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 ---------- 1c1,4 < Warning: Could not map position 111.59,113.40 onto lane ':C_w1_0' (fromLane=':C_c1_0' toLane='CN_0') for person 'p0' time=38.00. --- > Error: Answered with error to command 0xa4: Vehicle 'veh0' is not known. > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries ---------- Differences in fcd ---------- 8,248d7 < <timestep time="1.00"> < <person id="p0" x="111.59" y="76.40" angle="0.00" speed="1.00" pos="76.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="2.00"> < <person id="p0" x="111.59" y="77.40" angle="0.00" speed="1.00" pos="77.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="3.00"> < <person id="p0" x="111.59" y="78.40" angle="0.00" speed="1.00" pos="78.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="4.00"> < <person id="p0" x="111.59" y="79.40" angle="0.00" speed="1.00" pos="79.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="5.00"> < <person id="p0" x="111.59" y="80.40" angle="0.00" speed="1.00" pos="80.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="6.00"> < <person id="p0" x="111.59" y="81.40" angle="0.00" speed="1.00" pos="81.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="7.00"> < <person id="p0" x="111.59" y="82.40" angle="0.00" speed="1.00" pos="82.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="8.00"> < <person id="p0" x="111.59" y="83.40" angle="0.00" speed="1.00" pos="83.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="9.00"> < <person id="p0" x="111.59" y="84.40" angle="0.00" speed="1.00" pos="84.40" edge="SC" slope="0.00"/> < </timestep> < <timestep time="10.00"> < <person id="p0" x="111.59" y="85.40" angle="0.00" speed="1.00" pos="0.00" edge=":C_w2" slope="0.00"/> <truncated after showing first 30 lines> ---------- Differences in output ---------- 1,80c1 < s=0.0 x=111.59 y=75.4 < s=1.0 x=111.59 y=76.4 < s=2.0 x=111.59 y=77.4 < s=3.0 x=111.59 y=78.4 < s=4.0 x=111.59 y=79.4 < s=5.0 x=111.59 y=80.4 < s=6.0 x=111.59 y=81.4 < s=7.0 x=111.59 y=82.4 < s=8.0 x=111.59 y=83.4 < s=9.0 x=111.59 y=84.4 < s=10.0 x=111.59 y=85.4 < s=11.0 x=111.59 y=86.4 < s=12.0 x=111.59 y=87.4 < s=13.0 x=111.59 y=88.4 < s=14.0 x=111.59 y=89.4 < s=15.0 x=111.59 y=90.4 < s=16.0 x=111.59 y=91.4 < s=17.0 x=111.59 y=92.4 < s=18.0 x=111.59 y=93.4 < s=19.0 x=111.59 y=94.4 < s=20.0 x=111.59 y=95.4 < s=21.0 x=111.59 y=96.4 < s=22.0 x=111.59 y=97.4 < s=23.0 x=111.59 y=98.4 < s=24.0 x=111.59 y=99.4 < s=25.0 x=111.59 y=100.4 < s=26.0 x=111.59 y=101.4 < s=27.0 x=111.59 y=102.4 < s=28.0 x=111.59 y=103.4 <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