texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests -reconnect C:\Users\delphi\testreports\sumoExtra\msvc16extrax64texttesttmp\msvc16extrax64.31Jul054529.9864 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/bugs/ticket15123/runner.py", line 36, in <module> > traci.vehicle.moveToXY(vehID, edgeID="", lane=-1, x=98.17, y=166.49, keepRoute=2) > File "C:/Users/delphi/testreports/sumoExtra/git/tools/libtraci/libtraci.py", line 6585, in moveToXY > return _libtraci.vehicle_moveToXY(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > TypeError: vehicle_moveToXY() missing required argument 'laneIndex' (pos 3) ---------- Differences in vehroutes ---------- 5,12d4 < <vehicle id="ego" depart="0.00" arrival="15.00"> < <routeDistribution> < <route replacedOnEdge="" reason="traci:moveToXY" replacedAtTime="0.00" probability="0" edges="CE"/> < <route replacedOnEdge="NC" reason="traci:changeTarget" replacedAtTime="1.00" probability="0" edges="NC"/> < <route edges="NC CS"/> < </routeDistribution> < </vehicle> <
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/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' > C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 2700 is still running > _warn("subprocess %s is still running" % self.pid,
---------- Differences in errors ---------- 0a1,5 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/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,5 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/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 Jul2024 )
---------- Differences in errors ---------- 0a1,5 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/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,15 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/gui/gui/runner.py", line 81, in <module> > pic = imread("out.png") > ^^^^^^^^^^^^^^^^^ > File "C:/Python311/Lib/site-packages/matplotlib/pyplot.py", line 2404, in imread > return matplotlib.image.imread(fname, format) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "C:/Python311/Lib/site-packages/matplotlib/image.py", line 1525, in imread > with img_open(fname) as image: > ^^^^^^^^^^^^^^^ > File "C:/Python311/Lib/site-packages/PIL/ImageFile.py", line 137, in __init__ > self._open() > File "C:/Python311/Lib/site-packages/PIL/PngImagePlugin.py", line 707, in _open > raise SyntaxError(msg) > SyntaxError: not a PNG file ---------- Differences in output ---------- 29,33d28 < screenshot dimensions (500, 500, 4) < adding view < views ('View #0', 'newView') < removing view < views ('View #0',)
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/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,9d0 < chargingstation.setChargeDelay traci: (typeID, delay) libsumo: (stopID, delay) < chargingstation.setChargeInTransit traci: (typeID, inTransit) libsumo: (stopID, value) < chargingstation.setChargingPower traci: (typeID, power) libsumo: (stopID, chargingpower) < chargingstation.setEfficiency traci: (typeID, efficiency) libsumo: (stopID, efficiency) < 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,11 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/trafficlight/setProgramLogic_types/runner.py", line 42, in <module> > Logic("customActuated", tc.TRAFFICLIGHT_TYPE_ACTUATED, 0, > File "C:/Users/delphi/testreports/sumoExtra/git/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 ---------- 16,27c16,17 < Error: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists). < Error: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.battery.foobar' (Parameter 'foobar' is not supported for device of type 'battery'). < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. --- > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: tcpip::Socket::recvAndCheck @ recv: Socket reset by peer ---------- Differences in output ---------- 949,1138d948 < vehicles ('2', 'block_2si', 'blocker', 'bus', 'collider', 'departInTheFuture', 'departInThePast', 'failVeh', 'horiz', 'offRoad', 'parking', 'parking2', 'pav', 'rerouteEffort', 'rerouteTT', 'routeTest', 'routeTest2', 'tazVeh', 'triptest', 'victim') < vehicle count 20 < examining elVeh < speed -1073741824.0 < speedLat -1073741824.0 < speed w/o traci -1073741824.0 < acceleration -1073741824.0 < pos invalid < pos3D invalid < angle -1073741824.0 < road < lane < laneIndex -1073741824 < type long < routeID horizontal < routeIndex -1073741824 < route ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si') < lanePos -1073741824.0 < color (255, 255, 0, 255) < bestLanes () < CO2 -1073741824.0 < CO -1073741824.0 < HC -1073741824.0 < PMx -1073741824.0 < NOx -1073741824.0 < fuel -1073741824.0 < noise -1073741824.0 < Elec -1073741824.0 < traveltime -1073741824.0 <truncated after showing first 30 lines> ---------- Differences in tripinfo ---------- 7,32d6 < <tripinfo id="horiz" depart="0.00" departLane="2fi_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="165.00" routeLength="3111.20" waitingTime="0.00" waitingCount="0" stopTime="2.00" timeLoss="-181.01" rerouteNo="0" devices="vehroute_horiz tripinfo_horiz" vType="DEFAULT_VEHTYPE@horiz" speedFactor="1.10" vaporized=""/> < <tripinfo id="2" depart="10.00" departLane="2fi_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="155.00" routeLength="1662.72" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.33" rerouteNo="0" devices="vehroute_2 tripinfo_2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departInThePast" depart="23.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="142.00" routeLength="1557.15" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.89" rerouteNo="0" devices="vehroute_departInThePast tripinfo_departInThePast" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departInTheFuture" depart="30.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="135.00" routeLength="1463.22" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.84" rerouteNo="0" devices="vehroute_departInTheFuture tripinfo_departInTheFuture" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departTriggered" depart="-1" departLane="" departPos="-1.00" departSpeed="-1.00" departDelay="165.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="0.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="vehroute_departTriggered tripinfo_departTriggered" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="routeTest" depart="34.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="131.00" routeLength="790.32" waitingTime="44.00" waitingCount="1" stopTime="3.00" timeLoss="60.38" rerouteNo="1" devices="vehroute_routeTest tripinfo_routeTest" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="routeTest2" depart="50.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="115.00" routeLength="770.25" waitingTime="32.00" waitingCount="2" stopTime="3.00" timeLoss="46.14" rerouteNo="0" devices="vehroute_routeTest2 tripinfo_routeTest2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="bus" depart="64.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="101.00" routeLength="745.53" waitingTime="19.00" waitingCount="2" stopTime="2.00" timeLoss="35.39" rerouteNo="0" devices="vehroute_bus tripinfo_bus" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="triptest" depart="78.00" departLane="3si_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="87.00" routeLength="904.86" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.03" rerouteNo="1" devices="vehroute_triptest tripinfo_triptest" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="parking" depart="78.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="87.00" routeLength="510.26" waitingTime="12.00" waitingCount="1" stopTime="10.00" timeLoss="34.55" rerouteNo="0" devices="vehroute_parking tripinfo_parking" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="parking2" depart="98.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="67.00" routeLength="885.50" waitingTime="0.00" waitingCount="0" stopTime="61.00" timeLoss="9.61" rerouteNo="0" devices="vehroute_parking2 tripinfo_parking2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="blocker" depart="114.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="51.00" routeLength="490.69" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.23" rerouteNo="0" devices="vehroute_blocker tripinfo_blocker" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="offRoad" depart="114.00" departLane="1o_0" departPos="40.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="51.00" routeLength="558.32" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.32" rerouteNo="0" devices="vehroute_offRoad tripinfo_offRoad" vType="DEFAULT_VEHTYPE" speedFactor="1.10" vaporized="end"/> < <tripinfo id="victim" depart="117.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="48.00" routeLength="344.29" waitingTime="0.00" waitingCount="0" stopTime="10.00" timeLoss="7.85" rerouteNo="0" devices="vehroute_victim tripinfo_victim" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="block_2si" depart="117.00" departLane="2si_1" departPos="205.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="48.00" routeLength="269.69" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="24.52" rerouteNo="0" devices="vehroute_block_2si tripinfo_block_2si" vType="DEFAULT_VEHTYPE@block_2si" speedFactor="1.00" vaporized="end"/> < <tripinfo id="collider" depart="117.00" departLane="2fi_0" departPos="3.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="48.00" routeLength="959.51" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="8.25" rerouteNo="0" devices="vehroute_collider tripinfo_collider" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="tazVeh" depart="127.00" departLane="3fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="38.00" routeLength="390.23" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.41" rerouteNo="1" devices="vehroute_tazVeh tripinfo_tazVeh routing_tazVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="failVeh" depart="130.00" departLane="3fi_0" departPos="0.00" departSpeed="0.00" departDelay="2.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="35.00" routeLength="250.00" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="11.50" rerouteNo="0" devices="vehroute_failVeh tripinfo_failVeh routing_failVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="rerouteTT" depart="133.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="32.00" routeLength="317.24" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.84" rerouteNo="1" devices="vehroute_rerouteTT tripinfo_rerouteTT" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="rerouteEffort" depart="136.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="29.00" routeLength="275.67" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.83" rerouteNo="1" devices="vehroute_rerouteEffort tripinfo_rerouteEffort" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="pav" depart="139.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="5.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="26.00" routeLength="177.06" waitingTime="0.00" waitingCount="0" stopTime="2.00" timeLoss="7.07" rerouteNo="0" devices="vehroute_pav tripinfo_pav" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="elVeh" depart="152.00" departLane="2fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="13.00" routeLength="93.49" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.65" rerouteNo="0" devices="vehroute_elVeh tripinfo_elVeh battery_elVeh routing_elVeh" vType="long@elVeh" speedFactor="1.00" vaporized="end"/> < <tripinfo id="triptest2" depart="-1" departLane="" departPos="-1.00" departSpeed="-1.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="0.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="1" devices="vehroute_triptest2 tripinfo_triptest2 routing_triptest2" vType="reroutingType" speedFactor="1.00" vaporized="end"/> < <tripinfo id="noRouteGiven" depart="163.00" departLane="1fi_0" departPos="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="2.00" routeLength="2.21" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.80" rerouteNo="0" devices="vehroute_noRouteGiven tripinfo_noRouteGiven" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/> < <tripinfo id="vehDepartLane" depart="164.00" departLane="2fi_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="1.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="vehroute_vehDepartLane tripinfo_vehDepartLane" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < </tripinfos> ---------- Differences in vehroutes ---------- 2a3,4 > <!-- generated on 2024-07-06 06:38:12 by Eclipse SUMO sumo Version v1_20_0+1069-8eaf9e7e859 > <sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> 4,18c6,10 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="1" depart="6.00" departPos="0.00" arrival="19.00"> < <routeDistribution> < <route replacedOnEdge="" reason="traci:changeTarget" replacedAtTime="6.00" probability="0" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/> < <route edges="2fi 2si 4o 4fi"/> < </routeDistribution> < <stop lane="2fi_0" startPos="49.90" endPos="50.00" duration="1.00" parking="1"/> < </vehicle> < < <vehicle id="movedVeh" depart="125.00" departPos="0.00" arrival="130.00"> < <routeDistribution> < <route replacedOnEdge="1si" reason="traci:moveToXY" replacedAtTime="126.00" probability="0" edges="3fi 3si 4o"/> < <route edges="1si"/> < </routeDistribution> < </vehicle> --- > <input> > <net-file value="input_net.net.xml"/> > <route-files value="input_routes.rou.xml"/> > <additional-files value="input_additional.add.xml,input_additional2.add.xml"/> > </input> 20c12,38 < </routes> --- > <output> > <tripinfo-output value="tripinfo.xml"/> <truncated after showing first 30 lines>
---------- Differences in errors ---------- 16,27c16,17 < Error: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.foo.bar' (No device of type 'foo' exists). < Error: Answered with error to command 0xa4: Vehicle 'elVeh' does not support device parameter 'device.battery.foobar' (Parameter 'foobar' is not supported for device of type 'battery'). < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. < Warning: Getting the vehicle mass via parameters is deprecated, please use getMass for the vehicle or its type. --- > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: tcpip::Socket::recvAndCheck @ recv: Socket reset by peer ---------- Differences in output ---------- 949,1138d948 < vehicles ('2', 'block_2si', 'blocker', 'bus', 'collider', 'departInTheFuture', 'departInThePast', 'failVeh', 'horiz', 'offRoad', 'parking', 'parking2', 'pav', 'rerouteEffort', 'rerouteTT', 'routeTest', 'routeTest2', 'tazVeh', 'triptest', 'victim') < vehicle count 20 < examining elVeh < speed -1073741824.0 < speedLat -1073741824.0 < speed w/o traci -1073741824.0 < acceleration -1073741824.0 < pos invalid < pos3D invalid < angle -1073741824.0 < road < lane < laneIndex -1073741824 < type long < routeID horizontal < routeIndex -1073741824 < route ('2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si') < lanePos -1073741824.0 < color (255, 255, 0, 255) < bestLanes () < CO2 -1073741824.0 < CO -1073741824.0 < HC -1073741824.0 < PMx -1073741824.0 < NOx -1073741824.0 < fuel -1073741824.0 < noise -1073741824.0 < Elec -1073741824.0 < traveltime -1073741824.0 <truncated after showing first 30 lines> ---------- Differences in tripinfo ---------- 7,32d6 < <tripinfo id="horiz" depart="0.00" departLane="2fi_0" departPos="5.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="165.00" routeLength="3111.20" waitingTime="0.00" waitingCount="0" stopTime="2.00" timeLoss="-181.01" rerouteNo="0" devices="vehroute_horiz tripinfo_horiz" vType="DEFAULT_VEHTYPE@horiz" speedFactor="1.10" vaporized=""/> < <tripinfo id="2" depart="10.00" departLane="2fi_0" departPos="5.10" departPosLat="0.00" departSpeed="0.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="155.00" routeLength="1662.72" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.33" rerouteNo="0" devices="vehroute_2 tripinfo_2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departInThePast" depart="23.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="142.00" routeLength="1557.15" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.89" rerouteNo="0" devices="vehroute_departInThePast tripinfo_departInThePast" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departInTheFuture" depart="30.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="135.00" routeLength="1463.22" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.84" rerouteNo="0" devices="vehroute_departInTheFuture tripinfo_departInTheFuture" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="departTriggered" depart="-1" departLane="" departPos="-1.00" departPosLat="0.00" departSpeed="-1.00" departDelay="165.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="0.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="vehroute_departTriggered tripinfo_departTriggered" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="routeTest" depart="34.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="131.00" routeLength="790.32" waitingTime="44.00" waitingCount="1" stopTime="3.00" timeLoss="60.38" rerouteNo="1" devices="vehroute_routeTest tripinfo_routeTest" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="routeTest2" depart="50.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="115.00" routeLength="770.25" waitingTime="32.00" waitingCount="2" stopTime="3.00" timeLoss="46.14" rerouteNo="0" devices="vehroute_routeTest2 tripinfo_routeTest2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="bus" depart="64.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="101.00" routeLength="745.53" waitingTime="19.00" waitingCount="2" stopTime="2.00" timeLoss="35.39" rerouteNo="0" devices="vehroute_bus tripinfo_bus" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="triptest" depart="78.00" departLane="3si_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="87.00" routeLength="904.86" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.03" rerouteNo="1" devices="vehroute_triptest tripinfo_triptest" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="parking" depart="78.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="87.00" routeLength="510.26" waitingTime="12.00" waitingCount="1" stopTime="10.00" timeLoss="34.55" rerouteNo="0" devices="vehroute_parking tripinfo_parking" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="parking2" depart="98.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="67.00" routeLength="885.50" waitingTime="0.00" waitingCount="0" stopTime="61.00" timeLoss="9.61" rerouteNo="0" devices="vehroute_parking2 tripinfo_parking2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="blocker" depart="114.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="51.00" routeLength="490.69" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.23" rerouteNo="0" devices="vehroute_blocker tripinfo_blocker" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="offRoad" depart="114.00" departLane="1o_0" departPos="40.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="51.00" routeLength="558.32" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.32" rerouteNo="0" devices="vehroute_offRoad tripinfo_offRoad" vType="DEFAULT_VEHTYPE" speedFactor="1.10" vaporized="end"/> < <tripinfo id="victim" depart="117.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="48.00" routeLength="344.29" waitingTime="0.00" waitingCount="0" stopTime="10.00" timeLoss="7.85" rerouteNo="0" devices="vehroute_victim tripinfo_victim" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="block_2si" depart="117.00" departLane="2si_1" departPos="205.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="48.00" routeLength="269.69" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="24.52" rerouteNo="0" devices="vehroute_block_2si tripinfo_block_2si" vType="DEFAULT_VEHTYPE@block_2si" speedFactor="1.00" vaporized="end"/> < <tripinfo id="collider" depart="117.00" departLane="2fi_0" departPos="3.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="48.00" routeLength="959.51" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="8.25" rerouteNo="0" devices="vehroute_collider tripinfo_collider" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="tazVeh" depart="127.00" departLane="3fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="38.00" routeLength="390.23" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.41" rerouteNo="1" devices="vehroute_tazVeh tripinfo_tazVeh routing_tazVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="failVeh" depart="130.00" departLane="3fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="2.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="35.00" routeLength="250.00" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="11.50" rerouteNo="0" devices="vehroute_failVeh tripinfo_failVeh routing_failVeh" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="rerouteTT" depart="133.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="32.00" routeLength="317.24" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.84" rerouteNo="1" devices="vehroute_rerouteTT tripinfo_rerouteTT" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="rerouteEffort" depart="136.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="29.00" routeLength="275.67" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.83" rerouteNo="1" devices="vehroute_rerouteEffort tripinfo_rerouteEffort" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="pav" depart="139.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="5.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="26.00" routeLength="177.06" waitingTime="0.00" waitingCount="0" stopTime="2.00" timeLoss="7.07" rerouteNo="0" devices="vehroute_pav tripinfo_pav" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < <tripinfo id="elVeh" depart="152.00" departLane="2fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="13.00" routeLength="93.49" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.65" rerouteNo="0" devices="vehroute_elVeh tripinfo_elVeh battery_elVeh routing_elVeh" vType="long@elVeh" speedFactor="1.00" vaporized="end"/> < <tripinfo id="triptest2" depart="-1" departLane="" departPos="-1.00" departPosLat="0.00" departSpeed="-1.00" departDelay="3.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="0.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="1" devices="vehroute_triptest2 tripinfo_triptest2 routing_triptest2" vType="reroutingType" speedFactor="1.00" vaporized="end"/> < <tripinfo id="noRouteGiven" depart="163.00" departLane="1fi_0" departPos="0.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="2.00" routeLength="2.21" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.80" rerouteNo="0" devices="vehroute_noRouteGiven tripinfo_noRouteGiven" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/> < <tripinfo id="vehDepartLane" depart="164.00" departLane="2fi_0" departPos="5.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalPosLat="0.00" arrivalSpeed="-1.00" duration="1.00" routeLength="0.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="vehroute_vehDepartLane tripinfo_vehDepartLane" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized="end"/> < </tripinfos> ---------- Differences in vehroutes ---------- 2a3,4 > <!-- generated on 2024-07-06 06:38:13 by Eclipse SUMO sumo Version v1_20_0+1069-8eaf9e7e859 > <sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> 4,18c6,10 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="1" depart="6.00" departPos="0.00" arrival="19.00"> < <routeDistribution> < <route replacedOnEdge="" reason="traci:changeTarget" replacedAtTime="6.00" probability="0" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/> < <route edges="2fi 2si 4o 4fi"/> < </routeDistribution> < <stop lane="2fi_0" startPos="49.90" endPos="50.00" duration="1.00" parking="1"/> < </vehicle> < < <vehicle id="movedVeh" depart="125.00" departPos="0.00" arrival="130.00"> < <routeDistribution> < <route replacedOnEdge="1si" reason="traci:moveToXY" replacedAtTime="126.00" probability="0" edges="3fi 3si 4o"/> < <route edges="1si"/> < </routeDistribution> < </vehicle> --- > <input> > <net-file value="input_net.net.xml"/> > <route-files value="input_routes.rou.xml"/> > <additional-files value="input_additional.add.xml,input_additional2.add.xml"/> > </input> 20c12,34 < </routes> --- > <output> > <tripinfo-output value="tripinfo.xml"/> <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
Test exceeded wallclock time limit of 900.0 seconds