texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.30Apr092214.3613112 -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 3933806 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 ---------- 13a14 > done. 23,24c24 < Process 1 ended at step 99 < Process 2 ended at step 99 --- > Process 1 ended at step 99.0 31a32 > Process 2 ended at step 99.0 35c36 < Process 3 ended at step 99 --- > Process 3 ended at step 99.0 39,40c40 < Process 4 ended at step 99 < Process 5 ended at step 99 --- > Process 4 ended at step 99.0 43a44 > Process 5 ended at step 99.0 45a47 > Loading configuration ... Starting process 2 with steplength 1.0 61d62 < Starting process 2 with steplength 1.0 76d76 < Loading configuration ... done.
---------- Differences in output ---------- 8c8 < Connection already closed. --- > Not connected. 16d15 < Connection '2' is not known.traci connection parallelConnection sumo ( 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
---------- 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 ---------- 1a2 > Warning: Vehicle type 'trolleybus' uses the Energy model with parameter 'internalMomentOfInertia' which is deprecated. Use 'rotatingMass' instead.
---------- Differences in output ---------- 1117c1117 < elVeh speed="2.142507974128239" consumed="0.76" charged="0.00" totalConsumed="0.76" totalRegenerated="0.00" cap="40000.00" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.7570340909389025 --- > elVeh speed="2.142507974128239" consumed="0.78" charged="0.00" totalConsumed="0.78" totalRegenerated="0.00" cap="40000.00" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.7830499233317498 1119c1119 < elVeh speed="4.0920151865342635" consumed="2.78" charged="0.00" totalConsumed="3.53" totalRegenerated="0.00" cap="39997.22" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.7762810966571836 --- > elVeh speed="4.0920151865342635" consumed="2.85" charged="0.00" totalConsumed="3.63" totalRegenerated="0.00" cap="39997.15" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.845165503151838 1121c1121 < elVeh speed="6.0763597270241005" consumed="3.85" charged="0.00" totalConsumed="7.38" totalRegenerated="0.00" cap="39993.38" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.845750641885389 --- > elVeh speed="6.0763597270241005" consumed="3.96" charged="0.00" totalConsumed="7.59" totalRegenerated="0.00" cap="39993.19" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.9601073020643116 1123c1123 < elVeh speed="7.398635938134976" consumed="2.89" charged="0.00" totalConsumed="10.27" totalRegenerated="0.00" cap="39990.49" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.8876392920534024 --- > elVeh speed="7.398635938134976" consumed="2.99" charged="0.00" totalConsumed="10.58" totalRegenerated="0.00" cap="39990.21" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.9886212183363328 1125c1125 < elVeh speed="8.720404998282902" consumed="3.47" charged="0.00" totalConsumed="13.74" totalRegenerated="0.00" cap="39987.02" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.471547199074477 --- > elVeh speed="8.720404998282902" consumed="3.59" charged="0.00" totalConsumed="14.17" totalRegenerated="0.00" cap="39986.61" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.5922973304611996 1127c1127 < elVeh speed="8.807821347867138" consumed="0.61" charged="0.00" totalConsumed="14.35" totalRegenerated="0.00" cap="39986.41" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.607526965804184 --- > elVeh speed="8.807821347867138" consumed="0.62" charged="0.00" totalConsumed="14.79" totalRegenerated="0.00" cap="39986.00" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.6162110389247973 1129c1129 < elVeh speed="9.485338546615093" consumed="2.23" charged="0.00" totalConsumed="16.58" totalRegenerated="0.00" cap="39984.18" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.2295429998835297 --- > elVeh speed="9.485338546615093" consumed="2.30" charged="0.00" totalConsumed="17.09" totalRegenerated="0.00" cap="39983.70" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.299785811478462 1131c1131 < elVeh speed="9.025219936552457" consumed="-0.79" charged="0.00" totalConsumed="16.58" totalRegenerated="0.79" cap="39984.97" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=-0.7871197472592323 <truncated after showing first 30 lines>
---------- Differences in output ---------- 1117c1117 < elVeh speed="2.142507974128239" consumed="0.76" charged="0.00" totalConsumed="0.76" totalRegenerated="0.00" cap="17499.24" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.7570340909389025 --- > elVeh speed="2.142507974128239" consumed="0.78" charged="0.00" totalConsumed="0.78" totalRegenerated="0.00" cap="17499.22" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.7830499233317498 1119c1119 < elVeh speed="4.0920151865342635" consumed="2.78" charged="0.00" totalConsumed="3.53" totalRegenerated="0.00" cap="17496.47" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.7762810966571836 --- > elVeh speed="4.0920151865342635" consumed="2.85" charged="0.00" totalConsumed="3.63" totalRegenerated="0.00" cap="17496.37" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.845165503151838 1121c1121 < elVeh speed="6.0763597270241005" consumed="3.85" charged="0.00" totalConsumed="7.38" totalRegenerated="0.00" cap="17492.62" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.845750641885389 --- > elVeh speed="6.0763597270241005" consumed="3.96" charged="0.00" totalConsumed="7.59" totalRegenerated="0.00" cap="17492.41" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.9601073020643116 1123c1123 < elVeh speed="7.398635938134976" consumed="2.89" charged="0.00" totalConsumed="10.27" totalRegenerated="0.00" cap="17489.73" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.8876392920534024 --- > elVeh speed="7.398635938134976" consumed="2.99" charged="0.00" totalConsumed="10.58" totalRegenerated="0.00" cap="17489.42" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.9886212183363328 1125c1125 < elVeh speed="8.720404998282902" consumed="3.47" charged="0.00" totalConsumed="13.74" totalRegenerated="0.00" cap="17486.26" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.471547199074477 --- > elVeh speed="8.720404998282902" consumed="3.59" charged="0.00" totalConsumed="14.17" totalRegenerated="0.00" cap="17485.83" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=3.5922973304611996 1127c1127 < elVeh speed="8.807821347867138" consumed="0.61" charged="0.00" totalConsumed="14.35" totalRegenerated="0.00" cap="17485.65" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.607526965804184 --- > elVeh speed="8.807821347867138" consumed="0.62" charged="0.00" totalConsumed="14.79" totalRegenerated="0.00" cap="17485.21" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=0.6162110389247973 1129c1129 < elVeh speed="9.485338546615093" consumed="2.23" charged="0.00" totalConsumed="16.58" totalRegenerated="0.00" cap="17483.42" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.2295429998835297 --- > elVeh speed="9.485338546615093" consumed="2.30" charged="0.00" totalConsumed="17.09" totalRegenerated="0.00" cap="17482.91" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=2.299785811478462 1131c1131 < elVeh speed="9.025219936552457" consumed="-0.79" charged="0.00" totalConsumed="16.58" totalRegenerated="0.79" cap="17484.21" maxCap="40000.00" station="NULL" mass=1024.00 emissionClass=Energy/default electricityConsumption=-0.7871197472592323 <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