24Mar25rv1_22_0+0959-576b58424eb - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /Users/sumo/clangMacOS/sumo/tests -reconnect /Users/sumo/clangMacOS/texttesttmp/clangMacOS.31Mar001101.84302 -g

To start TextTest for these tests, run:

texttest -a tools -d /Users/sumo/clangMacOS/sumo/tests


default: 1275 tests: 1235 succeeded 36 FAILED 2 known bugs 2 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-bapmsumbld : drt drtOnline 2taxis_10persons exhaustive_search ( Last six runs Mar2025 )

---------- Differences in output ----------
29c29
< Dispatch: taxiB_6y_5y_7y_9y_7z_6z_5z_9z
---
> Dispatch: taxiB_6y_7y_5y_9y_7z_6z_5z_9z

TEST FAILED on ts-bapmsumbld : drt drtOrtools direct_route_factor_1 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,123d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="151.00" waitingTime="31.00" timeLoss="11.02" traveltime="120.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="151.00" arrivalPos="285.60" duration="120.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="297.00" waitingTime="197.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="197.00" vehicle="v0" depart="197.00" arrival="297.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1766.56" waitingTime="7.00" waitingCount="2" stopTime="456.00" timeLoss="43.28" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.54" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1766.56" speed="2.80" duration="630.00" waitingTime="7.00" timeLoss="43.28" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="114.00" routeLength="527.77" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools direct_route_factor_3 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,111d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="160.00" waitingTime="60.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="60.00" vehicle="v0" depart="60.00" arrival="160.00" arrivalPos="85.60" duration="100.00" routeLength="380.47" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="278.00" waitingTime="31.00" timeLoss="32.49" traveltime="247.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="278.00" arrivalPos="285.60" duration="247.00" routeLength="1270.50" timeLoss="32.49"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1572.35" waitingTime="7.00" waitingCount="2" stopTime="475.00" timeLoss="39.87" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1270.50" occupiedTime="130.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1572.35" speed="2.50" duration="630.00" waitingTime="7.00" timeLoss="39.87" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="45.50" routeLength="825.49" duration="173.50" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools oneTaxi_addNewReq ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,160d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: -1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="158.00" waitingTime="59.00" timeLoss="13.03" traveltime="99.00">
        <ride waitingTime="59.00" vehicle="v0" depart="59.00" arrival="158.00" arrivalPos="85.60" duration="99.00" routeLength="380.47" timeLoss="13.03"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="297.00" waitingTime="30.00" timeLoss="40.64" traveltime="267.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="297.00" arrivalPos="285.60" duration="267.00" routeLength="1464.97" timeLoss="40.64"/>
    </personinfo>
    <personinfo id="2" depart="170.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="203.00" waitingTime="32.00" timeLoss="16.46" traveltime="171.00">
        <ride waitingTime="32.00" vehicle="v0" depart="202.00" arrival="373.00" arrivalPos="85.60" duration="171.00" routeLength="480.24" timeLoss="16.46"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1866.56" waitingTime="9.00" waitingCount="3" stopTime="442.00" timeLoss="55.32" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.04" vaporized="">
        <taxi customers="3" occupiedDistance="1564.76" occupiedTime="166.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="3" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1866.56" speed="2.96" duration="630.00" waitingTime="9.00" timeLoss="55.32" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="3" waitingTime="40.33" routeLength="775.23" duration="179.00" bus="0" train="0" taxi="3" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools plain ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,313d0
< Simulation parameters:
<   end: 900.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< do reservations: []
< Reservation 0 starts at edge C1C2
< Reservation 1 starts at edge B2B1
< Reservation 2 starts at edge C2C1
< Reservation 3 starts at edge B1A1
< Reservation 4 starts at edge A1A0
< Reservation 5 starts at edge D0D1
< Reservation 6 starts at edge D2E2
< Reservation 7 starts at edge D0D1
< Reservation 8 starts at edge B0B1
< Reservation 9 starts at edge C1B1
< Reservation 0 ends at edge B0C0
< Reservation 1 ends at edge C2D2
< Reservation 2 ends at edge E1E2
< Reservation 3 ends at edge B2B1
<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">
    <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="122.00" waitingTime="30.00" timeLoss="13.16" traveltime="92.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="122.00" arrivalPos="85.60" duration="92.00" routeLength="270.92" timeLoss="13.16"/>
    </personinfo>
    <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="127.00" waitingTime="40.00" timeLoss="20.10" traveltime="87.00">
        <ride waitingTime="40.00" vehicle="v1" depart="40.00" arrival="127.00" arrivalPos="4.97" duration="87.00" routeLength="890.44" timeLoss="20.10"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="305.00" waitingTime="156.00" timeLoss="26.94" traveltime="149.00">
        <ride waitingTime="156.00" vehicle="v0" depart="156.00" arrival="305.00" arrivalPos="285.60" duration="149.00" routeLength="865.10" timeLoss="26.94"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="329.00" waitingTime="128.00" timeLoss="24.70" traveltime="201.00">
        <ride waitingTime="128.00" vehicle="v1" depart="128.00" arrival="329.00" arrivalPos="285.60" duration="201.00" routeLength="774.87" timeLoss="24.70"/>
    </personinfo>
    <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="433.00" waitingTime="72.00" timeLoss="50.29" traveltime="361.00">
        <ride waitingTime="72.00" vehicle="v1" depart="72.00" arrival="433.00" arrivalPos="85.60" duration="361.00" routeLength="1760.15" timeLoss="50.29"/>
    </personinfo>
    <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="444.00" waitingTime="183.00" timeLoss="30.72" traveltime="261.00">
        <ride waitingTime="183.00" vehicle="v0" depart="183.00" arrival="444.00" arrivalPos="285.60" duration="261.00" routeLength="1570.50" timeLoss="30.72"/>
    </personinfo>
    <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="572.00" waitingTime="453.00" timeLoss="18.18" traveltime="119.00">
        <ride waitingTime="453.00" vehicle="v0" depart="453.00" arrival="572.00" arrivalPos="85.60" duration="119.00" routeLength="570.46" timeLoss="18.18"/>
    </personinfo>
    <personinfo id="6" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.05" duration="658.00" waitingTime="478.00" timeLoss="22.07" traveltime="180.00">
        <ride waitingTime="478.00" vehicle="v1" depart="478.00" arrival="658.00" arrivalPos="285.60" duration="180.00" routeLength="1359.20" timeLoss="22.07"/>
    </personinfo>
    <personinfo id="2" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="747.00" waitingTime="592.00" timeLoss="24.89" traveltime="155.00">
        <ride waitingTime="592.00" vehicle="v0" depart="592.00" arrival="747.00" arrivalPos="85.60" duration="155.00" routeLength="974.65" timeLoss="24.89"/>
