texttest.exe -a tools -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64tmp\msvc16x64.19Jun032711.9832 -g
texttest.exe -a tools -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in output ---------- 14c14 < Dispatch: taxiA_0y_2y_3y_3z_1y_0z_1z_2z --- > Dispatch: taxiA_0y_2y_3y_1y_3z_0z_1z_2z
---------- Differences in errors ----------
0a1,17
> Error: Answered with error to command 0xc4: No reservations have been specified for vehicle 'v0'
> Traceback (most recent call last):
> File "sumo/tools/drt/drtOrtools.py", line 400, in <module>
> run(arguments.penalty_factor, arguments.end, arguments.interval,
> File "sumo/tools/drt/drtOrtools.py", line 313, in run
> traci.vehicle.dispatchTaxi(id_vehicle, reservations_order) # overwrite existing dispatch
> File "C:\Users\delphi\testreports\sumo\git\tools\traci\_vehicle.py", line 1477, in dispatchTaxi
> self._setCmd(tc.CMD_TAXI_DISPATCH, vehID, "l", reservations)
> File "C:\Users\delphi\testreports\sumo\git\tools\traci\domain.py", line 169, in _setCmd
> self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values)
> File "C:\Users\delphi\testreports\sumo\git\tools\traci\connection.py", line 232, in _sendCmd
> return self._sendExact()
> File "C:\Users\delphi\testreports\sumo\git\tools\traci\connection.py", line 144, in _sendExact
> raise TraCIException(err, prefix[1], _RESULTS[prefix[2]])
> traci.exceptions.TraCIException: No reservations have been specified for vehicle 'v0'
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
49c49
< Objective: 2628
---
> Objective: 800000
51,57c51,53
< 5 (L: 0, C: 0, T: (1,273))
< -> 1 (L: 1, C: 588, T: (43,315))
< -> 2 (L: 0, C: 1268, T: (156,428))
< -> 3 (L: 1, C: 2243, T: (237,509))
< -> 4 (L: 0, C: 2628, T: (328,600))
< -> 0 (L: 0, C: 2628, T: (328,600))
< Costs of the route: 2628
---
> 5 (L: 0, C: 0, T: (1,600))
> -> 0 (L: 0, C: 0, T: (1,600))
> Costs of the route: 0
59c55
< Total cost of the routes: 2628
---
> Total cost of the routes: 0
61,123c57,58
< Dispatching v0 with ['0', '0', '1', '1']
< Costs for v0: 2628
< timestep: 30.0
< Reservations being picked up: ['0', '1']
< Taxis picking up: ('v0',)
< timestep: 60.0
< Reservations being picked up: ['1']
< Reservations en route: ['0']
< Taxis picking up: ('v0',)
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
5,13d4
< <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="151.00" waitingTime="31.00" timeLoss="7.44" traveltime="120.00">
< <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="151.00" arrivalPos="285.60" duration="120.00" routeLength="675.07" timeLoss="7.44"/>
< </personinfo>
< <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="297.00" waitingTime="197.00" timeLoss="7.97" traveltime="100.00">
< <ride waitingTime="197.00" vehicle="v0" depart="197.00" arrival="297.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="7.97"/>
< </personinfo>
< <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1766.56" waitingTime="6.00" waitingCount="2" stopTime="456.00" timeLoss="28.57" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
< <taxi customers="2" occupiedDistance="1055.54" occupiedTime="106.00"/>
< </tripinfo>
---------- Differences in xmlstats ----------
5,13d4
< <vehicles loaded="1" inserted="1" running="1" waiting="0"/>
< <teleports total="0" jam="0" yield="0" wrongLane="0"/>
< <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
< <persons loaded="2" running="0" jammed="0"/>
< <personTeleports total="0" abortWait="0" wrongDest="0"/>
< <vehicleTripStatistics count="1" routeLength="1766.56" speed="2.80" duration="630.00" waitingTime="6.00" timeLoss="28.57" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
< <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
< <rideStatistics number="2" waitingTime="114.00" routeLength="527.77" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
< <transportStatistics number="0"/>
---------- Differences in errors ---------- 0a1,17 > Error: Answered with error to command 0xc4: No reservations have been specified for vehicle 'v0' > Traceback (most recent call last): > File "sumo/tools/drt/drtOrtools.py", line 400, in <module> > run(arguments.penalty_factor, arguments.end, arguments.interval, > File "sumo/tools/drt/drtOrtools.py", line 313, in run > traci.vehicle.dispatchTaxi(id_vehicle, reservations_order) # overwrite existing dispatch > File "C:\Users\delphi\testreports\sumo\git\tools\traci\_vehicle.py", line 1477, in dispatchTaxi > self._setCmd(tc.CMD_TAXI_DISPATCH, vehID, "l", reservations) > File "C:\Users\delphi\testreports\sumo\git\tools\traci\domain.py", line 169, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "C:\Users\delphi\testreports\sumo\git\tools\traci\connection.py", line 232, in _sendCmd > return self._sendExact() > File "C:\Users\delphi\testreports\sumo\git\tools\traci\connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: No reservations have been specified for vehicle 'v0' > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 122c122 < Objective: 11772 --- > Objective: 6000000 124,138c124,126 < 21 (L: 0, C: 0, T: (1,73)) < -> 17 (L: 1, C: 387, T: (33,105)) < -> 18 (L: 0, C: 663, T: (59,131)) < -> 1 (L: 1, C: 1148, T: (100,172)) < -> 19 (L: 2, C: 1618, T: (141,213)) < -> 2 (L: 1, C: 2303, T: (255,327)) < -> 20 (L: 0, C: 3479, T: (411,483)) < -> 15 (L: 1, C: 3859, T: (439,511)) < -> 16 (L: 0, C: 4434, T: (552,624)) < -> 5 (L: 1, C: 4710, T: (578,650)) < -> 11 (L: 2, C: 5295, T: (626,698)) < -> 6 (L: 1, C: 5775, T: (724,796)) < -> 12 (L: 0, C: 6353, T: (828,900)) < -> 0 (L: 0, C: 6353, T: (828,900)) < Costs of the route: 6353 --- > 21 (L: 0, C: 0, T: (1,900)) > -> 0 (L: 0, C: 0, T: (1,900)) > Costs of the route: 0 141,151c129,131 < 22 (L: 0, C: 0, T: (1,234)) < -> 7 (L: 1, C: 677, T: (51,284)) < -> 9 (L: 2, C: 1064, T: (81,314)) < -> 3 (L: 3, C: 1740, T: (140,373)) < -> 8 (L: 2, C: 1826, T: (206,439)) <truncated after showing first 30 lines> ---------- Differences in tripinfos ---------- 5,40d4 < <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="122.00" waitingTime="30.00" timeLoss="8.48" traveltime="92.00"> < <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="122.00" arrivalPos="85.60" duration="92.00" routeLength="270.92" timeLoss="8.48"/> < </personinfo> < <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="127.00" waitingTime="40.00" timeLoss="13.30" traveltime="87.00"> < <ride waitingTime="40.00" vehicle="v1" depart="40.00" arrival="127.00" arrivalPos="4.98" duration="87.00" routeLength="890.45" timeLoss="13.30"/> < </personinfo> < <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="305.00" waitingTime="155.00" timeLoss="18.75" traveltime="150.00"> < <ride waitingTime="155.00" vehicle="v0" depart="155.00" arrival="305.00" arrivalPos="285.60" duration="150.00" routeLength="865.10" timeLoss="18.75"/> < </personinfo> < <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="329.00" waitingTime="128.00" timeLoss="16.53" traveltime="201.00"> < <ride waitingTime="128.00" vehicle="v1" depart="128.00" arrival="329.00" arrivalPos="285.60" duration="201.00" routeLength="774.87" timeLoss="16.53"/> < </personinfo> < <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="432.00" waitingTime="72.00" timeLoss="32.93" traveltime="360.00"> < <ride waitingTime="72.00" vehicle="v1" depart="72.00" arrival="432.00" arrivalPos="85.60" duration="360.00" routeLength="1760.15" timeLoss="32.93"/> < </personinfo> < <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="443.00" waitingTime="182.00" timeLoss="21.06" traveltime="261.00"> < <ride waitingTime="182.00" vehicle="v0" depart="182.00" arrival="443.00" arrivalPos="285.60" duration="261.00" routeLength="1570.50" timeLoss="21.06"/> < </personinfo> < <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="570.00" waitingTime="451.00" timeLoss="13.71" traveltime="119.00"> < <ride waitingTime="451.00" vehicle="v0" depart="451.00" arrival="570.00" arrivalPos="85.60" duration="119.00" routeLength="570.46" timeLoss="13.71"/> < </personinfo> < <personinfo id="6" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.05" duration="655.00" waitingTime="474.00" timeLoss="18.78" traveltime="181.00"> < <ride waitingTime="474.00" vehicle="v1" depart="474.00" arrival="655.00" arrivalPos="285.60" duration="181.00" routeLength="1359.16" timeLoss="18.78"/> < </personinfo> < <personinfo id="2" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="743.00" waitingTime="588.00" timeLoss="17.53" traveltime="155.00"> < <ride waitingTime="588.00" vehicle="v0" depart="588.00" arrival="743.00" arrivalPos="85.60" duration="155.00" routeLength="974.65" timeLoss="17.53"/> < </personinfo> < <personinfo id="5" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.83" duration="849.00" waitingTime="635.00" timeLoss="16.18" traveltime="214.00"> < <ride waitingTime="635.00" vehicle="v0" depart="635.00" arrival="849.00" arrivalPos="87.60" duration="214.00" routeLength="967.15" timeLoss="16.18"/> <truncated after showing first 30 lines> ---------- Differences in xmlstats ---------- 5,13d4 < <vehicles loaded="2" inserted="2" running="2" waiting="0"/> < <teleports total="0" jam="0" yield="0" wrongLane="0"/> < <safety collisions="0" emergencyStops="0" emergencyBraking="0"/> < <persons loaded="10" running="0" jammed="0"/> < <personTeleports total="0" abortWait="0" wrongDest="0"/> < <vehicleTripStatistics count="2" routeLength="4510.56" speed="4.85" duration="930.00" waitingTime="13.50" timeLoss="79.29" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/> < <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/> < <rideStatistics number="10" waitingTime="275.50" routeLength="1000.34" duration="182.00" bus="0" train="0" taxi="10" bike="0" aborted="0"/> < <transportStatistics number="0"/>
---------- Differences in output ---------- 111c111 < Objective: 9813 --- > Objective: 10784 113,123c113,129 < 21 (L: 0, C: 0, T: (1,407)) < -> 17 (L: 1, C: 387, T: (33,439)) < -> 7 (L: 2, C: 772, T: (64,470)) < -> 9 (L: 3, C: 1159, T: (94,500)) < -> 18 (L: 2, C: 1835, T: (153,559)) < -> 8 (L: 1, C: 1921, T: (219,625)) < -> 11 (L: 2, C: 2806, T: (289,695)) < -> 10 (L: 1, C: 3381, T: (393,799)) < -> 12 (L: 0, C: 3863, T: (494,900)) < -> 0 (L: 0, C: 3863, T: (494,900)) < Costs of the route: 3863 --- > 21 (L: 0, C: 0, T: (1,5)) > -> 17 (L: 1, C: 387, T: (33,37)) > -> 7 (L: 2, C: 772, T: (64,68)) > -> 9 (L: 3, C: 1159, T: (94,98)) > -> 3 (L: 4, C: 1835, T: (153,157)) > -> 8 (L: 3, C: 1921, T: (219,223)) > -> 1 (L: 4, C: 2406, T: (260,264)) > -> 18 (L: 3, C: 2891, T: (301,305)) > -> 2 (L: 2, C: 3376, T: (398,402)) > -> 5 (L: 3, C: 3952, T: (449,453)) > -> 4 (L: 2, C: 4423, T: (556,560)) > -> 11 (L: 3, C: 4993, T: (604,608)) > -> 10 (L: 2, C: 5568, T: (708,712)) <truncated after showing first 30 lines> ---------- Differences in tripinfos ---------- 5,6c5,6 < <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="201.00" waitingTime="30.00" timeLoss="21.05" traveltime="171.00"> < <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="201.00" arrivalPos="85.60" duration="171.00" routeLength="1070.86" timeLoss="21.05"/> --- > <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="131.00" waitingTime="30.00" timeLoss="16.12" traveltime="101.00"> > <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="131.00" arrivalPos="5.00" duration="101.00" routeLength="990.26" timeLoss="16.12"/> 8,9c8,9 < <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="202.00" waitingTime="44.00" timeLoss="18.67" traveltime="158.00"> < <ride waitingTime="44.00" vehicle="v0" depart="44.00" arrival="202.00" arrivalPos="85.60" duration="158.00" routeLength="971.06" timeLoss="18.67"/> --- > <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="131.00" waitingTime="44.00" timeLoss="13.74" traveltime="87.00"> > <ride waitingTime="44.00" vehicle="v0" depart="44.00" arrival="131.00" arrivalPos="5.00" duration="87.00" routeLength="890.46" timeLoss="13.74"/> 11,12c11,12 < <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="226.00" waitingTime="71.00" timeLoss="18.60" traveltime="155.00"> < <ride waitingTime="71.00" vehicle="v1" depart="71.00" arrival="226.00" arrivalPos="285.60" duration="155.00" routeLength="865.12" timeLoss="18.60"/> --- > <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="281.00" waitingTime="64.00" timeLoss="21.36" traveltime="217.00"> > <ride waitingTime="64.00" vehicle="v1" depart="64.00" arrival="281.00" arrivalPos="285.60" duration="217.00" routeLength="1759.22" timeLoss="21.36"/> 14,15c14,15 < <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="336.00" waitingTime="32.00" timeLoss="32.60" traveltime="304.00"> < <ride waitingTime="32.00" vehicle="v1" depart="32.00" arrival="336.00" arrivalPos="285.60" duration="304.00" routeLength="1759.08" timeLoss="32.60"/> --- > <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="409.00" waitingTime="288.00" timeLoss="15.24" traveltime="121.00"> > <ride waitingTime="288.00" vehicle="v1" depart="288.00" arrival="409.00" arrivalPos="85.60" duration="121.00" routeLength="570.54" timeLoss="15.24"/> 17,18c17,18 < <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="381.00" waitingTime="75.00" timeLoss="32.84" traveltime="306.00"> < <ride waitingTime="75.00" vehicle="v0" depart="75.00" arrival="381.00" arrivalPos="85.60" duration="306.00" routeLength="1960.16" timeLoss="32.84"/> --- > <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="447.00" waitingTime="239.00" timeLoss="17.06" traveltime="208.00"> > <ride waitingTime="239.00" vehicle="v0" depart="239.00" arrival="447.00" arrivalPos="285.60" duration="208.00" routeLength="879.98" timeLoss="17.06"/> <truncated after showing first 30 lines> ---------- Differences in xmlstats ---------- 10c10 < <vehicleTripStatistics count="2" routeLength="3531.14" speed="3.80" duration="930.00" waitingTime="13.00" timeLoss="68.05" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/> --- > <vehicleTripStatistics count="2" routeLength="4016.14" speed="4.32" duration="930.00" waitingTime="20.00" timeLoss="73.60" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/> 12c12 < <rideStatistics number="10" waitingTime="162.30" routeLength="1399.13" duration="271.10" bus="0" train="0" taxi="10" bike="0" aborted="0"/> --- > <rideStatistics number="10" waitingTime="210.40" routeLength="1459.56" duration="281.50" bus="0" train="0" taxi="10" bike="0" aborted="0"/>
---------- Differences in output ---------- 1,2c1,2 < avg interval input count: count 24, min 2.00 (0.0), max 90.00 (28800.0), mean 41.25, Q1 8.00, median 39.00, Q3 77.00 < avg interval written vehs: count 24, min 2.00 (0.0), max 90.00 (28800.0), mean 41.25, Q1 8.00, median 39.00, Q3 77.00 --- > avg interval input count: count 24, min 2.00 (0.0), max 89.00 (28800.0), mean 40.92, Q1 8.00, median 39.00, Q3 77.00 > avg interval written vehs: count 24, min 2.00 (0.0), max 89.00 (28800.0), mean 40.92, Q1 8.00, median 39.00, Q3 77.00 12,13c12,13 < 25200: Wrote 75 routes (2 distinct) achieving total count 75 (100.00%) at 1 locations. GEH<5 for 100.00% < 28800: Wrote 90 routes (2 distinct) achieving total count 90 (100.00%) at 1 locations. GEH<5 for 100.00% --- > 25200: Wrote 74 routes (2 distinct) achieving total count 74 (100.00%) at 1 locations. GEH<5 for 100.00% > 28800: Wrote 89 routes (2 distinct) achieving total count 89 (100.00%) at 1 locations. GEH<5 for 100.00% 15c15 < 36000: Wrote 90 routes (2 distinct) achieving total count 90 (100.00%) at 1 locations. GEH<5 for 100.00% --- > 36000: Wrote 89 routes (2 distinct) achieving total count 89 (100.00%) at 1 locations. GEH<5 for 100.00% 17,18c17,18 < 39600: Wrote 90 routes (2 distinct) achieving total count 90 (100.00%) at 1 locations. GEH<5 for 100.00% < 43200: Wrote 75 routes (2 distinct) achieving total count 75 (100.00%) at 1 locations. GEH<5 for 100.00% --- > 39600: Wrote 89 routes (2 distinct) achieving total count 89 (100.00%) at 1 locations. GEH<5 for 100.00% > 43200: Wrote 74 routes (2 distinct) achieving total count 74 (100.00%) at 1 locations. GEH<5 for 100.00% 21c21 < 54000: Wrote 69 routes (2 distinct) achieving total count 69 (100.00%) at 1 locations. GEH<5 for 100.00% --- > 54000: Wrote 68 routes (2 distinct) achieving total count 68 (100.00%) at 1 locations. GEH<5 for 100.00% 25c25 < 68400: Wrote 18 routes (2 distinct) achieving total count 18 (100.00%) at 1 locations. GEH<5 for 100.00% --- > 68400: Wrote 17 routes (2 distinct) achieving total count 17 (100.00%) at 1 locations. GEH<5 for 100.00% <truncated after showing first 30 lines> ---------- Differences in routes ---------- 58c58 < <flow id="25200_0" begin="25280.78" end="28800.00" number="35"> --- > <flow id="25200_0" begin="25283.15" end="28800.00" number="34"> 65c65 < <flow id="28800_0" begin="28814.51" end="32400.00" number="43"> --- > <flow id="28800_0" begin="28814.85" end="32400.00" number="42"> 76,79c76 < <flow id="36000_1" begin="36046.92" end="39600.00" number="41"> < <route edges="-3 -3.180.00 15"/> < </flow> < <flow id="36000_0" begin="36050.82" end="39600.00" number="49"> --- > <flow id="36000_0" begin="36002.71" end="39600.00" number="49"> 81a79,81 > <flow id="36000_1" begin="36012.05" end="39600.00" number="40"> > <route edges="-3 -3.180.00 15"/> > </flow> 83c83 < <flow id="39600_1" begin="39617.70" end="43200.00" number="43"> --- > <flow id="39600_1" begin="39618.12" end="43200.00" number="42"> 90,93c90 < <flow id="43200_0" begin="43224.24" end="46800.00" number="35"> < <route edges="-3 -3.180.00 11"/> < </flow> < <flow id="43200_1" begin="43257.04" end="46800.00" number="40"> --- > <flow id="43200_1" begin="43273.80" end="46800.00" number="39"> <truncated after showing first 30 lines>
duaIterate only works with fixed departEdge
(This bug was triggered by text found in file 'dualog' matching 'input_trips_000.rou.alt.xml.gz' is not accessible')
---------- Differences in dualog ----------
1d0
< Loading configuration ... done.
3c2
< Loading configuration ... done.
---
> Loading route-files incrementally from '000/input_trips_000.rou.xml.gz'
6c5
< Simulation ended at time: 177.00
---
> Simulation ended at time: 175.00.
8,9c7,8
< Performance:
< Vehicles:
---
> Performance:
> Vehicles:
13,65c12,14
<
< Loading configuration ... done.
< Success.
< Loading configuration ... done.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 177.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 10
< Running: 0
< Waiting: 0
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1
> Execution of <path-to>duarouter'] failed. Look into dua.log for details.
---------- Differences in output ----------
1d0
< Loading configuration ... done.
9d7
< Loading configuration ... done.
11,40c9
< >> Running router on input_trips_000.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
<
< Loading configuration ... done.
< > Executing step 2
< >> Running router on input_trips_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
<
< Loading configuration ... done.
< > Executing step 3
< >> Running router on input_trips_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
<
< Loading configuration ... done.
< > Executing step 4
< >> Running router on input_trips_003.rou.alt.xml
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
<tripinfo id="0" depart="0.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="70.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.73" duration="70.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.35" rerouteNo="0" devices="tripinfo_0" vType="t" speedFactor="1.06" vaporized=""/>
<tripinfo id="1" depart="10.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="89.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_1" vType="t" speedFactor="0.94" vaporized=""/>
<tripinfo id="2" depart="20.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.04" duration="74.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.22" rerouteNo="0" devices="tripinfo_2" vType="t" speedFactor="1.01" vaporized=""/>
<tripinfo id="3" depart="30.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="99.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="15.05" duration="69.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.41" rerouteNo="0" devices="tripinfo_3" vType="t" speedFactor="1.08" vaporized=""/>
<tripinfo id="4" depart="40.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="112.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.32" duration="72.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.28" rerouteNo="0" devices="tripinfo_4" vType="t" speedFactor="1.03" vaporized=""/>
<tripinfo id="5" depart="50.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="138.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.55" duration="88.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.75" rerouteNo="0" devices="tripinfo_5" vType="t" speedFactor="0.83" vaporized=""/>
<tripinfo id="6" depart="60.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="140.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.54" duration="80.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.80" rerouteNo="0" devices="tripinfo_6" vType="t" speedFactor="1.05" vaporized=""/>
<tripinfo id="7" depart="70.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="153.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="12.32" duration="83.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.89" rerouteNo="0" devices="tripinfo_7" vType="t" speedFactor="0.89" vaporized=""/>
<tripinfo id="8" depart="80.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="159.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_8" vType="t" speedFactor="0.94" vaporized=""/>
<tripinfo id="9" depart="90.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="176.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.91" duration="86.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.82" rerouteNo="0" devices="tripinfo_9" vType="t" speedFactor="0.86" vaporized=""/>
</tripinfos>
option lane-based does not work (This bug was triggered by text found in file 'routes' matching 'on3 3 off3') ---------- Differences in flows ---------- 2c2,3 < <flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="450" begin="0" end="3600"/> --- > <flow id="1_0_9_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_9_0.qPKW" number="450" begin="0" end="3600"/> > <flow id="on3_0_off3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_0_off3_0.qPKW" number="450" begin="0" end="3600"/> ---------- Differences in routes ---------- 2c2,3 < <route id="1_off3.qPKW" edges="1 2 3 off3"/> --- > <route id="1_0_9_0.qPKW" edges="1 2 3 4 5 6 7 8 9"/> > <route id="on3_0_off3_0.qPKW" edges="on3 3 off3"/>