17Feb23rv1_16_0+0375-7133dd5a3c1 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/clangDebug/sumo/tests -reconnect /home/delphi/clangDebug/texttesttmp/clang3_64D.28Feb074048.939168 -g

To start TextTest for these tests, run:

texttest -a tools -d /home/delphi/clangDebug/sumo/tests


default: 1053 tests: 1040 succeeded 6 killed 5 FAILED 2 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : build checkStyle complex ( Last six runs Feb2023 )

---------- Differences in output ----------
0a1,3
> traci/vehicle/ssm/runner.py:49:1: E305 expected 2 blank lines after class or function definition, found 1
> traci/vehicle/tripinfoRetrieval/runner.py:38:1: E302 expected 2 blank lines, found 1
> traci/vehicle/tripinfoRetrieval/runner.py:105:27: W291 trailing whitespace

TEST FAILED on ts-sim-build-ba : build checkStyle header ( Last six runs Feb2023 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> checkStyle.py, in <module>
>     proc = propRead.checkFile(name, exclude)
> checkStyle.py, in checkFile
>     self.checkFileHeader(ext)
> checkStyle.py, in checkFileHeader
>     lines = open(self._file).readlines()
> codecs.py, in decode
>     (result, consumed) = self._buffer_decode(data, self.errors, final)
> UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 3663: invalid start byte
---------- Differences in output ----------
15,18c15,17
< tools/webWizard/SimpleWebSocketServer.py different license:
< # Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
< # The MIT License (MIT) Copyright (c) 2013 Dave P.
< 
---
> src/utils/foxtools/MFXListIcon.cpp broken @file reference /// @file    MFXListIcon.h
> src/utils/foxtools/MFXListItemIcon.cpp broken @file reference /// @file    MFXListItemIcon.h
> src/utils/gui/settings/GUISettingsHandler.cpp 'utf-8' codec can't decode byte 0xb0 in position 36431: invalid start byte

TEST FAILED on ts-sim-build-ba : build checkStyle tools ( Last six runs Feb2023 )

---------- Differences in output ----------
0a1,5
> build/templates.py:30:1: F401 'subprocess.call' imported but unused
> build/templates.py:100:5: F841 local variable 'xmlTemplate' is assigned to but never used
> visualization/plotXMLAttributes.py:171:121: E501 line too long (122 > 120 characters)
> visualization/plotXMLAttributes.py:449:1: E302 expected 2 blank lines, found 1
> visualization/plotXMLAttributes.py:642:5: E303 too many blank lines (2)

TEST FAILED on ts-sim-build-ba : trip randomTrips saveTemplate ( Last six runs Feb2023 )

---------- Differences in toolcfg ----------
2,57c2,57
<     <additional-files value="None" help="define additional files to be loaded by the router"/>
<     <allow-roundabouts value="False" help="Permit trips that start or end inside a roundabout"/>
<     <allow-fringe value="False" help="Allow departing on edges that leave the network and arriving on edges that enter the network (via turnarounds or as 1-edge trips"/>
<     <allow-fringe.min-length value="None" help="Allow departing on edges that leave the network and arriving on edges that enter the network, if they have at least the given length"/>
<     <angle value="90.0" help="weight edge probability by angle [0-360] relative to the network center"/>
<     <angle-factor value="1.0" help="maximum weight factor for angle"/>
<     <begin value="0" help="begin time"/>
<     <binomial value="None" help="If this is set, the number of departures per second will be drawn from a binomial distribution with n=N and p=PERIOD/N where PERIOD is the argument given to --period"/>
<     <persontrip.transfer.car-walk value="None" help="Where are mode changes from car to walking allowed (possible values: 'ptStops', 'allJunctions' and combinations)"/>
<     <edge-param value="None" help="use the given edge parameter as factor for edge"/>
<     <end value="3600" help="end time (default 3600)"/>
<     <flows value="0" help="generates INT flows that together output vehicles with the specified period"/>
<     <fringe-junctions value="False" help="Determine fringe edges based on junction attribute 'fringe'"/>
<     <fringe-factor value="1.0" help="multiply weight of fringe edges by <FLOAT> (default 1) or set value 'max' to force all traffic to start/end at the fringe."/>
<     <fringe-speed-exponent value="None" help="weight fringe edge probability by speed^<FLOAT> (default: speed exponent)"/>
<     <fringe-threshold value="0.0" help="only consider edges with speed above <FLOAT> as fringe edges (default 0)"/>
<     <fringe-start-attributes value="" help="additional trip attributes when starting on a fringe."/>
<     <insertion-density value="None" help="How much vehicles arrive in the simulation per hour per kilometer of road (alternative to the period option)."/>
<     <insertion-rate value="None" help="How much vehicles arrive in the simulation per hour (alternative to the period option)."/>
<     <intermediate value="0" help="generates the given number of intermediate way points"/>
<     <jtrrouter value="False" help="Create flows without destination as input for jtrrouter"/>
<     <junction-taz value="False" help="Write trips with fromJunction and toJunction"/>
<     <lanes value="False" help="weight edge probability by number of lanes"/>
<     <length value="False" help="weight edge probability by length"/>
<     <max-distance value="None" help="require start and end edges for each trip to be at most <FLOAT> m apart (default 0 which disables any checks)"/>
<     <maxtries value="100" help="number of attemps for finding a trip which meets the distance constraints"/>
<     <min-distance.fringe value="None" help="require start and end edges for each fringe to fringe trip to be at least <FLOAT> m apart"/>
<     <min-distance value="0.0" help="require start and end edges for each trip to be at least <FLOAT> m apart"/>
<     <net-file value="None" help="define the net file (mandatory)"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler save_template ( Last six runs Feb2023 )

---------- Differences in toolcfg ----------
2,36c2,36
<     <arrival-attribute value="None" help="Read arrival counts from the given edgeData file attribute"/>
<     <begin value="None" help="custom begin time (seconds or H:M:S)"/>
<     <depart-attribute value="None" help="Read departure counts from the given edgeData file attribute"/>
<     <edgedata-attribute value="entered" help="Read edgeData counts from the given attribute"/>
<     <edgedata-files value="None" help="Input edgeData file (for counts)"/>
<     <end value="None" help="custom end time (seconds or H:M:S)"/>
<     <geh-ok value="5" help="threshold for acceptable GEH values"/>
<     <interval value="None" help="custom aggregation interval (seconds or H:M:S)"/>
<     <min-count value="1" help="Set minimum number of counting locations that a route must visit"/>
<     <minimize-vehicles value="0" help="Set optimization factor from [0, 1[ for reducing the number of vehicles(prefer routes that pass multiple counting locations over routes that pass fewer)"/>
<     <mismatch-output value="None" help="write cout-data with overflow/underflow information to FILE"/>
<     <od-files value="None" help="Input edgeRelation file for origin-destination counts"/>
<     <optimize value="None" help="set optimization method level (full, INT boundary)"/>
<     <optimize-input value="False" help="Skip resampling and run optimize directly on the input routes"/>
<     <output-file value="out.rou.xml" help="Output route file"/>
<     <pedestrians value="False" help="write person walks instead of vehicle routes"/>
<     <prefix value="" help="prefix for the vehicle ids"/>
<     <route-files value="None" help="Input route file"/>
<     <seed value="42" help="random seed"/>
<     <threads value="1" help="If parallelization is desired, enter the number of CPUs to use. Set to a value >> then your machines CPUs if you want to utilize all CPUs (Default is 1)"/>
<     <total-count value="None" help="Set a total count that should be reached (either as single value that is split  proportionally among all intervals or as a list of counts per interval). Setting the value 'input' preserves input vehicle counts in each interval."/>
<     <turn-attribute value="count" help="Read turning counts from the given attribute"/>
<     <turn-files value="None" help="Input turn-count file"/>
<     <turn-max-gap value="0" help="Allow at most a gap of INT edges between from-edge and to-edge"/>
<     <turn-ratio-abs-tolerance value="1" help="Set tolerance for error in resulting turning ratios as absolute count"/>
<     <turn-ratio-attribute value="None" help="Read turning ratios from the given attribute"/>
<     <turn-ratio-tolerance value="None" help="Set tolerance for error in resulting ratios (relative to turn-ratio-total)"/>
<     <turn-ratio-total value="1" help="Set value for normalizing turning ratios (default 1)"/>
<     <attributes value="" help="additional vehicle attributes"/>
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #7391) on ts-sim-build-ba : assign dua-iterate mapmatchJunctions ( Last six runs Feb2023 )

duaIterate only works with fixed departEdge
(This bug was triggered by text found in file 'dualog' matching 'input_trips_000.rou.alt.xml' is not accessible')
---------- Differences in dualog ----------
1d0
< Loading configuration ... done.
3,55d1
< 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
< 
< 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
< 
< Loading configuration ... done.
< Success.
< Loading configuration ... done.
<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>

TEST had known bugs (see #5409) on ts-sim-build-ba : detector flowrouter motorway_ramps lane_based ( Last six runs Feb2023 )

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"/>

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess noShortcut ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
82,84c82,85
< Simulation ended at time: 3729.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
---
> Interrupt signal received, trying to exit gracefully.
> Simulation ended at time: 1507.00
> Reason: Interrupted.
> Statistics (avg of 387):
86,89c87,90
<  Speed: 9.40
<  Duration: 107.51
<  WaitingTime: 8.94
<  TimeLoss: 31.09
---
>  Speed: 9.37
>  Duration: 107.87
>  WaitingTime: 9.23
>  TimeLoss: 31.57
---------- Differences in output ----------
47,49d46
< <<
< ------------------
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
43,90c43,52
< Simulation ended at time: 4290.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.74
<  Speed: 5.84
<  Duration: 222.47
<  WaitingTime: 70.62
<  TimeLoss: 154.33
<  DepartDelay: 70.84
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4038.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.46
<  Speed: 6.19
<  Duration: 206.65
<  WaitingTime: 63.04
<  TimeLoss: 138.33
<  DepartDelay: 13.57
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3818.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
26,49d25
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
---------- 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="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="93.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.44" duration="85.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="36.74" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.26" duration="84.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="25.70" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_1" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="105.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="79.00" routeLength="1028.10" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="24.18" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.65" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="26.87" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.77" duration="98.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="27.61" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="110.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.76" duration="95.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="21.67" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="41.66" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="123.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.18" duration="119.00" routeLength="995.93" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="37.16" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="125.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.40" duration="103.00" routeLength="995.93" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="29.81" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="141.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.26" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.59" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="143.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.01" duration="103.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.00" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.50" duration="116.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="35.34" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.13" duration="103.00" routeLength="996.05" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="30.54" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="148.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.61" duration="101.00" routeLength="996.05" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="33.94" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.36" duration="97.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="44.90" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="154.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.59" duration="96.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.64" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="156.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.74" duration="84.00" routeLength="1028.10" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="35.79" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.30" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="29.77" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.60" duration="94.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.49" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.49" duration="86.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.73" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="178.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.69" duration="116.00" routeLength="995.93" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="34.85" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="180.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.93" duration="111.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="44.35" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="187.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.30" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.41" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.53" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.89" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="197.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.66" duration="117.00" routeLength="996.05" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="39.29" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="197.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.05" duration="107.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.77" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_gawron_marginal ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
43,90c43,52
< Simulation ended at time: 4716.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1004.51
<  Speed: 4.89
<  Duration: 259.38
<  WaitingTime: 86.60
<  TimeLoss: 190.04
<  DepartDelay: 236.25
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4522.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1003.49
<  Speed: 5.49
<  Duration: 233.98
<  WaitingTime: 74.95
<  TimeLoss: 163.86
<  DepartDelay: 146.17
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4209.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
26,49d25
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
---------- 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="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="91.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.18" duration="83.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="34.96" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="100.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.57" duration="82.00" routeLength="1028.10" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="23.14" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="14.96" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.47" duration="66.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="20.54" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="104.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.21" duration="100.00" routeLength="996.05" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="19.12" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="106.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.88" duration="95.00" routeLength="996.05" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="24.43" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.91" duration="92.00" routeLength="996.05" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="19.00" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="41.51" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="121.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.49" duration="99.00" routeLength="995.93" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="26.14" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="137.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.77" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.40" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_0" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="119.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="34.08" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.05" duration="118.00" routeLength="996.05" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="37.52" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_0" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="149.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.77" duration="109.00" routeLength="996.05" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="34.61" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="150.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.99" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="34.25" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="152.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.99" duration="105.00" routeLength="996.05" waitingTime="10.00" waitingCount="1" stopTime="0.00" timeLoss="37.48" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="155.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.96" duration="97.00" routeLength="1028.10" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="42.05" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.24" duration="85.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="36.87" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.60" duration="108.00" routeLength="996.05" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="31.10" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_0" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="160.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.65" duration="106.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="25.03" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.35" duration="97.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.66" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="175.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.45" duration="113.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="32.04" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="189.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.47" duration="102.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.54" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="192.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.32" duration="102.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.50" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
    <tripinfo id="flow_0.26" depart="94.00" departLane="start_1" departPos="5.10" departSpeed="12.74" departDelay="0.40" arrival="193.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.40" duration="99.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.45" rerouteNo="0" devices="tripinfo_flow_0.26" vType="DEFAULT_VEHTYPE" speedFactor="0.92" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_0" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="195.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="15.77" duration="126.00" routeLength="996.05" waitingTime="28.00" waitingCount="1" stopTime="0.00" timeLoss="61.05" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="198.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.98" duration="122.00" routeLength="996.05" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="47.40" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="201.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.49" duration="121.00" routeLength="996.05" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="43.61" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_gawron_marginal_default ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
43,89c43,51
< Simulation ended at time: 4362.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.93
<  Speed: 5.76
<  Duration: 225.45
<  WaitingTime: 71.10
<  TimeLoss: 157.45
<  DepartDelay: 91.91
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4253.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.78
<  Speed: 5.93
<  Duration: 218.67
<  WaitingTime: 68.18
<  TimeLoss: 150.53
<  DepartDelay: 53.93
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3983.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
26,49d25
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
---------- 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="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="93.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.44" duration="85.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="36.74" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.26" duration="84.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="25.70" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_1" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="105.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="79.00" routeLength="1028.10" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="24.18" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.65" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="26.87" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.77" duration="98.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="27.61" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="110.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.76" duration="95.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="21.67" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="41.66" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="123.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.18" duration="119.00" routeLength="995.93" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="37.16" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="125.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.40" duration="103.00" routeLength="995.93" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="29.81" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="141.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.26" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.59" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="143.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.01" duration="103.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.00" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.50" duration="116.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="35.34" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.13" duration="103.00" routeLength="996.05" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="30.54" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="148.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.61" duration="101.00" routeLength="996.05" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="33.94" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.36" duration="97.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="44.90" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="154.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.59" duration="96.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.64" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="156.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.74" duration="84.00" routeLength="1028.10" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="35.79" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.30" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="29.77" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.60" duration="94.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.49" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.49" duration="86.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.73" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="178.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.69" duration="116.00" routeLength="995.93" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="34.85" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="180.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.93" duration="111.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="44.35" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="187.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.30" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.41" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.53" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.89" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="197.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.66" duration="117.00" routeLength="996.05" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="39.29" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="197.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.05" duration="107.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.77" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_logit ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
30,90c30,39
< Simulation ended at time: 4084.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1008.58
<  Speed: 5.69
<  Duration: 214.37
<  WaitingTime: 70.11
<  TimeLoss: 148.69
<  DepartDelay: 15.80
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3896.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1006.78
<  Speed: 6.03
<  Duration: 189.22
<  WaitingTime: 59.98
<  TimeLoss: 121.98
<  DepartDelay: 0.40
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3794.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
19,49d18
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 2/input_routes_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
<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="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="94.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.80" duration="90.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="38.38" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_1" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="95.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.96" duration="84.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.63" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_1" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="97.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.85" duration="82.00" routeLength="1028.10" waitingTime="14.00" waitingCount="1" stopTime="0.00" timeLoss="34.80" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="100.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.39" duration="78.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="32.64" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="108.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.13" duration="75.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.29" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.34" duration="73.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.74" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="111.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.22" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="23.48" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="113.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="113.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="40.63" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="139.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.90" duration="121.00" routeLength="995.93" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="29.01" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="144.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.77" duration="136.00" routeLength="996.05" waitingTime="39.00" waitingCount="2" stopTime="0.00" timeLoss="60.79" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_0" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.64" duration="121.00" routeLength="996.05" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="35.76" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="149.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.97" duration="120.00" routeLength="996.05" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.43" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_1" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.54" duration="107.00" routeLength="1028.10" waitingTime="28.00" waitingCount="1" stopTime="0.00" timeLoss="60.03" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_1" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="152.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="15.20" duration="105.00" routeLength="1028.10" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="61.53" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="155.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.85" duration="93.00" routeLength="1028.10" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="40.49" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.24" duration="85.00" routeLength="1028.10" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="36.81" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="158.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.05" duration="82.00" routeLength="1028.10" waitingTime="9.00" waitingCount="1" stopTime="0.00" timeLoss="34.03" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_0" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.40" duration="104.00" routeLength="996.05" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="18.24" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="164.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.56" duration="99.00" routeLength="996.05" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="18.14" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_1" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="174.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.93" duration="123.00" routeLength="995.93" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="45.30" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="181.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.56" duration="127.00" routeLength="995.93" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="44.52" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="183.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.47" duration="114.00" routeLength="995.93" waitingTime="14.00" waitingCount="1" stopTime="0.00" timeLoss="47.99" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.22" duration="112.00" routeLength="995.93" waitingTime="1.00" waitingCount="1" stopTime="0.00" timeLoss="25.47" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="196.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.02" duration="116.00" routeLength="996.05" waitingTime="21.00" waitingCount="1" stopTime="0.00" timeLoss="38.45" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="200.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.93" duration="113.00" routeLength="1028.10" waitingTime="29.00" waitingCount="1" stopTime="0.00" timeLoss="54.49" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.26" depart="94.00" departLane="start_1" departPos="5.10" departSpeed="12.74" departDelay="0.40" arrival="202.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.66" duration="108.00" routeLength="1028.10" waitingTime="26.00" waitingCount="1" stopTime="0.00" timeLoss="54.13" rerouteNo="0" devices="tripinfo_flow_0.26" vType="DEFAULT_VEHTYPE" speedFactor="0.92" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign duaIterateMix simple ( Last six runs Feb2023 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
45,46c45,47
< Simulation ended at time: 2554.00
< Reason: All vehicles have left the simulation.
---
> Interrupt signal received, trying to exit gracefully.
> Simulation ended at time: 2134.00
> Reason: Interrupted.
50c51
<  Running: 0
---
>  Running: 87
52,58c53,59
< Statistics (avg of 1000):
<  RouteLength: 1202.51
<  Speed: 5.60
<  Duration: 283.99
<  WaitingTime: 80.87
<  TimeLoss: 205.86
<  DepartDelay: 99.31
---
> Statistics (avg of 913):
>  RouteLength: 1218.18
>  Speed: 5.91
>  Duration: 266.05
>  WaitingTime: 68.65
>  TimeLoss: 185.39
>  DepartDelay: 83.92
60,100c61
< DijkstraRouter answered 721 queries and explored 7.56 edges on average.
< Success.
<truncated after showing first 30 lines>
---------- Differences in output ----------
25,45d24
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 002/input_routes_002.rou.alt.xml
< <<
< >> Running router on 002/input_routes2_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 003/input_routes_003.rou.alt.xml
< <<
< >> Running router on 003/input_routes2_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
<