<truncated after showing first 30 lines>
---------- Missing result in xmlstats ----------
<?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="2" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="10" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="4510.56" speed="4.85" duration="930.00" waitingTime="17.00" timeLoss="119.30" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="10" waitingTime="277.10" routeLength="1000.34" duration="181.90" bus="0" train="0" taxi="10" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools time_window1 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,125d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="154.00" waitingTime="54.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="54.00" vehicle="v0" depart="54.00" arrival="154.00" arrivalPos="85.60" duration="100.00" routeLength="380.42" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="343.00" waitingTime="223.00" timeLoss="10.95" traveltime="120.00">
        <ride waitingTime="223.00" vehicle="v0" depart="223.00" arrival="343.00" arrivalPos="285.60" duration="120.00" routeLength="675.04" timeLoss="10.95"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="2376.08" waitingTime="7.00" waitingCount="2" stopTime="410.00" timeLoss="45.36" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.46" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="2376.08" speed="3.77" duration="630.00" waitingTime="7.00" timeLoss="45.36" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="138.50" routeLength="527.73" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools time_window2 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,123d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="151.00" waitingTime="31.00" timeLoss="11.02" traveltime="120.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="151.00" arrivalPos="285.60" duration="120.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="297.00" waitingTime="197.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="197.00" vehicle="v0" depart="197.00" arrival="297.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1766.56" waitingTime="7.00" waitingCount="2" stopTime="456.00" timeLoss="43.28" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.54" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1766.56" speed="2.80" duration="630.00" waitingTime="7.00" timeLoss="43.28" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="114.00" routeLength="527.77" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools time_window3 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,163d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 0 ends at edge D1C1
< Reservation 0 has direct route costs 985
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<  Add direct route factor constraints...
< reservation 0: direct route cost 985 and (hard) max cost 1478
<  Add dropoff constraints...
<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="v1" depart="0.00" departLane="B0C0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="106.00" arrivalLane="C0D0_1" arrivalPos="285.60" arrivalSpeed="13.85" duration="106.00" routeLength="580.50" waitingTime="0.00" waitingCount="0" stopTime="56.00" timeLoss="11.12" rerouteNo="0" devices="tripinfo_v1" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="211.00" waitingTime="29.00" timeLoss="51.46" traveltime="182.00">
        <ride waitingTime="29.00" vehicle="v0" depart="29.00" arrival="211.00" arrivalPos="285.60" duration="182.00" routeLength="980.27" timeLoss="51.46"/>
    </personinfo>
    <personinfo id="1" depart="80.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="258.00" waitingTime="151.00" timeLoss="11.92" traveltime="107.00">
        <ride waitingTime="151.00" vehicle="v0" depart="231.00" arrival="338.00" arrivalPos="85.60" duration="107.00" routeLength="480.23" timeLoss="11.92"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1866.56" waitingTime="36.00" waitingCount="3" stopTime="415.00" timeLoss="76.94" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1460.50" occupiedTime="175.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="2" inserted="2" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="1223.53" speed="4.22" duration="368.00" waitingTime="18.00" timeLoss="44.03" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="736.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="90.00" routeLength="730.25" duration="144.50" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools twoTaxis ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,300d0
