30Jan24rv1_19_0+0717-1b012df06e4 - 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.04Feb074440.2416765 -g

To start TextTest for these tests, run:

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


default: 1159 tests: 1138 succeeded 11 killed 7 FAILED 3 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in output ----------
0a1,5
> build_config/updateMessageIDs.py:205:121: E501 line too long (129 > 120 characters)
> tileGet.py:99:38: W291 trailing whitespace
> tileGet.py:115:1: E302 expected 2 blank lines, found 1
> tileGet.py:174:70: W291 trailing whitespace
> tileGet.py:180:1: W293 blank line contains whitespace

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> runSeeds.py, in <module>
>     if not main(get_options()):
> runSeeds.py, in get_options
>     if hasattr(shutil, "which") and not shutil.which(options.application):
> shutil.py, in which
>     if os.path.dirname(cmd):
> posixpath.py, in dirname
>     p = os.fspath(p)
> TypeError: expected str, bytes or os.PathLike object, not NoneType
---------- Differences in output ----------
1,57d0
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 18.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<  RouteLength: 186.70
<  Speed: 10.98
<  Duration: 17.00
<  WaitingTime: 0.00
<  TimeLoss: 1.57
<  DepartDelay: 0.00
< 
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 74.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<truncated after showing first 30 lines>
---------- Missing result in xmlstats1 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="186.70" speed="10.98" duration="17.00" waitingTime="0.00" timeLoss="1.57" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="17.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>
---------- Missing result in xmlstats2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="675.74" speed="9.26" duration="73.00" waitingTime="0.00" timeLoss="10.27" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="73.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>
---------- Missing result in xmlstats3 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="323.30" speed="8.29" duration="39.00" waitingTime="0.00" timeLoss="6.67" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="39.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>
misc runSeeds add_args ( Last six runs Feb2024 Jan2024 )
misc runSeeds basic ( Last six runs Feb2024 Jan2024 )

