texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.31Aug092103.425193 -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 818318 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 Aug2024 )
---------- 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 52, 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,4 > Traceback (most recent call last): > File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/trafficlight/setProgramLogic_types/runner.py", line 42, in <module> > Logic(programID="customActuated", type=tc.TRAFFICLIGHT_TYPE_ACTUATED, > TypeError: TraCILogic.__init__() got an unexpected keyword argument 'programID' ---------- 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,3 > Error: Answered with error to command 0xa4: Vehicle 'v0' is not known. > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: tcpip::Socket::recvAndCheck @ recv: Connection reset by peer ---------- Differences in output ---------- 1,177d0 < delay before departure 0.0 < arrivalDelay before departure -12.5052988665 < 2.0 [(31, 0.0), (34, -10.50529886645843)] < 3.0 [(31, 0.0), (34, -9.50529886645843)] < 4.0 [(31, 0.0), (34, -8.50529886645843)] < 5.0 [(31, 0.0), (34, -7.50529886645843)] < 6.0 [(31, 0.0), (34, -7.076455450576116)] < 7.0 [(31, 0.0), (34, -6.076455450576116)] < 8.0 [(31, 0.0), (34, -5.076455450576116)] < 9.0 [(31, 0.0), (34, -4.076455450576116)] < 10.0 [(31, 0.0), (34, -3.076455450576116)] < 11.0 [(31, 0.0), (34, -2.076455450576116)] < 12.0 [(31, 0.0), (34, -1.0764554505761161)] < 13.0 [(31, 0.0), (34, -0.07645545057611614)] < 14.0 [(31, 0.0), (34, 0.9235445494238839)] < 15.0 [(31, 0.924), (34, 1.9235445494238839)] < 16.0 [(31, 1.924), (34, 2.923544549423884)] < 17.0 [(31, 2.924), (34, 3.923544549423884)] < 18.0 [(31, 3.924), (34, 4.923544549423884)] < 19.0 [(31, 4.924), (34, 5.923544549423884)] < 20.0 [(31, 5.924), (34, 6.923544549423884)] < 21.0 [(31, 6.924), (34, 7.923544549423884)] < 22.0 [(31, 7.924), (34, 8.923544549423884)] < 23.0 [(31, 8.924), (34, 9.923544549423884)] < 24.0 [(31, 9.659), (34, 10.658766186244705)] < 25.0 [(31, 9.884), (34, 10.883604949766305)] < 26.0 [(31, 9.861), (34, 10.8605410782522)] < 27.0 [(31, 9.726), (34, 10.725644504527917)] < 28.0 [(31, 9.302), (34, 10.302271026824261)] <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 ---------- Differences in errors ---------- 1d0 < Error: Answered with error to command 0xa4: Vehicle 'v0' is not known. ---------- Differences in output ---------- 1,33d0 < 1.0 (('C', 13, 91.95, 'g'),) < 2.0 (('C', 13, 91.95, 'g'),) < 3.0 (('C', 13, 91.95, 'g'),) < 4.0 (('C', 13, 91.95, 'g'),) < 5.0 (('C', 13, 91.95, 'g'),) < 6.0 (('C', 13, 86.85000000000001, 'g'),) < 7.0 (('C', 13, 84.25, 'g'),) < 8.0 (('C', 13, 79.05000000000001, 'g'),) < 9.0 (('C', 13, 71.25, 'g'),) < 10.0 (('C', 13, 60.85, 'g'),) < 11.0 (('C', 13, 53.175000000000004, 'g'),) < 12.0 (('C', 13, 50.0, 'g'),) < 13.0 (('C', 13, 50.0, 'g'),) < 14.0 (('C', 13, 50.0, 'g'),) < 15.0 (('C', 13, 50.0, 'g'),) < 16.0 (('C', 13, 50.0, 'g'),) < 17.0 (('C', 13, 50.0, 'g'),) < 18.0 (('C', 13, 47.4, 'g'),) < 19.0 (('C', 13, 42.199999999999996, 'g'),) < 20.0 (('C', 13, 34.39999999999999, 'g'),) < 21.0 (('C', 13, 23.999999999999986, 'g'),) < 22.0 (('C', 13, 10.999999999999986, 'g'),) < 23.0 (('C', 13, 0.73033333333332, 'g'),) < 24.0 () < 25.0 () < 26.0 () < 27.0 () < 28.0 () < 29.0 () <truncated after showing first 30 lines>