< Simulation parameters:
<   end: 900.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: -1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< do reservations: []
< Reservation 0 starts at edge C1C2
< Reservation 1 starts at edge B2B1
< Reservation 2 starts at edge C2C1
< Reservation 3 starts at edge B1A1
< Reservation 4 starts at edge A1A0
< Reservation 5 starts at edge D0D1
< Reservation 6 starts at edge D2E2
< Reservation 7 starts at edge D0D1
< Reservation 8 starts at edge B0B1
< Reservation 9 starts at edge C1B1
< Reservation 0 ends at edge B0C0
< Reservation 1 ends at edge C2D2
< Reservation 2 ends at edge E1E2
< Reservation 3 ends at edge B2B1
<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">
    <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="201.00" waitingTime="30.00" timeLoss="33.34" traveltime="171.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="201.00" arrivalPos="85.60" duration="171.00" routeLength="1070.86" timeLoss="33.34"/>
    </personinfo>
    <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="202.00" waitingTime="44.00" timeLoss="27.90" traveltime="158.00">
        <ride waitingTime="44.00" vehicle="v0" depart="44.00" arrival="202.00" arrivalPos="85.60" duration="158.00" routeLength="971.06" timeLoss="27.90"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="226.00" waitingTime="71.00" timeLoss="30.00" traveltime="155.00">
        <ride waitingTime="71.00" vehicle="v1" depart="71.00" arrival="226.00" arrivalPos="285.60" duration="155.00" routeLength="865.12" timeLoss="30.00"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="337.00" waitingTime="32.00" timeLoss="51.87" traveltime="305.00">
        <ride waitingTime="32.00" vehicle="v1" depart="32.00" arrival="337.00" arrivalPos="285.60" duration="305.00" routeLength="1759.08" timeLoss="51.87"/>
    </personinfo>
    <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="382.00" waitingTime="75.00" timeLoss="47.11" traveltime="307.00">
        <ride waitingTime="75.00" vehicle="v0" depart="75.00" arrival="382.00" arrivalPos="85.60" duration="307.00" routeLength="1960.16" timeLoss="47.11"/>
    </personinfo>
    <personinfo id="2" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="457.00" waitingTime="86.00" timeLoss="58.86" traveltime="371.00">
        <ride waitingTime="86.00" vehicle="v1" depart="86.00" arrival="457.00" arrivalPos="85.60" duration="371.00" routeLength="1754.20" timeLoss="58.86"/>
    </personinfo>
    <personinfo id="5" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.83" duration="485.00" waitingTime="266.00" timeLoss="29.95" traveltime="219.00">
        <ride waitingTime="266.00" vehicle="v0" depart="266.00" arrival="485.00" arrivalPos="87.60" duration="219.00" routeLength="966.30" timeLoss="29.95"/>
    </personinfo>
    <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="568.00" waitingTime="103.00" timeLoss="64.78" traveltime="465.00">
        <ride waitingTime="103.00" vehicle="v1" depart="103.00" arrival="568.00" arrivalPos="285.60" duration="465.00" routeLength="2144.45" timeLoss="64.78"/>
    </personinfo>
    <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="696.00" waitingTime="577.00" timeLoss="17.52" traveltime="119.00">
        <ride waitingTime="577.00" vehicle="v1" depart="577.00" arrival="696.00" arrivalPos="85.60" duration="119.00" routeLength="570.46" timeLoss="17.52"/>
<truncated after showing first 30 lines>
---------- Missing result in xmlstats ----------
<?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="2" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="10" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="3531.14" speed="3.80" duration="930.00" waitingTime="17.50" timeLoss="105.79" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="10" waitingTime="163.10" routeLength="1399.13" duration="272.00" bus="0" train="0" taxi="10" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools twoTaxis_addNewReq_fixed_allocation ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,295d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 0 ends at edge C1D1
< Reservation 0 has direct route costs 680
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<  Add direct route factor constraints...
< reservation 0: direct route cost 680 and (hard) max cost 1020
<  Add dropoff constraints...
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="210.00" waitingTime="31.00" timeLoss="11.02" traveltime="179.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="210.00" arrivalPos="285.60" duration="179.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="10.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="346.00" waitingTime="246.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="246.00" vehicle="v0" depart="256.00" arrival="356.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="2" depart="140.00" type="DEFAULT_PEDTYPE" speedFactor="0.88" duration="370.00" waitingTime="261.00" timeLoss="13.99" traveltime="109.00">
        <ride waitingTime="261.00" vehicle="v0" depart="401.00" arrival="510.00" arrivalPos="85.60" duration="109.00" routeLength="480.22" timeLoss="13.99"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="2665.72" waitingTime="11.00" waitingCount="3" stopTime="364.00" timeLoss="67.81" rerouteNo="6" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="3" occupiedDistance="1535.76" occupiedTime="159.00"/>
    </tripinfo>
    <tripinfo id="v1" depart="0.00" departLane="A2B2_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="282.49" waitingTime="0.00" waitingCount="0" stopTime="603.00" timeLoss="7.47" rerouteNo="0" devices="tripinfo_v1 taxi_v1" vType="taxi" speedFactor="1.04" vaporized="">
        <taxi customers="0" occupiedDistance="0.00" occupiedTime="0.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="2" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="3" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="1474.10" speed="2.34" duration="630.00" waitingTime="5.50" timeLoss="37.64" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1260.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="3" waitingTime="179.33" routeLength="511.92" duration="129.33" bus="0" train="0" taxi="3" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools waiting_time1 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,184d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 40.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="60.00" waitingTime="60.00" timeLoss="-0.00" traveltime="60.00">
        <ride waitingTime="60.00" vehicle="NULL" depart="-1" arrival="60.00" arrivalPos="0.00" duration="60.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="60.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="60.00" waitingTime="60.00" timeLoss="-0.00" traveltime="60.00">
        <ride waitingTime="60.00" vehicle="NULL" depart="-1" arrival="60.00" arrivalPos="0.00" duration="60.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="60.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="282.50" waitingTime="0.00" waitingCount="0" stopTime="603.00" timeLoss="6.77" rerouteNo="0" devices="tripinfo_v0 taxi_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="0" occupiedDistance="0.00" occupiedTime="0.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="282.50" speed="0.45" duration="630.00" waitingTime="0.00" timeLoss="6.77" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="60.00" routeLength="-1.00" duration="60.00" bus="0" train="0" taxi="0" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools waiting_time2 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,247d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 80.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="90.00" waitingTime="90.00" timeLoss="-0.00" traveltime="90.00">
        <ride waitingTime="90.00" vehicle="NULL" depart="-1" arrival="90.00" arrivalPos="0.00" duration="90.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="90.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="150.00" waitingTime="31.00" timeLoss="12.94" traveltime="119.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="150.00" arrivalPos="85.60" duration="119.00" routeLength="480.44" timeLoss="12.94"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="782.29" waitingTime="4.00" waitingCount="1" stopTime="553.00" timeLoss="20.32" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="1" occupiedDistance="480.44" occupiedTime="51.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="782.29" speed="1.24" duration="630.00" waitingTime="4.00" timeLoss="20.32" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="60.50" routeLength="239.72" duration="104.50" bus="0" train="0" taxi="1" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools waiting_time3 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,115d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 150.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="162.00" waitingTime="31.00" timeLoss="21.06" traveltime="131.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="162.00" arrivalPos="85.60" duration="131.00" routeLength="660.99" timeLoss="21.06"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="273.00" waitingTime="78.00" timeLoss="26.15" traveltime="195.00">
        <ride waitingTime="78.00" vehicle="v0" depart="78.00" arrival="273.00" arrivalPos="285.60" duration="195.00" routeLength="655.83" timeLoss="26.15"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1447.74" waitingTime="4.00" waitingCount="2" stopTime="480.00" timeLoss="42.50" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1145.89" occupiedTime="125.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1447.74" speed="2.30" duration="630.00" waitingTime="4.00" timeLoss="42.50" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="54.50" routeLength="658.41" duration="163.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : drt drtOrtools waiting_time4 ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/drt/drtOrtools.py", line 32, in <module>