TEST FAILED on ts-sim-build-ba : misc runSeeds multi_config ( Last six runs Feb2024 Jan2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> runSeeds.py, in <module>
>     if not main(get_options()):
> runSeeds.py, in get_options
>     if hasattr(shutil, "which") and not shutil.which(options.application):
> shutil.py, in which
>     if os.path.dirname(cmd):
> posixpath.py, in dirname
>     p = os.fspath(p)
> TypeError: expected str, bytes or os.PathLike object, not NoneType
---------- Differences in output ----------
1,114d0
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 18.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<  RouteLength: 186.70
<  Speed: 10.98
<  Duration: 17.00
<  WaitingTime: 0.00
<  TimeLoss: 1.57
<  DepartDelay: 0.00
< 
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 74.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc runSeeds multi_config_noFolder ( Last six runs Feb2024 Jan2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> runSeeds.py, in <module>
>     if not main(get_options()):
> runSeeds.py, in get_options
>     if hasattr(shutil, "which") and not shutil.which(options.application):
> shutil.py, in which
>     if os.path.dirname(cmd):
> posixpath.py, in dirname
>     p = os.fspath(p)
> TypeError: expected str, bytes or os.PathLike object, not NoneType
---------- Differences in output ----------
1,38d0
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 18.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<  RouteLength: 186.70
<  Speed: 10.98
<  Duration: 17.00
<  WaitingTime: 0.00
<  TimeLoss: 1.57
<  DepartDelay: 0.00
< 
< Loading net-file from 'net.net.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 18.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1):
<truncated after showing first 30 lines>
---------- Missing result in xmlstats1 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="186.70" speed="10.98" duration="17.00" waitingTime="0.00" timeLoss="1.57" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="17.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>
---------- Missing result in xmlstats2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="186.70" speed="10.98" duration="17.00" waitingTime="0.00" timeLoss="1.57" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="17.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : misc runSeeds threads_2 ( Last six runs Feb2024 Jan2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> runSeeds.py, in <module>
>     if not main(get_options()):
> runSeeds.py, in get_options
>     if hasattr(shutil, "which") and not shutil.which(options.application):
> shutil.py, in which
>     if os.path.dirname(cmd):
> posixpath.py, in dirname
>     p = os.fspath(p)
> TypeError: expected str, bytes or os.PathLike object, not NoneType
---------- Missing result in xmlstats1 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
</statistics>
---------- Missing result in xmlstats2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
</statistics>
---------- Missing result in xmlstats3 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1" inserted="1" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : xml xml2csv cross3ltl_vehroutes_schema ( Last six runs Feb2024 Jan2024 )

---------- Differences in csv ----------
1,5c1,5
< vTypeDistribution_id;vTypeDistribution_vTypes;vTypeDistribution_probabilities;vTypeDistribution_deterministic;vType_id;vType_length;vType_minGap;vType_maxSpeed;vType_desiredMaxSpeed;vType_probability;vType_speedFactor;vType_speedDev;vType_vClass;vType_emissionClass;vType_maneuverAngleTimes;vType_guiShape;vType_width;vType_height;vType_color;vType_accel;vType_decel;vType_emergencyDecel;vType_apparentDecel;vType_personCapacity;vType_containerCapacity;vType_boardingDuration;vType_loadingDuration;
vType_scale;vType_lcStrategic;vType_lcCooperative;vType_lcSpeedGain;vType_lcKeepRight;vType_lcSublane;vType_lcOpposite;vType_lcPushy;vType_lcPushyGap;vType_lcAssertive;vType_lcLookaheadLeft;vType_lcSpeedGainRight;vType_lcSpeedGainLookahead;vType_lcCooperativeRoundabout;vType_lcCooperativeSpeed;vType_lcTurnAlignmentDistance;vType_lcImpatience;vType_lcTimeToImpatience;vType_lcAccelLat;vType_lcMaxSpeedLatStanding;vType_lcMaxSpeedLatFactor;vType_lcMaxDistLatStanding;vType_lcOvertakeRight;vType_lcLan
eDiscipline;vType_lcSigma;vType_lcKeepRightAcceptanceTime;vType_lcOvertakeDeltaSpeedFactor;vType_maxSpeedLat;vType_latAlignment;vType_actionStepLength;vType_hasDriverState;vType_minGapLat;vType_jmCrossingGap;vType_jmDriveAfterYellowTime;vType_jmDriveAfterRedTime;vType_jmDriveRedSpeed;vType_jmIgnoreKeepClearTime;vType_jmIgnoreFoeSpeed;vType_jmIgnoreFoeProb;vType_jmIgnoreJunctionFoeProb;vType_jmSigmaMinor;vType_jmStoplineGap;vType_jmTimegapMinor;vType_sigma;vType_sigmaStep;vType_impatience;vType_t
au;vType_delta;vType_stepping;vType_adaptTime;vType_adaptFactor;vType_tmp1;vType_tmp2;vType_tmp3;vType_tmp4;vType_tmp5;vType_tauLast;vType_apProb;vType_k;vType_phi;vType_security;vType_estimation;vType_speedControlGain;vType_speedControlMinGap;vType_gapClosingControlGainSpeed;vType_gapClosingControlGainSpace;vType_gapControlGainSpeed;vType_gapControlGainSpace;vType_collisionAvoidanceGainSpeed;vType_collisionAvoidanceGainSpace;vType_collisionAvoidanceOverride;vType_tauCACCToACC;vType_applyDriverS
tate;vType_carFollowModel;vType_trainType;vType_laneChangeModel;vType_imgFile;vType_osgFile;vType_cc1;vType_cc2;vType_cc3;vType_cc4;vType_cc5;vType_cc6;vType_cc7;vType_cc8;vType_cc9;vType_c1;vType_ccDecel;vType_constSpacing;vType_kp;vType_lambda;vType_omegaN;vType_tauEngine;vType_xi;vType_lanesCount;vType_ccAccel;vType_ploegKp;vType_ploegKd;vType_ploegH;vType_flatbedKa;vType_flatbedKv;vType_flatbedKp;vType_flatbedD;vType_flatbedH;vType_collisionMinGapFactor;vType_speedControlGainCACC;vType_gapCl
osingControlGainGap;vType_gapClosingControlGainGapDot;vType_gapControlGainGap;vType_gapControlGainGapDot;vType_collisionAvoidanceGainGap;vType_collisionAvoidanceGainGapDot;vType_tPersDrive;vType_tpreview;vType_treaction;vType_tPersEstimate;vType_ccoolness;vType_sigmaleader;vType_sigmagap;vType_sigmaerror;vType_jerkmax;vType_epsilonacc;vType_taccmax;vType_Mflatness;vType_Mbegin;vType_vehdynamics;vType_maxvehpreview;vType_startupDelay;vType_timeToTeleport;vType_timeToTeleportBidi;vType_speedFactor
Premature;carFollowing-IDM_accel;carFollowing-IDM_decel;carFollowing-IDM_tau;carFollowing-IDM_delta;carFollowing-IDM_stepping;carFollowing-IDMM_accel;carFollowing-IDMM_decel;carFollowing-IDMM_tau;carFollowing-IDMM_adaptTime;carFollowing-IDMM_adaptFactor;carFollowing-IDMM_stepping;carFollowing-EIDM_accel;carFollowing-EIDM_decel;carFollowing-EIDM_stepping;carFollowing-EIDM_delta;carFollowing-EIDM_tau;carFollowing-EIDM_tPersDrive;carFollowing-EIDM_tpreview;carFollowing-EIDM_treaction;carFollowing-E
IDM_tPersEstimate;carFollowing-EIDM_ccoolness;carFollowing-EIDM_sigmaleader;carFollowing-EIDM_sigmagap;carFollowing-EIDM_sigmaerror;carFollowing-EIDM_jerkmax;carFollowing-EIDM_epsilonacc;carFollowing-EIDM_taccmax;carFollowing-EIDM_Mflatness;carFollowing-EIDM_Mbegin;carFollowing-EIDM_vehdynamics;carFollowing-EIDM_maxvehpreview;carFollowing-Krauss_accel;carFollowing-Krauss_decel;carFollowing-Krauss_sigma;carFollowing-Krauss_sigmaStep;carFollowing-Krauss_tau;carFollowing-KraussPS_accel;carFollowing
-KraussPS_decel;carFollowing-KraussPS_sigma;carFollowing-KraussPS_sigmaStep;carFollowing-KraussPS_tau;carFollowing-KraussOrig1_accel;carFollowing-KraussOrig1_decel;carFollowing-KraussOrig1_sigma;carFollowing-KraussOrig1_sigmaStep;carFollowing-KraussOrig1_tau;carFollowing-SmartSK_accel;carFollowing-SmartSK_decel;carFollowing-SmartSK_sigma;carFollowing-SmartSK_sigmaStep;carFollowing-SmartSK_tau;carFollowing-SmartSK_tmp1;carFollowing-SmartSK_tmp2;carFollowing-SmartSK_tmp3;carFollowing-SmartSK_tmp4;
carFollowing-SmartSK_tmp5;carFollowing-Daniel1_accel;carFollowing-Daniel1_decel;carFollowing-Daniel1_sigma;carFollowing-Daniel1_sigmaStep;carFollowing-Daniel1_tau;carFollowing-Daniel1_tmp1;carFollowing-Daniel1_tmp2;carFollowing-Daniel1_tmp3;carFollowing-Daniel1_tmp4;carFollowing-Daniel1_tmp5;carFollowing-PWagner2009_accel;carFollowing-PWagner2009_decel;carFollowing-PWagner2009_sigma;carFollowing-PWagner2009_tau;carFollowing-PWagner2009_tauLast;carFollowing-PWagner2009_apProb;carFollowing-BKerner
_accel;carFollowing-BKerner_decel;carFollowing-BKerner_sigma;carFollowing-BKerner_tau;carFollowing-BKerner_k;carFollowing-BKerner_phi;carFollowing-Wiedemann_accel;carFollowing-Wiedemann_decel;carFollowing-Wiedemann_tau;carFollowing-Wiedemann_security;carFollowing-Wiedemann_estimation;carFollowing-W99_cc1;carFollowing-W99_cc2;carFollowing-W99_cc3;carFollowing-W99_cc4;carFollowing-W99_cc5;carFollowing-W99_cc6;carFollowing-W99_cc7;carFollowing-W99_cc8;carFollowing-W99_cc9;carFollowing-ACC_accel;car
Following-ACC_decel;carFollowing-ACC_speedControlGain;carFollowing-ACC_gapClosingControlGainSpeed;carFollowing-ACC_gapClosingControlGainSpace;carFollowing-ACC_gapControlGainSpeed;carFollowing-ACC_gapControlGainSpace;carFollowing-ACC_collisionAvoidanceGainSpeed;carFollowing-ACC_collisionAvoidanceGainSpace;carFollowing-CACC_accel;carFollowing-CACC_decel;carFollowing-CACC_emergencyDecel;carFollowing-CACC_collisionMinGapFactor;carFollowing-CACC_tau;carFollowing-CACC_speedControlGainCACC;carFollowing
-CACC_gapClosingControlGainGap;carFollowing-CACC_gapClosingControlGainGapDot;carFollowing-CACC_gapControlGainGap;carFollowing-CACC_gapControlGainGapDot;carFollowing-CACC_collisionAvoidanceGainGap;carFollowing-CACC_collisionAvoidanceGainGapDot;carFollowing-CACC_gapClosingControlGainSpeed;carFollowing-CACC_gapClosingControlGainSpace;carFollowing-CACC_gapControlGainSpeed;carFollowing-CACC_gapControlGainSpace;carFollowing-CACC_collisionAvoidanceGainSpeed;carFollowing-CACC_collisionAvoidanceGainSpace
;carFollowing-CC_accel;carFollowing-CC_decel;carFollowing-CC_tau;carFollowing-CC_c1;carFollowing-CC_ccDecel;carFollowing-CC_constSpacing;carFollowing-CC_kp;carFollowing-CC_lambda;carFollowing-CC_omegaN;carFollowing-CC_tauEngine;carFollowing-CC_xi;carFollowing-CC_lanesCount;carFollowing-CC_ccAccel;carFollowing-CC_ploegKp;carFollowing-CC_ploegKd;carFollowing-CC_ploegH;carFollowing-CC_flatbedKa;carFollowing-CC_flatbedKv;carFollowing-CC_flatbedKp;carFollowing-CC_flatbedD;carFollowing-CC_flatbedH;veh
icle_id;vehicle_route;vehicle_reroute;vehicle_fromTaz;vehicle_toTaz;vehicle_via;vehicle_type;vehicle_depart;vehicle_color;vehicle_departLane;vehicle_departPos;vehicle_departSpeed;vehicle_departEdge;vehicle_arrivalEdge;vehicle_arrivalLane;vehicle_arrivalPos;vehicle_arrivalSpeed;vehicle_departPosLat;vehicle_arrivalPosLat;vehicle_arrival;vehicle_routeLength;vehicle_line;vehicle_personNumber;vehicle_containerNumber;vehicle_speedFactor;vehicle_insertionChecks;trip_id;trip_fromTaz;trip_toTaz;trip_from
;trip_to;trip_via;trip_fromLonLat;trip_toLonLat;trip_viaLonLat;trip_fromXY;trip_toXY;trip_viaXY;trip_fromJunction;trip_toJunction;trip_viaJunctions;trip_type;trip_depart;trip_color;trip_departLane;trip_departPos;trip_departSpeed;trip_departEdge;trip_arrivalEdge;trip_arrivalLane;trip_arrivalPos;trip_arrivalSpeed;trip_departPosLat;trip_arrivalPosLat;trip_line;trip_personNumber;trip_containerNumber;trip_speedFactor;trip_insertionChecks;person_depart;person_id;person_arrival;person_type;person_depar
tPos;person_arrivalPos;person_color;person_modes;person_vTypes;person_speedFactor;personFlow_begin;personFlow_end;personFlow_period;personFlow_vehsPerHour;personFlow_personsPerHour;personFlow_perHour;personFlow_probability;personFlow_number;personFlow_id;personFlow_arrival;personFlow_type;personFlow_departPos;personFlow_arrivalPos;personFlow_color;personFlow_modes;personFlow_vTypes;personFlow_speedFactor;personTrip_from;personTrip_to;personTrip_fromTaz;personTrip_toTaz;personTrip_fromXY;personTr
ip_toXY;personTrip_fromLonLat;personTrip_toLonLat;personTrip_fromJunction;personTrip_toJunction;personTrip_viaJunctions;personTrip_busStop;personTrip_trainStop;personTrip_parkingArea;personTrip_containerStop;personTrip_chargingStation;personTrip_modes;personTrip_vTypes;personTrip_departPos;personTrip_arrivalPos;personTrip_walkFactor;personTrip_costs;personTrip_group;personTrip_lines;ride_from;ride_to;ride_busStop;ride_trainStop;ride_parkingArea;ride_containerStop;ride_chargingStation;ride_lines;
ride_arrivalPos;ride_cost;ride_intended;ride_depart;ride_routeLength;ride_group;ride_vehicle;ride_started;ride_ended;walk_route;walk_edges;walk_from;walk_to;walk_fromTaz;walk_toTaz;walk_fromJunction;walk_toJunction;walk_viaJunctions;walk_busStop;walk_trainStop;walk_parkingArea;walk_containerStop;walk_chargingStation;walk_speed;walk_duration;walk_departPos;walk_departPosLat;walk_departLane;walk_arrivalPos;walk_cost;walk_routeLength;walk_exitTimes;walk_started;walk_ended;container_depart;container
_id;container_arrival;container_type;container_departPos;container_color;containerFlow_begin;containerFlow_end;containerFlow_period;containerFlow_containersPerHour;containerFlow_perHour;containerFlow_probability;containerFlow_number;containerFlow_id;containerFlow_arrival;containerFlow_type;containerFlow_departPos;containerFlow_color;transport_from;transport_to;transport_busStop;transport_trainStop;transport_parkingArea;transport_containerStop;transport_chargingStation;transport_lines;transport_a
rrivalPos;transport_cost;transport_intended;transport_depart;transport_routeLength;transport_group;transport_vehicle;transport_started;transport_ended;tranship_edges;tranship_from;tranship_to;tranship_busStop;tranship_trainStop;tranship_parkingArea;tranship_containerStop;tranship_chargingStation;tranship_speed;tranship_duration;tranship_departPos;tranship_arrivalPos;tranship_started;tranship_ended;interval_begin;interval_end;flow_id;flow_reroute;flow_departEdge;flow_arrivalEdge;flow_route;flow_f
romTaz;flow_toTaz;flow_from;flow_to;flow_via;flow_fromJunction;flow_toJunction;flow_viaJunctions;flow_type;flow_begin;flow_end;flow_period;flow_vehsPerHour;flow_perHour;flow_probability;flow_number;flow_color;flow_departLane;flow_departPos;flow_departSpeed;flow_arrivalLane;flow_arrivalPos;flow_arrivalSpeed;flow_departPosLat;flow_arrivalPosLat;flow_line;flow_personNumber;flow_containerNumber;flow_speedFactor;flow_insertionChecks;routeDistribution_id;routeDistribution_last;routeDistribution_routes
;routeDistribution_probabilities;route_id;route_edges;route_color;route_exitTimes;route_cost;route_savings;route_repeat;route_cycleTime;route_probability;route_routeLength;param_key;param_value;stop_lane;stop_edge;stop_busStop;stop_trainStop;stop_containerStop;stop_chargingStation;stop_parkingArea;stop_startPos;stop_endPos;stop_posLat;stop_friendlyPos;stop_arrival;stop_duration;stop_until;stop_extension;stop_index;stop_parking;stop_triggered;stop_containerTriggered;stop_expected;stop_permitted;s
top_expectedContainers;stop_actType;stop_tripId;stop_split;stop_join;stop_line;stop_speed;stop_priorEdges;stop_priorEdgesLength;stop_started;stop_ended;stop_onDemand;stop_jump;stop_actualArrival;stop_depart;stop_collision;include_href
< ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;horizontal.0;;;;;;;100.00;;;;;;;;;;;;310.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2fi 2si 1o 1fi 1si 2o 2fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;horizontal.1;;;;;;;110.00;;;;;;;;;;;;320.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2fi 2si 1o 1fi 1si 2o 2fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;vertical.0;;;;;;;102.00;;;;;;;;;;;;346.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3fi 3si 4o 4fi 4si 3o 3fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;vertical.1;;;;;;;113.00;;;;;;;;;;;;348.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3fi 3si 4o 4fi 4si 3o 3fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
---
> vTypeDistribution_id;vTypeDistribution_vTypes;vTypeDistribution_probabilities;vTypeDistribution_deterministic;vType_id;vType_length;vType_minGap;vType_maxSpeed;vType_desiredMaxSpeed;vType_probability;vType_speedFactor;vType_speedDev;vType_vClass;vType_emissionClass;vType_maneuverAngleTimes;vType_guiShape;vType_width;vType_height;vType_mass;vType_color;vType_accel;vType_decel;vType_emergencyDecel;vType_apparentDecel;vType_personCapacity;vType_containerCapacity;vType_boardingDuration;vType_loadi
ngDuration;vType_scale;vType_lcStrategic;vType_lcCooperative;vType_lcSpeedGain;vType_lcKeepRight;vType_lcSublane;vType_lcOpposite;vType_lcPushy;vType_lcPushyGap;vType_lcAssertive;vType_lcLookaheadLeft;vType_lcSpeedGainRight;vType_lcSpeedGainLookahead;vType_lcCooperativeRoundabout;vType_lcCooperativeSpeed;vType_lcTurnAlignmentDistance;vType_lcImpatience;vType_lcTimeToImpatience;vType_lcAccelLat;vType_lcMaxSpeedLatStanding;vType_lcMaxSpeedLatFactor;vType_lcMaxDistLatStanding;vType_lcOvertakeRight;
vType_lcLaneDiscipline;vType_lcSigma;vType_lcKeepRightAcceptanceTime;vType_lcOvertakeDeltaSpeedFactor;vType_maxSpeedLat;vType_latAlignment;vType_actionStepLength;vType_hasDriverState;vType_minGapLat;vType_jmCrossingGap;vType_jmDriveAfterYellowTime;vType_jmDriveAfterRedTime;vType_jmDriveRedSpeed;vType_jmIgnoreKeepClearTime;vType_jmIgnoreFoeSpeed;vType_jmIgnoreFoeProb;vType_jmIgnoreJunctionFoeProb;vType_jmSigmaMinor;vType_jmStoplineGap;vType_jmTimegapMinor;vType_sigma;vType_sigmaStep;vType_impatie
nce;vType_tau;vType_delta;vType_stepping;vType_adaptTime;vType_adaptFactor;vType_tmp1;vType_tmp2;vType_tmp3;vType_tmp4;vType_tmp5;vType_tauLast;vType_apProb;vType_k;vType_phi;vType_security;vType_estimation;vType_speedControlGain;vType_speedControlMinGap;vType_gapClosingControlGainSpeed;vType_gapClosingControlGainSpace;vType_gapControlGainSpeed;vType_gapControlGainSpace;vType_collisionAvoidanceGainSpeed;vType_collisionAvoidanceGainSpace;vType_collisionAvoidanceOverride;vType_tauCACCToACC;vType_a
pplyDriverState;vType_carFollowModel;vType_trainType;vType_laneChangeModel;vType_imgFile;vType_osgFile;vType_cc1;vType_cc2;vType_cc3;vType_cc4;vType_cc5;vType_cc6;vType_cc7;vType_cc8;vType_cc9;vType_c1;vType_ccDecel;vType_constSpacing;vType_kp;vType_lambda;vType_omegaN;vType_tauEngine;vType_xi;vType_lanesCount;vType_ccAccel;vType_ploegKp;vType_ploegKd;vType_ploegH;vType_flatbedKa;vType_flatbedKv;vType_flatbedKp;vType_flatbedD;vType_flatbedH;vType_collisionMinGapFactor;vType_speedControlGainCACC;
vType_gapClosingControlGainGap;vType_gapClosingControlGainGapDot;vType_gapControlGainGap;vType_gapControlGainGapDot;vType_collisionAvoidanceGainGap;vType_collisionAvoidanceGainGapDot;vType_tPersDrive;vType_tpreview;vType_treaction;vType_tPersEstimate;vType_ccoolness;vType_sigmaleader;vType_sigmagap;vType_sigmaerror;vType_jerkmax;vType_epsilonacc;vType_taccmax;vType_Mflatness;vType_Mbegin;vType_vehdynamics;vType_maxvehpreview;vType_startupDelay;vType_timeToTeleport;vType_timeToTeleportBidi;vType_
speedFactorPremature;carFollowing-IDM_accel;carFollowing-IDM_decel;carFollowing-IDM_tau;carFollowing-IDM_delta;carFollowing-IDM_stepping;carFollowing-IDMM_accel;carFollowing-IDMM_decel;carFollowing-IDMM_tau;carFollowing-IDMM_adaptTime;carFollowing-IDMM_adaptFactor;carFollowing-IDMM_stepping;carFollowing-EIDM_accel;carFollowing-EIDM_decel;carFollowing-EIDM_stepping;carFollowing-EIDM_delta;carFollowing-EIDM_tau;carFollowing-EIDM_tPersDrive;carFollowing-EIDM_tpreview;carFollowing-EIDM_treaction;car
Following-EIDM_tPersEstimate;carFollowing-EIDM_ccoolness;carFollowing-EIDM_sigmaleader;carFollowing-EIDM_sigmagap;carFollowing-EIDM_sigmaerror;carFollowing-EIDM_jerkmax;carFollowing-EIDM_epsilonacc;carFollowing-EIDM_taccmax;carFollowing-EIDM_Mflatness;carFollowing-EIDM_Mbegin;carFollowing-EIDM_vehdynamics;carFollowing-EIDM_maxvehpreview;carFollowing-Krauss_accel;carFollowing-Krauss_decel;carFollowing-Krauss_sigma;carFollowing-Krauss_sigmaStep;carFollowing-Krauss_tau;carFollowing-KraussPS_accel;c
arFollowing-KraussPS_decel;carFollowing-KraussPS_sigma;carFollowing-KraussPS_sigmaStep;carFollowing-KraussPS_tau;carFollowing-KraussOrig1_accel;carFollowing-KraussOrig1_decel;carFollowing-KraussOrig1_sigma;carFollowing-KraussOrig1_sigmaStep;carFollowing-KraussOrig1_tau;carFollowing-SmartSK_accel;carFollowing-SmartSK_decel;carFollowing-SmartSK_sigma;carFollowing-SmartSK_sigmaStep;carFollowing-SmartSK_tau;carFollowing-SmartSK_tmp1;carFollowing-SmartSK_tmp2;carFollowing-SmartSK_tmp3;carFollowing-Sm
artSK_tmp4;carFollowing-SmartSK_tmp5;carFollowing-Daniel1_accel;carFollowing-Daniel1_decel;carFollowing-Daniel1_sigma;carFollowing-Daniel1_sigmaStep;carFollowing-Daniel1_tau;carFollowing-Daniel1_tmp1;carFollowing-Daniel1_tmp2;carFollowing-Daniel1_tmp3;carFollowing-Daniel1_tmp4;carFollowing-Daniel1_tmp5;carFollowing-PWagner2009_accel;carFollowing-PWagner2009_decel;carFollowing-PWagner2009_sigma;carFollowing-PWagner2009_tau;carFollowing-PWagner2009_tauLast;carFollowing-PWagner2009_apProb;carFollow
ing-BKerner_accel;carFollowing-BKerner_decel;carFollowing-BKerner_sigma;carFollowing-BKerner_tau;carFollowing-BKerner_k;carFollowing-BKerner_phi;carFollowing-Wiedemann_accel;carFollowing-Wiedemann_decel;carFollowing-Wiedemann_tau;carFollowing-Wiedemann_security;carFollowing-Wiedemann_estimation;carFollowing-W99_cc1;carFollowing-W99_cc2;carFollowing-W99_cc3;carFollowing-W99_cc4;carFollowing-W99_cc5;carFollowing-W99_cc6;carFollowing-W99_cc7;carFollowing-W99_cc8;carFollowing-W99_cc9;carFollowing-AC
C_accel;carFollowing-ACC_decel;carFollowing-ACC_speedControlGain;carFollowing-ACC_gapClosingControlGainSpeed;carFollowing-ACC_gapClosingControlGainSpace;carFollowing-ACC_gapControlGainSpeed;carFollowing-ACC_gapControlGainSpace;carFollowing-ACC_collisionAvoidanceGainSpeed;carFollowing-ACC_collisionAvoidanceGainSpace;carFollowing-CACC_accel;carFollowing-CACC_decel;carFollowing-CACC_emergencyDecel;carFollowing-CACC_collisionMinGapFactor;carFollowing-CACC_tau;carFollowing-CACC_speedControlGainCACC;c
arFollowing-CACC_gapClosingControlGainGap;carFollowing-CACC_gapClosingControlGainGapDot;carFollowing-CACC_gapControlGainGap;carFollowing-CACC_gapControlGainGapDot;carFollowing-CACC_collisionAvoidanceGainGap;carFollowing-CACC_collisionAvoidanceGainGapDot;carFollowing-CACC_gapClosingControlGainSpeed;carFollowing-CACC_gapClosingControlGainSpace;carFollowing-CACC_gapControlGainSpeed;carFollowing-CACC_gapControlGainSpace;carFollowing-CACC_collisionAvoidanceGainSpeed;carFollowing-CACC_collisionAvoidan
ceGainSpace;carFollowing-CC_accel;carFollowing-CC_decel;carFollowing-CC_tau;carFollowing-CC_c1;carFollowing-CC_ccDecel;carFollowing-CC_constSpacing;carFollowing-CC_kp;carFollowing-CC_lambda;carFollowing-CC_omegaN;carFollowing-CC_tauEngine;carFollowing-CC_xi;carFollowing-CC_lanesCount;carFollowing-CC_ccAccel;carFollowing-CC_ploegKp;carFollowing-CC_ploegKd;carFollowing-CC_ploegH;carFollowing-CC_flatbedKa;carFollowing-CC_flatbedKv;carFollowing-CC_flatbedKp;carFollowing-CC_flatbedD;carFollowing-CC_f
latbedH;vehicle_id;vehicle_route;vehicle_reroute;vehicle_fromTaz;vehicle_toTaz;vehicle_via;vehicle_type;vehicle_depart;vehicle_color;vehicle_departLane;vehicle_departPos;vehicle_departSpeed;vehicle_departEdge;vehicle_arrivalEdge;vehicle_arrivalLane;vehicle_arrivalPos;vehicle_arrivalSpeed;vehicle_departPosLat;vehicle_arrivalPosLat;vehicle_arrival;vehicle_routeLength;vehicle_line;vehicle_personNumber;vehicle_containerNumber;vehicle_speedFactor;vehicle_insertionChecks;trip_id;trip_fromTaz;trip_toTa
z;trip_from;trip_to;trip_via;trip_fromLonLat;trip_toLonLat;trip_viaLonLat;trip_fromXY;trip_toXY;trip_viaXY;trip_fromJunction;trip_toJunction;trip_viaJunctions;trip_type;trip_depart;trip_color;trip_departLane;trip_departPos;trip_departSpeed;trip_departEdge;trip_arrivalEdge;trip_arrivalLane;trip_arrivalPos;trip_arrivalSpeed;trip_departPosLat;trip_arrivalPosLat;trip_line;trip_personNumber;trip_containerNumber;trip_speedFactor;trip_insertionChecks;person_depart;person_id;person_arrival;person_type;p
erson_departPos;person_arrivalPos;person_color;person_modes;person_vTypes;person_speedFactor;personFlow_begin;personFlow_end;personFlow_period;personFlow_vehsPerHour;personFlow_personsPerHour;personFlow_perHour;personFlow_probability;personFlow_number;personFlow_id;personFlow_arrival;personFlow_type;personFlow_departPos;personFlow_arrivalPos;personFlow_color;personFlow_modes;personFlow_vTypes;personFlow_speedFactor;personTrip_from;personTrip_to;personTrip_fromTaz;personTrip_toTaz;personTrip_from
XY;personTrip_toXY;personTrip_fromLonLat;personTrip_toLonLat;personTrip_fromJunction;personTrip_toJunction;personTrip_viaJunctions;personTrip_busStop;personTrip_trainStop;personTrip_parkingArea;personTrip_containerStop;personTrip_chargingStation;personTrip_modes;personTrip_vTypes;personTrip_departPos;personTrip_arrivalPos;personTrip_walkFactor;personTrip_costs;personTrip_group;personTrip_lines;ride_from;ride_to;ride_busStop;ride_trainStop;ride_parkingArea;ride_containerStop;ride_chargingStation;
ride_lines;ride_arrivalPos;ride_cost;ride_intended;ride_depart;ride_routeLength;ride_group;ride_vehicle;ride_started;ride_ended;walk_route;walk_edges;walk_from;walk_to;walk_fromTaz;walk_toTaz;walk_fromJunction;walk_toJunction;walk_viaJunctions;walk_busStop;walk_trainStop;walk_parkingArea;walk_containerStop;walk_chargingStation;walk_speed;walk_duration;walk_departPos;walk_departPosLat;walk_departLane;walk_arrivalPos;walk_cost;walk_routeLength;walk_exitTimes;walk_started;walk_ended;container_depar
t;container_id;container_arrival;container_type;container_departPos;container_color;containerFlow_begin;containerFlow_end;containerFlow_period;containerFlow_containersPerHour;containerFlow_perHour;containerFlow_probability;containerFlow_number;containerFlow_id;containerFlow_arrival;containerFlow_type;containerFlow_departPos;containerFlow_color;transport_from;transport_to;transport_busStop;transport_trainStop;transport_parkingArea;transport_containerStop;transport_chargingStation;transport_lines;
transport_arrivalPos;transport_cost;transport_intended;transport_depart;transport_routeLength;transport_group;transport_vehicle;transport_started;transport_ended;tranship_edges;tranship_from;tranship_to;tranship_busStop;tranship_trainStop;tranship_parkingArea;tranship_containerStop;tranship_chargingStation;tranship_speed;tranship_duration;tranship_departPos;tranship_arrivalPos;tranship_started;tranship_ended;interval_begin;interval_end;flow_id;flow_reroute;flow_departEdge;flow_arrivalEdge;flow_r
oute;flow_fromTaz;flow_toTaz;flow_from;flow_to;flow_via;flow_fromJunction;flow_toJunction;flow_viaJunctions;flow_type;flow_begin;flow_end;flow_period;flow_vehsPerHour;flow_perHour;flow_probability;flow_number;flow_color;flow_departLane;flow_departPos;flow_departSpeed;flow_arrivalLane;flow_arrivalPos;flow_arrivalSpeed;flow_departPosLat;flow_arrivalPosLat;flow_line;flow_personNumber;flow_containerNumber;flow_speedFactor;flow_insertionChecks;routeDistribution_id;routeDistribution_last;routeDistribu
tion_routes;routeDistribution_probabilities;route_id;route_edges;route_color;route_exitTimes;route_cost;route_savings;route_repeat;route_cycleTime;route_probability;route_routeLength;param_key;param_value;stop_lane;stop_edge;stop_busStop;stop_trainStop;stop_containerStop;stop_chargingStation;stop_parkingArea;stop_startPos;stop_endPos;stop_posLat;stop_friendlyPos;stop_arrival;stop_duration;stop_until;stop_extension;stop_index;stop_parking;stop_triggered;stop_containerTriggered;stop_expected;stop_
permitted;stop_expectedContainers;stop_actType;stop_tripId;stop_split;stop_join;stop_line;stop_speed;stop_priorEdges;stop_priorEdgesLength;stop_started;stop_ended;stop_onDemand;stop_jump;stop_actualArrival;stop_depart;stop_collision;include_href
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;horizontal.0;;;;;;;100.00;;;;;;;;;;;;310.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2fi 2si 1o 1fi 1si 2o 2fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;horizontal.1;;;;;;;110.00;;;;;;;;;;;;320.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2fi 2si 1o 1fi 1si 2o 2fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;vertical.0;;;;;;;102.00;;;;;;;;;;;;346.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3fi 3si 4o 4fi 4si 3o 3fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;vertical.1;;;;;;;113.00;;;;;;;;;;;;348.00;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3fi 3si 4o 4fi 4si 3o 3fi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

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 Feb2024 Jan2024 )

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 Feb2024 Jan2024 )

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