>     import ortools_pdp
>   File "/Users/sumo/clangMacOS/sumo/tools/drt/ortools_pdp.py", line 31, in <module>
>     from ortools.constraint_solver import routing_enums_pb2
> ModuleNotFoundError: No module named 'ortools'
---------- Differences in output ----------
1,120d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 300.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<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">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="138.00" waitingTime="31.00" timeLoss="12.94" traveltime="107.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="138.00" arrivalPos="85.60" duration="107.00" routeLength="480.44" timeLoss="12.94"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="253.00" waitingTime="146.00" timeLoss="13.51" traveltime="107.00">
        <ride waitingTime="146.00" vehicle="v0" depart="146.00" arrival="253.00" arrivalPos="285.60" duration="107.00" routeLength="475.28" timeLoss="13.51"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1267.19" waitingTime="7.00" waitingCount="2" stopTime="500.00" timeLoss="37.74" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="955.73" occupiedTime="100.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?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="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1267.19" speed="2.01" duration="630.00" waitingTime="7.00" timeLoss="37.74" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="88.50" routeLength="477.86" duration="107.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-bapmsumbld : import OSM webWizard ( Last six runs Mar2025 )

---------- Differences in errors ----------
120a121
> Could not generate pedestrian traffic
122,127d122
< Warning: Person 'ped24' aborted waiting for M5:3 at busStop '30731481'.
< Warning: Person 'ped67' aborted waiting for M5:3 at busStop '30731481'.
< Warning: Person 'ped165' aborted waiting for N2:0 at busStop '2915590925'.
< Warning: Person 'ped110' aborted waiting for 200:0 at busStop '1827996417'.
< Warning: Person 'ped75' aborted waiting for 200:0 at busStop '1827996417'.
< Warning: Person 'ped53' aborted waiting for 200:0 at busStop '1827996417'.
---------- Differences in osmbatch ----------
4d3
< 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> --duarouter-weights.tls-penalty 20
---------- Differences in osmimport ----------
22487c22487
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_3_0" index="0" allow="bicycle" speed="5.56" length="36.29" shape="1018.61,2549.02 1026.86,2548.07 1038.88,2552.80 1049.59,2560.38 1050.56,2562.07"/>
---
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_3_0" index="0" allow="bicycle" speed="5.56" length="38.26" shape="1018.61,2549.02 1026.86,2548.07 1038.88,2552.80 1049.59,2560.38 1051.54,2563.78"/>
22496c22496
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_37_0" index="0" allow="bicycle" speed="5.56" length="6.80" shape="1050.56,2562.07 1053.95,2567.97"/>
---
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_37_0" index="0" allow="bicycle" speed="5.56" length="4.84" shape="1051.54,2563.78 1053.95,2567.97"/>
22527c22527
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_12_0" index="0" allow="bus bicycle" speed="3.09" length="0.90" shape="1051.28,2568.11 1052.18,2568.06"/>
---
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_12_0" index="0" allow="bus bicycle" speed="3.09" length="2.67" shape="1051.28,2568.11 1053.95,2567.97"/>
22545,22548c22545
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_41_0" index="0" allow="bus bicycle" speed="3.09" length="1.77" shape="1052.18,2568.06 1053.95,2567.97"/>
<     </edge>
<     <edge id=":cluster_1673527224_1673527227_21487161_303436603_#9more_42" function="internal">
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_42_0" index="0" allow="bus bicycle" speed="9.72" length="4.03" shape="1023.47,2546.04 1019.62,2544.85"/>
---
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_41_0" index="0" allow="bus bicycle" speed="9.72" length="4.03" shape="1023.47,2546.04 1019.62,2544.85"/>
22551c22548
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_18_0" index="0" allow="bus" speed="3.64" length="0.84" shape="1050.78,2568.12 1051.24,2567.41"/>
---
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_18_0" index="0" allow="bus" speed="3.64" length="0.44" shape="1050.78,2568.12 1051.02,2567.75"/>
22567a22565,22567
>     <edge id=":cluster_1673527224_1673527227_21487161_303436603_#9more_42" function="internal">
>         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_42_0" index="0" allow="bus" speed="3.64" length="4.01" shape="1051.02,2567.75 1051.43,2567.12 1052.54,2566.74 1053.56,2567.01 1053.95,2567.97"/>
>     </edge>
22569c22569
<         <lane id=":cluster_1673527224_1673527227_21487161_303436603_#9more_43_0" index="0" allow="bus" speed="3.64" length="3.61" shape="1051.24,2567.41 1051.43,2567.12 1052.54,2566.74 1053.56,2567.01 1053.95,2567.97"/>
---
<truncated after showing first 30 lines>
---------- Differences in output ----------
183d182
< Loading route-files incrementally from <DIR>/osm.pedestrian.rou.xml'
187c186
< Simulation ended at time: 2656.00.
---
> Simulation ended at time: 2841.00.
194,196d192
< Persons:
<  Inserted: 183
<  Running: 0
198,203c194,199
<  RouteLength: 1920.97
<  Speed: 6.38
<  Duration: 343.08
<  WaitingTime: 66.57
<  TimeLoss: 128.23
<  DepartDelay: 3.49
---
>  RouteLength: 1921.24
>  Speed: 6.31
>  Duration: 351.29
>  WaitingTime: 74.47
>  TimeLoss: 136.59
>  DepartDelay: 3.47
205,224c201,207
<  RouteLength: 1634.07
<  Speed: 4.31
<  Duration: 388.96
<  WaitingTime: 43.70
<  TimeLoss: 79.73
<truncated after showing first 30 lines>
---------- Differences in ptroutes ----------
18c18
<         <stop busStop="270727248" duration="20" until="131.0"/> <!-- S+U Alexanderplatz -->
---
>         <stop busStop="270727248" duration="20" until="132.0"/> <!-- S+U Alexanderplatz -->
20,22c20,22
<         <stop busStop="3867910420" duration="20" until="287.0"/> <!-- Lustgarten -->
<         <stop busStop="271296293" duration="20" until="362.0"/> <!-- Staatsoper -->
<         <stop busStop="272408975" duration="20" until="447.0"/> <!-- Unter den Linden/Friedrichstraße -->
---
>         <stop busStop="3867910420" duration="20" until="289.0"/> <!-- Lustgarten -->
>         <stop busStop="271296293" duration="20" until="363.0"/> <!-- Staatsoper -->
>         <stop busStop="272408975" duration="20" until="445.0"/> <!-- Unter den Linden/Friedrichstraße -->
26,28c26,28
<         <stop busStop="3869306771" duration="20" until="127.0"/> <!-- Unter den Linden/Friedrichstraße -->
<         <stop busStop="3870475228" duration="20" until="214.0"/> <!-- Staatsoper -->
<         <stop busStop="3867910421" duration="20" until="296.0"/> <!-- Lustgarten -->
---
>         <stop busStop="3869306771" duration="20" until="129.0"/> <!-- Unter den Linden/Friedrichstraße -->
>         <stop busStop="3870475228" duration="20" until="218.0"/> <!-- Staatsoper -->
>         <stop busStop="3867910421" duration="20" until="299.0"/> <!-- Lustgarten -->
30c30
<         <stop busStop="270718978" duration="20" until="484.0"/> <!-- S+U Alexanderplatz/Memhardstraße -->
---
>         <stop busStop="270718978" duration="20" until="483.0"/> <!-- S+U Alexanderplatz/Memhardstraße -->
34,37c34,37
<         <stop busStop="-3869306773" duration="20" until="224.0"/> <!-- Werderscher Markt -->
<         <stop busStop="-3869306766" duration="20" until="304.0"/> <!-- U Französische Straße -->
<         <stop busStop="3869306772" duration="20" until="374.0"/> <!-- Unter den Linden/Friedrichstraße -->
<         <stop busStop="3869306764" duration="20" until="470.0"/> <!-- S+U Friedrichstraße -->
---
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : turndefs routeSampler intervals optimize_verbose ( Last six runs Mar2025 )

---------- Differences in output ----------
1,2c1,6
< Running HiGHS 1.2.0 [date: 2021-07-09, git hash: n/a]
< Copyright (c) 2022 ERGO-Code under MIT licence terms
---
> Running HiGHS 1.8.0 (git hash: 222cce7): Copyright (c) 2024 HiGHS under MIT licence terms
> Coefficient ranges:
>   Matrix [1e+00, 1e+00]
>   Cost   [1e+00, 1e+00]
>   Bound  [0e+00, 0e+00]
>   RHS    [1e+01, 1e+01]
4,5c8,9
< 1 rows, 2 cols, 2 nonzeros
< 0 rows, 0 cols, 0 nonzeros
---
> 1 rows, 2 cols, 2 nonzeros  0s
> 0 rows, 0 cols, 0 nonzeros  0s
8c12
< Model   status      : Optimal
---
> Model status        : Optimal
9a14
> Relative P-D gap    :  0.0000000000e+00
11,12c16,21
< Running HiGHS 1.2.0 [date: 2021-07-09, git hash: n/a]
< Copyright (c) 2022 ERGO-Code under MIT licence terms
---
> Running HiGHS 1.8.0 (git hash: 222cce7): Copyright (c) 2024 HiGHS under MIT licence terms
> Coefficient ranges:
>   Matrix [1e+00, 1e+00]
>   Cost   [1e+00, 1e+00]
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : turndefs routeSampler min_count_optimize ( Last six runs Mar2025 )

---------- Differences in output ----------
1,2c1,6
< Running HiGHS 1.2.0 [date: 2021-07-09, git hash: n/a]
< Copyright (c) 2022 ERGO-Code under MIT licence terms
---
> Running HiGHS 1.8.0 (git hash: 222cce7): Copyright (c) 2024 HiGHS under MIT licence terms
> Coefficient ranges:
>   Matrix [1e+00, 1e+00]
>   Cost   [1e+00, 1e+00]
>   Bound  [0e+00, 0e+00]
>   RHS    [1e+00, 2e+01]
4,5c8,9
< 107 rows, 192 cols, 799 nonzeros
< 107 rows, 192 cols, 799 nonzeros
---
> 107 rows, 192 cols, 799 nonzeros  0s
> 107 rows, 192 cols, 799 nonzeros  0s
13c17
< Model   status      : Optimal
---
> Model status        : Optimal
15a20
> Relative P-D gap    :  1.5446581212e-16

TEST FAILED on ts-bapmsumbld : visualization macrOutput plain ( Last six runs Mar2025 )

---------- Differences in errors ----------
1,6c1,11
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
---
> Traceback (most recent call last):
>   File "sumo/tools/visualization/macrOutput.py", line 200, in <module>
>     sys.exit(main())
>              ~~~~^^
>   File "sumo/tools/visualization/macrOutput.py", line 64, in main
>     df = df.replace(np.NaN, 0)
>   File "/usr/local/lib/python3.13/site-packages/numpy/__init__.py", line 400, in __getattr__
>     raise AttributeError(
>     ...<3 lines>...
>     )
> AttributeError: `np.NaN` was removed in the NumPy 2.0 release. Use `np.nan` instead.

TEST FAILED on ts-bapmsumbld : visualization plotXMLAttributes edgeData_entered_time_box ( Last six runs Mar2025 )

---------- Differences in errors ----------
0a1,2
> /Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plotXMLAttributes.py:780: PendingDeprecationWarning: vert: bool will be deprecated in a future version. Use orientation: {'vertical', 'horizontal'} instead.
>   plt.boxplot(boxdata, vert=options.xattr == BOX_ATTR)

TEST FAILED on ts-bapmsumbld : visualization plot_csv_bars plain ( Last six runs Mar2025 )

---------- Differences in image ----------
107c107
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="57.6" y="322.182437" transform="">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="57.6" y="322.182437" transform="">0</text>
117c117
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="106.187755" y="322.182437" transform="">2</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="106.187755" y="322.182437" transform="">2</text>
127c127
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="154.77551" y="322.182437" transform="">4</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="154.77551" y="322.182437" transform="">4</text>
137c137
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="203.363265" y="322.182437" transform="">6</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="203.363265" y="322.182437" transform="">6</text>
147c147
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="251.95102" y="322.182437" transform="">8</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="251.95102" y="322.182437" transform="">8</text>
157c157
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="300.538776" y="322.182437" transform="">10</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="300.538776" y="322.182437" transform="">10</text>
167c167
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="349.126531" y="322.182437" transform="">12</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="349.126531" y="322.182437" transform="">12</text>
177c177
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="397.714286" y="322.182437" transform="">14</text>
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_bars pm10effects ( Last six runs Mar2025 )

---------- Differences in image ----------
139c139
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="161.28" y="278.3575" transform="">0</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="161.28" y="278.3575" transform="">0</text>
149c149
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="238.464" y="278.3575" transform="">10</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="238.464" y="278.3575" transform="">10</text>
159c159
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="315.648" y="278.3575" transform="">20</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="315.648" y="278.3575" transform="">20</text>
169c169
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="392.832" y="278.3575" transform="">30</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="392.832" y="278.3575" transform="">30</text>
179c179
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="470.016" y="278.3575" transform="">40</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="470.016" y="278.3575" transform="">40</text>
189c189
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="547.2" y="278.3575" transform="">50</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="547.2" y="278.3575" transform="">50</text>
205c205
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="154.28" y="254.962332" transform="">0 - kontraproduktiv</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="154.28" y="254.962332" transform="">0 - kontraproduktiv</text>
215c215
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="154.28" y="234.329496" transform="">5 - keine</text>
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_bars vertical ( Last six runs Mar2025 )

---------- Differences in image ----------
139c139
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="45.99403" y="531.7975" transform="">0 - kontraproduktiv</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="45.99403" y="531.7975" transform="">0 - kontraproduktiv</text>
149c149
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="65.98209" y="531.7975" transform="">5 - keine</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="65.98209" y="531.7975" transform="">5 - keine</text>
159c159
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="85.970149" y="531.7975" transform="">4-5</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="85.970149" y="531.7975" transform="">4-5</text>
169c169
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="105.958209" y="531.7975" transform="">4 - gering</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="105.958209" y="531.7975" transform="">4 - gering</text>
179c179
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="125.946269" y="531.7975" transform="">3-5</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="125.946269" y="531.7975" transform="">3-5</text>
189c189
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="145.934328" y="531.7975" transform="">3-4</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="145.934328" y="531.7975" transform="">3-4</text>
199c199
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="165.922388" y="531.7975" transform="">3 - mittel</text>
---
>       <text style="font-size: 16px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="165.922388" y="531.7975" transform="">3 - mittel</text>
209c209
<       <text style="font: 16px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="185.910448" y="531.7975" transform="">2-4</text>
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_pie paradigm ( Last six runs Mar2025 )

---------- Differences in image ----------
36d35
< L 354.456 218.16 
41,43c40,42
<     <path d="M 348.255111 178.014265 
< C 346.203351 171.530982 343.657588 165.214518 340.640205 159.120415 
< C 337.622823 153.026312 334.142691 147.172484 330.230411 141.610403 
---
>     <path d="M 348.255109 178.014265 
> C 346.203351 171.53098 343.657586 165.214521 340.640203 159.120418 
> C 337.622821 153.026314 334.142694 147.172489 330.230413 141.610404 
45d43
< L 348.255111 178.014265 
50,52c48,50
<     <path d="M 330.230411 141.610403 
< C 326.31813 136.048321 321.985202 130.794337 317.269724 125.894648 
< C 312.554246 120.994959 307.47008 116.463967 302.061932 112.341514 
---
>     <path d="M 330.230413 141.610404 
> C 326.318131 136.048319 321.985202 130.794336 317.269726 125.894644 
> C 312.554249 120.994952 307.47008 116.463968 302.061931 112.341514 
54d51
< L 330.230411 141.610403 
59,61c56,58
<     <path d="M 302.061932 112.341514 
< C 291.229808 104.084544 279.193786 97.539562 266.375179 92.935672 
< C 253.556573 88.331781 240.106718 85.723335 226.496416 85.201639 
---
>     <path d="M 302.061931 112.341514 
> C 291.229811 104.084543 279.193787 97.539568 266.375184 92.935677 
> C 253.556579 88.331786 240.106715 85.723329 226.496415 85.201636 
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_pie plain ( Last six runs Mar2025 )

---------- Differences in image ----------
36d35
< L 342.6048 174.528 
41,43c40,42
<     <path d="M 337.644089 142.411412 
< C 336.002681 137.224785 333.96607 132.171615 331.552164 127.296332 
< C 329.138258 122.42105 326.354153 117.737987 323.224329 113.288322 
---
>     <path d="M 337.644087 142.411412 
> C 336.002681 137.224784 333.966069 132.171617 331.552163 127.296334 
> C 329.138256 122.421051 326.354155 117.737991 323.22433 113.288323 
45d43
< L 337.644089 142.411412 
50,52c48,50
<     <path d="M 323.224329 113.288322 
< C 320.094504 108.838657 316.628161 104.63547 312.855779 100.715718 
< C 309.083397 96.795967 305.016064 93.171174 300.689546 89.873212 
---
>     <path d="M 323.22433 113.288323 
> C 320.094505 108.838655 316.628162 104.635469 312.855781 100.715715 
> C 309.083399 96.795961 305.016064 93.171175 300.689545 89.873211 
54d51
< L 323.224329 113.288322 
59,61c56,58
<     <path d="M 300.689546 89.873212 
< C 292.023846 83.267635 282.395029 78.03165 272.140144 74.348537 
< C 261.885259 70.665425 251.125374 68.578668 240.237133 68.161311 
---
>     <path d="M 300.689545 89.873211 
> C 292.023849 83.267634 282.39503 78.031654 272.140147 74.348541 
> C 261.885263 70.665429 251.125372 68.578663 240.237132 68.161308 
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_pie pm10effects ( Last six runs Mar2025 )

---------- Differences in image ----------
35d34
< L 221.4 85.104 
40c39,40
<     <path d="M 221.4 85.104 
---
>     <path d="M 221.399994 85.104 
> C 221.260661 85.104 221.121329 85.104222 220.981996 85.104658 
42d41
< C 220.842658 85.105094 220.703323 85.105751 220.56399 85.106626 
44d42
< L 221.4 85.104 
49,51c47,49
<     <path d="M 220.56399 85.106626 
< C 212.895902 85.154807 205.246313 85.865785 197.700692 87.231615 
< C 190.155071 88.597446 182.741627 90.613024 175.543191 93.255828 
---
>     <path d="M 220.564003 85.106625 
> C 212.895916 85.154804 205.246332 85.865789 197.700711 87.231616 
> C 190.155091 88.597442 182.741635 90.61302 175.543201 93.255825 
53d50
< L 220.56399 85.106626 
58,62c55,59
<     <path d="M 175.543191 93.255828 
< C 151.176339 102.201775 129.951766 118.085562 114.497301 138.940608 
< C 99.042835 159.795655 90.023743 184.724216 88.556683 210.639872 
< C 87.089624 236.555527 93.237749 262.34269 106.239856 284.808634 
< C 119.241963 307.274579 138.538353 325.452218 161.739926 337.090966 
---
>     <path d="M 175.543201 93.255825 
> C 151.176347 102.201773 129.951774 118.085554 114.497308 138.940594 
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_csv_timeline plain ( Last six runs Mar2025 )

---------- Differences in image ----------
51c51
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="73.832727" y="325.221812" transform="">0</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="73.832727" y="325.221812" transform="">0</text>
61c61
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="128.905593" y="325.221812" transform="">200</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="128.905593" y="325.221812" transform="">200</text>
71c71
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="183.978459" y="325.221812" transform="">400</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="183.978459" y="325.221812" transform="">400</text>
81c81
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="239.051325" y="325.221812" transform="">600</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="239.051325" y="325.221812" transform="">600</text>
91c91
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="294.124192" y="325.221812" transform="">800</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="294.124192" y="325.221812" transform="">800</text>
101c101
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="349.197058" y="325.221812" transform="">1000</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="349.197058" y="325.221812" transform="">1000</text>
111c111
<       <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="404.269924" y="325.221812" transform="">1200</text>
---
>       <text style="font-size: 14px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="404.269924" y="325.221812" transform="">1200</text>
115c115
<      <text style="font: 14px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="236.16" y="342.771187" transform="">time [s]</text>
<truncated after showing first 30 lines>

7 TESTS FAILED on ts-bapmsumbld :

---------- Differences in image ----------
51c51
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="">0</text>
61c61
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="">250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="">250</text>
71c71
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="">500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="">500</text>
81c81
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="">750</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="">750</text>
91c91
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="">1000</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="">1000</text>
101c101
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="">1250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="">1250</text>
111c111
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="">1500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="">1500</text>
121c121
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="341.517045" y="260.697446" transform="">1750</text>
<truncated after showing first 30 lines>
visualization plot_net_dump colormap ( Last six runs Mar2025 )
visualization plot_net_dump constant_widths ( Last six runs Mar2025 )
visualization plot_net_dump internal ( Last six runs Mar2025 )
visualization plot_net_dump logColors ( Last six runs Mar2025 )
visualization plot_net_dump plain ( Last six runs Mar2025 )
visualization plot_net_dump verbose ( Last six runs Mar2025 )
visualization plot_net_speeds plain ( Last six runs Mar2025 )

TEST FAILED on ts-bapmsumbld : visualization plot_net_dump multiple_intervals ( Last six runs Mar2025 )

---------- Differences in image-600 ----------
51c51
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="rotate(-0 81.653015 260.697446)">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="rotate(-0 81.653015 260.697446)">0</text>
61c61
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="rotate(-0 118.776448 260.697446)">250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="rotate(-0 118.776448 260.697446)">250</text>
71c71
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="rotate(-0 155.89988 260.697446)">500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="rotate(-0 155.89988 260.697446)">500</text>
81c81
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="rotate(-0 193.023313 260.697446)">750</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="rotate(-0 193.023313 260.697446)">750</text>
91c91
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="rotate(-0 230.146746 260.697446)">1000</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="rotate(-0 230.146746 260.697446)">1000</text>
101c101
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="rotate(-0 267.270179 260.697446)">1250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="rotate(-0 267.270179 260.697446)">1250</text>
111c111
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="rotate(-0 304.393612 260.697446)">1500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="rotate(-0 304.393612 260.697446)">1500</text>
121c121
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="341.517045" y="260.697446" transform="rotate(-0 341.517045 260.697446)">1750</text>
<truncated after showing first 30 lines>
---------- Differences in image-800 ----------
51c51
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="rotate(-0 81.653015 260.697446)">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="81.653015" y="260.697446" transform="rotate(-0 81.653015 260.697446)">0</text>
61c61
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="rotate(-0 118.776448 260.697446)">250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="118.776448" y="260.697446" transform="rotate(-0 118.776448 260.697446)">250</text>
71c71
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="rotate(-0 155.89988 260.697446)">500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="155.89988" y="260.697446" transform="rotate(-0 155.89988 260.697446)">500</text>
81c81
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="rotate(-0 193.023313 260.697446)">750</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="193.023313" y="260.697446" transform="rotate(-0 193.023313 260.697446)">750</text>
91c91
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="rotate(-0 230.146746 260.697446)">1000</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="230.146746" y="260.697446" transform="rotate(-0 230.146746 260.697446)">1000</text>
101c101
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="rotate(-0 267.270179 260.697446)">1250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="267.270179" y="260.697446" transform="rotate(-0 267.270179 260.697446)">1250</text>
111c111
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="rotate(-0 304.393612 260.697446)">1500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="304.393612" y="260.697446" transform="rotate(-0 304.393612 260.697446)">1500</text>
121c121
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="341.517045" y="260.697446" transform="rotate(-0 341.517045 260.697446)">1750</text>
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_net_selection plain ( Last six runs Mar2025 )

---------- Differences in image ----------
51c51
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="87.666268" y="278.590198" transform="">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="87.666268" y="278.590198" transform="">0</text>
61c61
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="134.070559" y="278.590198" transform="">250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="134.070559" y="278.590198" transform="">250</text>
71c71
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="180.474851" y="278.590198" transform="">500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="180.474851" y="278.590198" transform="">500</text>
81c81
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="226.879142" y="278.590198" transform="">750</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="226.879142" y="278.590198" transform="">750</text>
91c91
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="273.283433" y="278.590198" transform="">1000</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="273.283433" y="278.590198" transform="">1000</text>
101c101
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="319.687724" y="278.590198" transform="">1250</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="319.687724" y="278.590198" transform="">1250</text>
111c111
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="366.092015" y="278.590198" transform="">1500</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="366.092015" y="278.590198" transform="">1500</text>
121c121
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="412.496306" y="278.590198" transform="">1750</text>
<truncated after showing first 30 lines>

TEST FAILED on ts-bapmsumbld : visualization plot_summary plain ( Last six runs Mar2025 )

---------- Differences in image ----------
51c51
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="73.832727" y="322.182437" transform="">0</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="73.832727" y="322.182437" transform="">0</text>
61c61
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="115.455105" y="322.182437" transform="">5</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="115.455105" y="322.182437" transform="">5</text>
71c71
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="157.077483" y="322.182437" transform="">10</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="157.077483" y="322.182437" transform="">10</text>
81c81
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="198.69986" y="322.182437" transform="">15</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="198.69986" y="322.182437" transform="">15</text>
91c91
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="240.322238" y="322.182437" transform="">20</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="240.322238" y="322.182437" transform="">20</text>
101c101
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="281.944615" y="322.182437" transform="">25</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="281.944615" y="322.182437" transform="">25</text>
111c111
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="323.566993" y="322.182437" transform="">30</text>
---
>       <text style="font-size: 10px; font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="323.566993" y="322.182437" transform="">30</text>
121c121
<       <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="365.189371" y="322.182437" transform="">35</text>
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #7391) on ts-bapmsumbld : assign dua-iterate mapmatchJunctions ( Last six runs Mar2025 )

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 errors ----------
0a1
> Execution of <path-to>duarouter'] failed. Look into dua.log for details.
---------- Differences in dualog ----------
1d0
< Loading configuration ... done.
3c2
< Loading configuration ... done.
---
> Loading route-files incrementally from '000/input_trips_000.rou.xml'
6c5
< Simulation ended at time: 177.00
---
> Simulation ended at time: 177.00.
8,9c7,8
< Performance: 
< Vehicles: 
---
> Performance:
> Vehicles:
13,65c12,14
< 
< Loading configuration ... done.
< Success.
< Loading configuration ... done.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 177.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 10
<  Running: 0
<  Waiting: 0
<truncated after showing first 30 lines>
---------- Differences in 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-bapmsumbld : detector flowrouter motorway_ramps lane_based ( Last six runs Mar2025 )

option lane-based does not work
(This bug was triggered by text found in file 'routes' matching 'on3 3 off3')
---------- Differences in flows ----------
2c2,3
<     <flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="450" begin="0" end="3600"/>
---
>     <flow id="1_0_9_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_9_0.qPKW" number="450" begin="0" end="3600"/>
>     <flow id="on3_0_off3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_0_off3_0.qPKW" number="450" begin="0" end="3600"/>
---------- Differences in routes ----------
2c2,3
<     <route id="1_off3.qPKW" edges="1 2 3 off3"/>
---
>     <route id="1_0_9_0.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
>     <route id="on3_0_off3_0.qPKW" edges="on3 3 off3"/>

Detailed information for the tests that were terminated before completion:

2 TESTS were terminated before completion (TIMEOUT) on ts-bapmsumbld :

Test exceeded wallclock time limit of 300.0 seconds
build_config checkStyle netedit ( Last six runs Mar2025 )
build_config checkStyle netedit_demand ( Last six runs Mar2025 )