TEST had known bugs (see #14033) on ts-sim-build-ba : drt drtOrtools time_window3 ( Last six runs Feb2024 Jan2024 )

no routes to internal edges
(This bug was triggered by text found in file 'errors' matching 'Warning: No connection')
---------- Differences in errors ----------
0a1,3
> Warning: No connection between edge 'C2C1' and edge ':C0_10' found.
> Warning: No connection between edge 'D1D2' and edge ':C0_10' found.
> Warning: No connection between edge 'D1C1' and edge ':C0_10' found.

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 Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
17,89c17,25
< Simulation ended at time: 3729.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 996.00
<  Speed: 9.40
<  Duration: 107.51
<  WaitingTime: 8.94
<  TimeLoss: 31.09
<  DepartDelay: 0.40
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3729.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 996.00
<  Speed: 9.40
<  Duration: 107.51
<  WaitingTime: 8.94
<  TimeLoss: 31.09
<  DepartDelay: 0.40
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3729.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
12,49d11
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 1/input_routes_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
<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.0" depart="0.00" departLane="start_0" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="92.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.33" duration="92.00" routeLength="996.05" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="20.89" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="96.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.57" duration="92.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.90" 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="97.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.07" duration="86.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.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="99.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.77" duration="84.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.40" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_0" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="103.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.52" duration="81.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="8.80" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="116.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.92" duration="108.00" routeLength="995.93" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="31.52" 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="131.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.86" duration="113.00" routeLength="995.93" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="20.81" 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="133.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.83" duration="107.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="20.90" 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="135.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.28" duration="99.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.52" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" 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.35" duration="116.00" routeLength="996.05" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="35.15" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_0" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="148.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.78" duration="115.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="26.95" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_0" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="150.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.28" duration="110.00" routeLength="996.05" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="36.10" 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="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.39" duration="107.00" routeLength="996.05" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="34.81" 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="153.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.83" duration="106.00" routeLength="996.05" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="38.66" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="155.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.32" duration="104.00" routeLength="996.05" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="27.47" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_0" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.93" duration="95.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.55" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_0" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="158.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.17" duration="89.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="23.97" 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="161.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.81" duration="85.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.83" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="173.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.55" duration="119.00" routeLength="995.93" waitingTime="21.00" waitingCount="1" stopTime="0.00" timeLoss="36.02" 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="179.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.85" duration="121.00" routeLength="995.93" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="33.62" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_1" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="181.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.99" duration="116.00" routeLength="995.93" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="33.75" rerouteNo="0" devices="tripinfo_flow_0.18" 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="183.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.90" duration="111.00" routeLength="995.93" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="35.22" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_1" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="185.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.05" duration="105.00" routeLength="995.93" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="26.42" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.27" depart="98.00" departLane="start_1" departPos="5.10" departSpeed="13.18" departDelay="0.80" arrival="188.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.24" duration="90.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="8.69" rerouteNo="0" devices="tripinfo_flow_0.27" vType="DEFAULT_VEHTYPE" speedFactor="0.95" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_0" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="197.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.70" duration="114.00" routeLength="996.05" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="29.66" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_0" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="200.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.43" duration="113.00" routeLength="996.05" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="22.04" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
<truncated after showing first 30 lines>

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

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
17,89c17,25
< Simulation ended at time: 5248.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1010.60
<  Speed: 3.21
<  Duration: 452.56
<  WaitingTime: 213.84
<  TimeLoss: 388.98
<  DepartDelay: 412.31
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4411.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.93
<  Speed: 5.55
<  Duration: 233.04
<  WaitingTime: 75.92
<  TimeLoss: 165.04
<  DepartDelay: 110.16
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4290.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
12,49d11
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 1/input_routes_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
<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.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 Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
17,90c17,26
< Simulation ended at time: 5248.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1010.60
<  Speed: 3.21
<  Duration: 452.56
<  WaitingTime: 213.84
<  TimeLoss: 388.98
<  DepartDelay: 412.31
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4151.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1004.07
<  Speed: 5.98
<  Duration: 216.01
<  WaitingTime: 67.22
<  TimeLoss: 146.40
<  DepartDelay: 31.72
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4716.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
12,49d11
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 1/input_routes_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
<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.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 Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
17,89c17,25
< Simulation ended at time: 5248.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1010.60
<  Speed: 3.21
<  Duration: 452.56
<  WaitingTime: 213.84
<  TimeLoss: 388.98
<  DepartDelay: 412.31
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4392.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.90
<  Speed: 5.59
<  Duration: 230.94
<  WaitingTime: 74.53
<  TimeLoss: 162.91
<  DepartDelay: 105.88
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4362.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<truncated after showing first 30 lines>
---------- Differences in output ----------
12,49d11
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 1/input_routes_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
<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.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 Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
17,89c17,25
< Simulation ended at time: 5246.00
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1012.81
<  Speed: 2.87
<  Duration: 505.16
<  WaitingTime: 252.55
<  TimeLoss: 443.33
<  DepartDelay: 347.07
< 
< Success.
< Loading done.
< Simulation started with time: 0.00.
< 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):
<truncated after showing first 30 lines>
---------- Differences in output ----------
12,49d11
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 1/input_routes_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
<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 Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
5,6c5,7
< Simulation ended at time: 4620.00
< Reason: All vehicles have left the simulation.
---
> Interrupt signal received, trying to exit gracefully.
> Simulation ended at time: 3285.00
> Reason: Interrupted.
9,18c10,19
<  Inserted: 1000
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1000):
<  RouteLength: 1082.30
<  Speed: 4.69
<  Duration: 321.14
<  WaitingTime: 119.42
<  TimeLoss: 262.26
<  DepartDelay: 860.48
---
>  Inserted: 838 (Loaded: 1000)
>  Running: 58
>  Waiting: 162
> Statistics (avg of 780):
>  RouteLength: 1097.89
>  Speed: 5.04
>  Duration: 306.25
>  WaitingTime: 113.82
>  TimeLoss: 244.58
>  DepartDelay: 526.35
21,100d21
<truncated after showing first 30 lines>
---------- Differences in output ----------
7,45d6
< <<
< ------------------
< 
< > Executing step 1
< >> Running router on 000/input_routes_000.rou.alt.xml
< <<
< >> Running router on 000/input_routes2_000.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 001/input_routes_001.rou.alt.xml
< <<
< >> Running router on 001/input_routes2_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > 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
< <<
< ------------------
<truncated after showing first 30 lines>
---------- Differences in xmlstats0 ----------
5c5
<     <vehicles loaded="1000" inserted="1000" running="0" waiting="0"/>
---
>     <vehicles loaded="1000" inserted="838" running="58" waiting="162"/>
10c10
<     <vehicleTripStatistics count="1000" routeLength="1082.30" speed="4.69" duration="321.14" waitingTime="119.42" timeLoss="262.26" departDelay="860.48" departDelayWaiting="-1.00" totalTravelTime="321145.00" totalDepartDelay="860476.00"/>
---
>     <vehicleTripStatistics count="780" routeLength="1097.89" speed="5.04" duration="306.25" waitingTime="113.82" timeLoss="244.58" departDelay="526.35" departDelayWaiting="-1.00" totalTravelTime="238875.00" totalDepartDelay="410553.60"/>
---------- Missing result in xmlstats1 ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="1000" inserted="1000" running="0" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="0" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1000" routeLength="1179.40" speed="5.75" duration="281.86" waitingTime="89.39" timeLoss="207.56" departDelay="158.04" departDelayWaiting="-1.00" totalTravelTime="281857.00" totalDepartDelay="158042.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : import GTFS import_bus_routes gtfs2pt_fcd_sort ( Last six runs Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in gtfs_additional ----------
1,27d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< 
< <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<     <busStop id="132244371.0" lane="27220201#0_0" startPos="120.44" endPos="133.44" friendlyPos="true" name="Braunschweig Rathaus"/>
<     <busStop id="132244371.1" lane="319583927#0_0" startPos="2.76" endPos="15.76" friendlyPos="true" name="Braunschweig Schloss"/>
<     <busStop id="132244371.2" lane="5059167#0_0" startPos="26.17" endPos="39.17" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
<     <busStop id="132244371.3" lane="588927595_0" startPos="47.22" endPos="60.22" friendlyPos="true" name="Braunschweig Friedrich-Wilhelm-Platz"/>
<     <busStop id="132244371.4" lane="122119622#0_0" startPos="82.59" endPos="95.59" friendlyPos="true" name="Braunschweig Europaplatz"/>
<     <busStop id="132185783.0" lane="-5148300_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Rathaus"/>
<     <busStop id="132185783.1" lane="37983000_0" startPos="28.48" endPos="41.48" friendlyPos="true" name="Braunschweig Packhof"/>
<     <busStop id="132185783.2" lane="30425275#0_0" startPos="29.12" endPos="42.12" friendlyPos="true" name="Braunschweig Hintern Brüdern"/>
<     <busStop id="132185783.3" lane="8108069_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Altstadtmarkt"/>
<     <busStop id="132185783.4" lane="-320399277#2_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Güldenstraße"/>
<     <busStop id="132185783.5" lane="-25290640_0" startPos="18.61" endPos="31.61" friendlyPos="true" name="Braunschweig Goslarsche Straße"/>
<     <busStop id="132218462.0" lane="51353826#0_0" startPos="16.57" endPos="29.57" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
<     <busStop id="132218462.1" lane="25730281#0_0" startPos="4.75" endPos="17.75" friendlyPos="true" name="Braunschweig Schloss"/>
<     <busStop id="132218462.2" lane="27220209#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Rathaus"/>
<     <busStop id="132189814.0" lane="-171756596_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Staatstheater"/>
<     <busStop id="132189814.5" lane="8618349#0_0" startPos="31.99" endPos="44.99" friendlyPos="true" name="Braunschweig Güldenstraße"/>
<     <busStop id="132189814.6" lane="319389908#0_0" startPos="79.29" endPos="92.29" friendlyPos="true" name="Braunschweig Südstraße"/>
<     <busStop id="132189814.7" lane="127240643#2_0" startPos="0.56" endPos="13.56" friendlyPos="true" name="Braunschweig Holzhof"/>
<     <busStop id="132194506.0" lane="32055654_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
<     <busStop id="132183536.0" lane="316791974#1_0" startPos="7.60" endPos="20.60" friendlyPos="true" name="Braunschweig Holzhof"/>
<     <busStop id="132183536.1" lane="316791983_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Am Wassertor"/>
<     <busStop id="132183536.2" lane="43328051#0_0" startPos="24.74" endPos="37.74" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
< </additional>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="132244371" edges="27220201#0 61312640#0 27220216 319583927#0 29087077#0 25730280#0 25730280#3 25730282 315422094 315422095#0 315422095#1 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876529 559570920#0 122119622#0">
        <stop busStop="132244371.0" duration="10" until="0"/> <!-- Braunschweig Rathaus -->
        <stop busStop="132244371.1" duration="10" until="120"/> <!-- Braunschweig Schloss -->
        <stop busStop="132244371.2" duration="10" until="240"/> <!-- Braunschweig John-F.-Kennedy-Platz -->
        <stop busStop="132244371.3" duration="10" until="360"/> <!-- Braunschweig Friedrich-Wilhelm-Platz -->
        <stop busStop="132244371.4" duration="10" until="480"/> <!-- Braunschweig Europaplatz -->
    </route>
    <route id="132185783" edges="-198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855">
        <stop busStop="132185783.0" duration="10" until="0"/> <!-- Braunschweig Rathaus -->
        <stop busStop="132185783.1" duration="10" until="60"/> <!-- Braunschweig Packhof -->
        <stop busStop="132185783.2" duration="10" until="120"/> <!-- Braunschweig Hintern Brüdern -->
        <stop busStop="132185783.3" duration="10" until="180"/> <!-- Braunschweig Altstadtmarkt -->
        <stop busStop="132185783.4" duration="10" until="300"/> <!-- Braunschweig Güldenstraße -->
        <stop busStop="132185783.5" duration="10" until="360"/> <!-- Braunschweig Goslarsche Straße -->
    </route>
    <route id="132185786.trimmed" edges="8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855">
        <stop busStop="132185783.3" duration="10" until="0"/> <!-- Braunschweig Altstadtmarkt -->
        <stop busStop="132185783.4" duration="10" until="120"/> <!-- Braunschweig Güldenstraße -->
        <stop busStop="132185783.5" duration="10" until="180"/> <!-- Braunschweig Goslarsche Straße -->
    </route>
    <route id="132218462" edges="51353826#0 61976434#0 61976434#1 61976434#2 61976434#3 61976434#4 25730283#0 315422093#0 25730281#0 27220157#0 29976721#0 4729561#0 317365383#0 317365383#1 317365382#0 27220209#0">
        <stop busStop="132218462.0" duration="10" until="0"/> <!-- Braunschweig John-F.-Kennedy-Platz -->
        <stop busStop="132218462.1" duration="10" until="120"/> <!-- Braunschweig Schloss -->
        <stop busStop="132218462.2" duration="10" until="240"/> <!-- Braunschweig Rathaus -->
    </route>
    <route id="132189814" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 8618349#0 8618349#3 319389908#0 31016344#0 316781879#0 8618348 316785565 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2">
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : import OSM webWizard ( Last six runs Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
131,185d130
< Warning: Unequal lengths of bidi lane ':1633112625_2_0' and lane ':1633112625_1_0' (17.11 != 16.87).
< Warning: Unequal lengths of bidi lane ':1633759847_1_0' and lane ':1633759847_2_0' (18.18 != 18.04).
< Warning: Unequal lengths of bidi lane ':30731492_0_0' and lane ':30731492_3_0' (17.32 != 17.16).
< Warning: Unequal lengths of bidi lane ':311264846_3_0' and lane ':311264846_0_0' (13.48 != 9.46).
< Warning: Unequal lengths of bidi lane ':4213903960_0_0' and lane ':4213903960_7_0' (9.74 != 5.31).
< Warning: Unequal lengths of bidi lane ':4213903960_1_0' and lane ':4213903960_5_0' (10.53 != 5.49).
< Warning: Unequal lengths of bidi lane ':4213903960_2_0' and lane ':4213903960_6_0' (7.77 != 2.88).
< Warning: Unequal lengths of bidi lane ':4213903960_3_0' and lane ':4213903960_4_0' (8.03 != 3.44).
< Warning: Unequal lengths of bidi lane ':4673135630_1_0' and lane ':4673135630_0_0' (9.72 != 9.65).
< Warning: Unequal lengths of bidi lane ':588181297_3_0' and lane ':588181297_0_0' (13.59 != 8.69).
< Warning: Unequal lengths of bidi lane ':588181300_2_0' and lane ':588181300_1_0' (13.32 != 8.38).
< Warning: Unequal lengths of bidi lane ':98973667_1_0' and lane ':98973667_0_0' (11.42 != 11.26).
< Warning: Unequal lengths of bidi lane ':98973667_2_0' and lane ':98973667_3_0' (10.43 != 10.42).
< Warning: Unequal lengths of bidi lane ':cluster_1668685163_262478055_3253177076_3820768524_#9more_2_0' and lane ':cluster_1668685163_262478055_3253177076_3820768524_#9more_7_0' (28.48 != 24.45).
< Warning: Unequal lengths of bidi lane ':cluster_1668685163_262478055_3253177076_3820768524_#9more_9_0' and lane ':cluster_1668685163_262478055_3253177076_3820768524_#9more_0_0' (31.58 != 31.56).
< Warning: Unequal lengths of bidi lane ':cluster_25664673_4590472030_4590472039_4590472040_4_0' and lane ':cluster_25664673_4590472030_4590472039_4590472040_3_0' (30.14 != 30.13).
< Warning: Unequal lengths of bidi lane ':cluster_30731510_588181257_588181258_588181259_1_0' and lane ':cluster_30731510_588181257_588181258_588181259_6_0' (33.10 != 28.85).
< Warning: Unequal lengths of bidi lane ':cluster_30731510_588181257_588181258_588181259_2_0' and lane ':cluster_30731510_588181257_588181258_588181259_5_0' (33.14 != 29.02).
< Warning: At actuated tlLogic 'GS_25662542', linkIndex 13 has no controlling detector.
< Warning: At actuated tlLogic 'GS_25662542', linkIndex 14 has no controlling detector.
< Warning: At actuated tlLogic 'GS_25662542', linkIndex 15 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_160503146_27411250_5372980361_5727160044_#1more', actuated phase 4 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_1673527224_1673527227_21487161_303436603_#9more', linkIndex 8 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_1673527224_1673527227_21487161_303436603_#9more', linkIndex 9 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_1673527224_1673527227_21487161_303436603_#9more', linkIndex 10 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_21432801_2938442114_295705005_3139140896_#6more', actuated phase 6 has no controlling detector.
< Warning: At actuated tlLogic 'joinedS_1840326421_cluster_1828018077_1828018093_1828018094_1828018095_#5more', linkIndex 2 has no controlling detector.
< Warning: At actuated tlLogic 'joinedS_1840326421_cluster_1828018077_1828018093_1828018094_1828018095_#5more', linkIndex 8 has no controlling detector.
< Warning: At actuated tlLogic 'joinedS_1840326421_cluster_1828018077_1828018093_1828018094_1828018095_#5more', linkIndex 9 has no controlling detector.
<truncated after showing first 30 lines>
---------- Differences in output ----------
7,94c7
< Building scenario in <DIR>
< generating trips...
< Cannot extend route to fringe for line '1929070' (not enough edges given)
< Cannot extend route to fringe for line '1929071' (not enough edges given)
< Skipping line '2194813' because it only drives at night
< Skipping line '2194814' because it only drives at night
< Cannot extend route to fringe for line '2269237' (not enough edges given)
< Cannot extend route to fringe for line '2269238' (not enough edges given)
< Cannot extend route to fringe for line '2422950' (not enough edges given)
< Cannot extend route to fringe for line '2422951' (not enough edges given)
< Cannot extend route to fringe for line '2669183' (not enough edges given)
< Cannot extend route to fringe for line '2669184' (not enough edges given)
< Cannot extend route to fringe for line '2679013' (not enough edges given)
< Cannot extend route to fringe for line '2679014' (not enough edges given)
< Cannot extend route before first stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route after last stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route to fringe for line '3019044' (not enough edges given)
< Cannot extend route to fringe for line '3019045' (not enough edges given)
< Cannot extend route before first stop for line '6593455' (stop edge 25946661 not in route)
< Cannot extend route after last stop for line '6593455' (stop edge 25946661 not in route)
< Cannot extend route to fringe for line '7794031' (not enough edges given)
< Cannot extend route to fringe for line '7794032' (not enough edges given)
< Imported 84 lines with 317 stops and skipped 2 lines
<    bus: 27
<    light_rail: 18
<    subway: 6
<    train: 13
<    tram: 20
< done.
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/ptlines2flows.py" -n osm.net.xml.gz -b 0 -e 900 -p 600 --random-begin --seed 42 --ptstops osm_stops.add.xml --ptlines osm_ptlines.xml -o osm_pt.rou.xml --ignore-errors --vtype-prefix pt_ --stopinfos-file stopinfos.xml --routes-file vehroutes.xml --trips-file trips.trips.xml --min-stops 0 --extend-to-fringe --verbose
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 2 --insertion-density 2 -o osm.bicycle.trips.xml -r osm.bicycle.rou.xml -b 0 -e 900 --trip-attributes <attrs-with-os-dependent-quoting> --max-distance 8000
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 5 --insertion-density 6 -o osm.passenger.trips.xml -r osm.passenger.rou.xml -b 0 -e 900 --trip-attributes <attrs-with-os-dependent-quoting> --lanes
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 1 --insertion-density 4 -o osm.pedestrian.trips.xml -r osm.pedestrian.rou.xml -b 0 -e 900 --vehicle-class pedestrian --prefix ped --persontrips --trip-attributes <attrs-with-os-dependent-quoting> --persontrip.walk-opposite-factor 0.8
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 40 --insertion-density 1 -o osm.ship.trips.xml -r osm.ship.rou.xml -b 0 -e 900 --vehicle-class ship --vclass ship --prefix ship --fringe-start-attributes <attrs-with-os-dependent-quoting> --validate
---------- Missing result in osmtrips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <personTrip from="335576646#1" to="-153692976#0" modes="public"/>
    </person>
    <person id="ped1" depart="4.73" type="ped_pedestrian">
        <personTrip from="159482050#2" to="107747047#2" modes="public"/>
    </person>
    <person id="ped2" depart="9.47" type="ped_pedestrian">
        <personTrip from="38347139" to="346212658" modes="public"/>
    </person>
    <person id="ped3" depart="14.20" type="ped_pedestrian">
        <personTrip from="51167560" to="-262407304" modes="public"/>
    </person>
    <person id="ped4" depart="18.93" type="ped_pedestrian">
        <personTrip from="23851927#1" to="-15973619#0" modes="public"/>
    </person>
    <person id="ped5" depart="23.66" type="ped_pedestrian">
        <personTrip from="102408133#1" to="272757338#0" modes="public"/>
    </person>
    <person id="ped6" depart="28.40" type="ped_pedestrian">
        <personTrip from="-153698402" to="-574993713#1" modes="public"/>
    </person>
    <person id="ped7" depart="33.13" type="ped_pedestrian">
        <personTrip from="339201192#1" to="274513549" modes="public"/>
    </person>
    <person id="ped8" depart="37.86" type="ped_pedestrian">
<truncated after showing first 30 lines>
---------- Missing result in ptroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="pt_bus" vClass="bus"/>
    <vType id="pt_tram" vClass="tram"/>
    <vType id="pt_train" vClass="rail"/>
    <vType id="pt_subway" vClass="rail_urban"/>
    <vType id="pt_light_rail" vClass="rail_urban"/>
    <vType id="pt_monorail" vClass="rail_urban"/>
    <vType id="pt_trolleybus" vClass="bus"/>
    <vType id="pt_minibus" vClass="bus"/>
    <vType id="pt_share_taxi" vClass="taxi"/>
    <vType id="pt_aerialway" vClass="rail_urban" length="2.5" width="2" personCapacity="4"/>
    <vType id="pt_ferry" vClass="ship"/>
    <route id="pt_light_rail_S1:0" color="212,116,174" edges="109444375" >
        <stop busStop="30353449" duration="20" until="69.0"/> <!-- S Oranienburger Straße -->
        <stop busStop="474368351" duration="20" until="145.0"/> <!-- S Friedrichstraße -->
    </route>
    <route id="pt_light_rail_S1:1" color="212,116,174" edges="237751551" >
        <stop busStop="1930939368" duration="20" until="69.0"/> <!-- S Friedrichstraße -->
        <stop busStop="1769645503" duration="20" until="145.0"/> <!-- S Oranienburger Straße -->
    </route>
    <route id="pt_tram_M2:0" color="51,255,51" edges="331114772#0 331114772#1 331114772#2 331114772#3 331114772#4 148452597#0 148452597#1 148452597#2 148458495 148458500#0 148458500#1" >
        <stop busStop="1840333892" duration="20" until="74.0"/> <!-- Memhardstraße -->
        <stop busStop="1615531689" duration="20" until="172.0"/> <!-- S+U Alexanderplatz/Dircksenstraße -->
    </route>
    <route id="pt_tram_M2:2" color="51,255,51" edges="-148458500#1 -148458500#0 148457212#0 148457212#1 148449390 4791000#0 4791000#1 4791000#2 4791000#3 4791000#4 4791000#5" >
        <stop busStop="-1615531689" duration="20" until="37.0"/> <!-- S+U Alexanderplatz/Dircksenstraße -->
        <stop busStop="30732068" duration="20" until="133.0"/> <!-- Memhardstraße -->
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : net abstractRail multiple_stations horizontal ( Last six runs Feb2024 Jan2024 )

Test exceeded wallclock time limit of 600.0 seconds
---------- Differences in errors ----------
2d1
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---------- Differences in output ----------
1,5d0
< Reading net
< Processing region 'ALL' with 198 edges
< Starting optimization with 1509 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.16" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="-619.87,0.00,2239.27,460.00" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="467.14,380.00 428.32,300.00 385.57,300.00" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="466.05,377.75 428.32,300.00 387.73,300.00">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="232.25,80.00 272.25,40.00 472.84,40.00" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="233.78,78.47 272.25,40.00 472.84,40.00">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="183.26,160.00 186.88,160.00">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="1611.55,340.00 1629.39,340.00">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : net abstractRail multiple_stations plain ( Last six runs Feb2024 Jan2024 )

Test exceeded wallclock time limit of 600.0 seconds
---------- Differences in errors ----------
2d1
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---------- Differences in output ----------
1,5d0
< Reading net
< Processing region 'ALL' with 198 edges
< Starting optimization with 1509 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.16" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="3189.69,5438.48,3641.45,8297.86" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="3253.09,6527.22 3332.32,6486.85 3331.49,6444.11" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="3255.32,6526.08 3332.32,6486.85 3331.53,6446.27">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3548.48,6286.56 3589.24,6325.77 3593.13,6526.33" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3550.04,6288.06 3589.24,6325.77 3593.13,6526.33">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3467.54,6239.12 3467.61,6242.75">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3315.27,7670.64 3315.61,7688.48">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : xml schemaCheck tests routes ( Last six runs Feb2024 Jan2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
290,384d289
< netedit/demandelements/stop/busstop/load/containertrigger/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value 'dummy' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/busstop/load/containertrigger/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/busstop/load/containertrigger/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '-4' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/busstop/load/containertrigger/routes.rou.xml:58:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '2.3' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/busstop/load/duration/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': 'dummyDuration' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/duration/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': '' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/duration/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': '-3' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/extension/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': 'dummyDuration' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/extension/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': '' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/extension/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': '-4' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/jump/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'jump': '' is not a valid value of the union type 'timeTypeWithErrorValue'.
< netedit/demandelements/stop/busstop/load/jump/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'jump': '-3' is not a valid value of the union type 'timeTypeWithErrorValue'.
< netedit/demandelements/stop/busstop/load/parking/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'parking': 'dummy' is not a valid value of the local union type.
< netedit/demandelements/stop/busstop/load/parking/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'parking': '' is not a valid value of the local union type.
< netedit/demandelements/stop/busstop/load/parking/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'parking': '-4' is not a valid value of the local union type.
< netedit/demandelements/stop/busstop/load/parking/routes.rou.xml:58:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'parking': '2.3' is not a valid value of the local union type.
< netedit/demandelements/stop/busstop/load/until/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'until': 'dummyDuration' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/until/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'until': '' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/busstop/load/until/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'until': '-4' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/containertrigger/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value 'dummy' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/chargingstation/load/containertrigger/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/chargingstation/load/containertrigger/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '-4' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/chargingstation/load/containertrigger/routes.rou.xml:58:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'stop', attribute 'containerTriggered': [facet 'enumeration'] The value '2.3' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/demandelements/stop/chargingstation/load/duration/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': 'dummyDuration' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/duration/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': '' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/duration/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': '-3' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/extension/routes.rou.xml:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': 'dummyDuration' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/extension/routes.rou.xml:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': '' is not a valid value of the union type 'timeType'.
< netedit/demandelements/stop/chargingstation/load/extension/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'extension': '-4' is not a valid value of the union type 'timeType'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked