07Nov25rv1_24_0+1807-76443deb22a - detailed test results for NETEDITOUTPUT

To reconnect the TextTest GUI to these results, run:

texttest -a neteditoutput -d /home/delphi/clangDebug/sumo/tests -reconnect /home/delphi/clangDebug/texttesttmp/clangD.25Nov070430.760464 -g

To start TextTest for these tests, run:

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


default: 8132 tests: 7952 succeeded 91 known bugs 81 FAILED 8 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : basic files save configs sumo ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,18
> 
> =================================================================
> ==725982==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5a8016c33821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5a8017e93741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5a8017e8bf0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5a8017e7bb9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5a8017e92c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5a8016c37412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x784d6ea2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x784d6ea2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5a8016b5a3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

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

---------- Differences in errors ----------
0a1,2
> Error: File 'meandatas.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1
basic overlapping next ( Last six runs Nov2025 )
basic overlapping previous ( Last six runs Nov2025 )

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

---------- Differences in errors ----------
0a1,3
> Error: File 'additionalssecondfile.netedit' is not accessible (No such file or directory).
> Error: File 'additionalsthirdFilefile.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1
elements additionals busstop create additionalfile ( Last six runs Nov2025 )
elements additionals containerstop create additionalfile ( Last six runs Nov2025 )
elements additionals trainstop create additionalfile ( Last six runs Nov2025 )

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

---------- Differences in errors ----------
0a1,4
> Error: File 'additionals.netedit' is not accessible (No such file or directory).
> Error: File 'additionalssecondfile.netedit' is not accessible (No such file or directory).
> Error: File 'additionalsthirdFilefile.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1
elements additionals busstop inspect additionalfile basic ( Last six runs Nov2025 )
elements additionals busstop inspect additionalfile dialog ( Last six runs Nov2025 )
elements additionals busstop inspect_selection additionalfile basic ( Last six runs Nov2025 )
elements additionals busstop inspect_selection additionalfile dialog ( Last six runs Nov2025 )
elements additionals containerstop inspect additionalfile basic ( Last six runs Nov2025 )
elements additionals containerstop inspect additionalfile dialog ( Last six runs Nov2025 )
elements additionals containerstop inspect_selection additionalfile basic ( Last six runs Nov2025 )
elements additionals containerstop inspect_selection additionalfile dialog ( Last six runs Nov2025 )
elements additionals trainstop inspect additionalfile basic ( Last six runs Nov2025 )
elements additionals trainstop inspect additionalfile dialog ( Last six runs Nov2025 )
elements additionals trainstop inspect_selection additionalfile basic ( Last six runs Nov2025 )
elements additionals trainstop inspect_selection additionalfile dialog ( Last six runs Nov2025 )

TEST FAILED on ts-sim-build-ba : elements additionals calibratorflow load type ( Last six runs Nov2025 )

---------- Differences in errors ----------
1c1
< Error: Overlapping or unsorted intervals in calibrator 'calibratorFlows' (end=300.00, begin2=200.00).
---
> Error: The route file 'routes.netedit' is not accessible.
2a3,18
> 
> =================================================================
> ==743369==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x616fd6d1c821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x616fd7f7c741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x616fd7f74f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x616fd7f64b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x616fd7f7bc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x616fd6d20412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7cb82062a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7cb82062a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x616fd6c433b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

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

---------- Differences in errors ----------
0a1,2
> Error: File 'additionals.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1
elements additionals e2multilanedetector delete ( Last six runs Nov2025 )
network crossings bugs undo_redo_discarded_3201 ( Last six runs Nov2025 )
network crossings with_tls delete junction ( Last six runs Nov2025 )
network crossings without_tls delete junction ( Last six runs Nov2025 )
network edges bugs ticket1711 ( Last six runs Nov2025 )
network lanes select_vtypes disallowed rail ( Last six runs Nov2025 )
network trafficlights bugs ticket10588 ( Last six runs Nov2025 )
processing join_selected_junction different_position ( Last six runs Nov2025 )
processing join_selected_junction same_position ( Last six runs Nov2025 )

TEST FAILED on ts-sim-build-ba : elements additionals e2multilanedetector load endpos ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1
> Warning: Missing argument 'endPos' for E2Detector 'multiLaneAreaDetector_0'. Assuming detector end == lane end of lane 'Edge2_1'.

TEST FAILED on ts-sim-build-ba : elements additionals e2multilanedetector load pos ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1
> Warning: Missing argument 'pos' for E2Detector 'multiLaneAreaDetector_0'. Assuming detector start == lane start of lane 'Edge0_1'.

TEST FAILED on ts-sim-build-ba : elements additionals e2multilanedetector move ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,2
> Error: The lane with the id 'center0_1' is not known (while building e2Detector 'e2_0').
> Quitting (on error).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands container inspect depart triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==775850==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5fe48657f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5fe4878f20c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5fe4877cb68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5fe4877dec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5fe486583412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x78cfe302a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x78cfe302a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5fe4864a63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5fe48657f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5fe4878f20c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5fe4877cbc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5fe4877dec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5fe486583412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x78cfe302a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x78cfe302a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5fe4864a63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x5fe48657f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5fe4877cc12a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x5fe4877dec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5fe486583412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands container inspect_selection depart triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==775895==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x58d7c3f03821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x58d7c52760c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x58d7c514f68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x58d7c5162c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x58d7c3f07412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71fec222a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71fec222a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x58d7c3e2a3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x58d7c3f03821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x58d7c52760c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x58d7c514fc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x58d7c5162c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x58d7c3f07412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71fec222a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71fec222a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x58d7c3e2a3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x58d7c3f03821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x58d7c515012a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x58d7c5162c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x58d7c3f07412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands containerflow inspect flow_attributes begin triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==776248==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x575ed9056821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x575eda3c90c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x575eda2a268b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x575eda2b5c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x575ed905a412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7cdafca2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7cdafca2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x575ed8f7d3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x575ed9056821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x575eda3c90c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x575eda2a2c9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x575eda2b5c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x575ed905a412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7cdafca2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7cdafca2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x575ed8f7d3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x575ed9056821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x575eda2a312a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x575eda2b5c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x575ed905a412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands containerflow inspect_selection flow_attributes begin triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==776325==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5c3c27c1f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5c3c28f920c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5c3c28e6b68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5c3c28e7ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5c3c27c23412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x79a1f922a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x79a1f922a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5c3c27b463b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5c3c27c1f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5c3c28f920c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5c3c28e6bc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5c3c28e7ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5c3c27c23412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x79a1f922a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x79a1f922a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5c3c27b463b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x5c3c27c1f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5c3c28e6c12a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x5c3c28e7ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5c3c27c23412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands person inspect depart triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==762214==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x57c5f04bd821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x57c5f18300c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x57c5f170968b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x57c5f171cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x57c5f04c1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x790ade82a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x790ade82a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x57c5f03e43b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x57c5f04bd821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x57c5f18300c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x57c5f1709c9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x57c5f171cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x57c5f04c1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x790ade82a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x790ade82a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x57c5f03e43b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x57c5f04bd821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x57c5f170a12a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x57c5f171cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x57c5f04c1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands person inspect_selection depart triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==762257==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x62627119b821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62627250e0c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x6262723e768b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x6262723fac1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x62627119f412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x725ba3c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x725ba3c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6262710c23b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x62627119b821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62627250e0c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x6262723e7c9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x6262723fac1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x62627119f412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x725ba3c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x725ba3c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6262710c23b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x62627119b821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x6262723e812a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x6262723fac1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x62627119f412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands personflow inspect flow_attributes begin triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==762742==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x652b7d3d0821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x652b7e7430c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x652b7e61c68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x652b7e62fc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x652b7d3d4412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7387c462a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7387c462a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x652b7d2f73b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x652b7d3d0821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x652b7e7430c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x652b7e61cc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x652b7e62fc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x652b7d3d4412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7387c462a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7387c462a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x652b7d2f73b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x652b7d3d0821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x652b7e61d12a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x652b7e62fc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x652b7d3d4412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands personflow inspect_selection flow_attributes begin triggered ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==762832==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d9d0af52821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d9d0c2c50c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d9d0c19e68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5d9d0c1b1c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d9d0af56412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7a9ca142a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7a9ca142a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d9d0ae793b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d9d0af52821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d9d0c2c50c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d9d0c19ec9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5d9d0c1b1c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d9d0af56412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7a9ca142a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7a9ca142a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d9d0ae793b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x5d9d0af52821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d9d0c19f12a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x5d9d0c1b1c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5d9d0af56412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands personplan walk common inspect_selection duration ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1
> sumo: /home/delphi/clangDebug/sumo/src/microsim/transportables/MSPModel_Striping.cpp:1857: bool MSPModel_Striping::PState::moveToNextLane(SUMOTime): Assertion `OptionsCont::getOptions().getBool("ignore-route-errors")' failed.
---------- New result in exitcode ----------
-6

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_c1 ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x59fbc9bcf821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x59fbcb0796fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x59fbca2f46e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x59fbc9f4d3eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x59fbcc807544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x59fbcca1dd5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7ddc81be68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7ddc81b9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7ddc81b9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x59fbcca54e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x59fbcc81a65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x59fbcc81b7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x59fbc9bf9ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x59fbcae2ed15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x59fbc9bd3412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7ddc7ec2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7ddc7ec2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x59fbc9af63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_ccaccel ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748241==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x6433df735821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x6433e0bdf6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x6433dfe5a6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x6433dfab33eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x6433e236d544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x6433e2583d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7ca382de68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7ca382d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7ca382d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x6433e25bae93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x6433e238065b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x6433e23817bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x6433df75fea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x6433e0994d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x6433df739412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7ca37fc2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7ca37fc2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x6433df65c3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_ccdecel ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748195==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5aabd060d821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5aabd1ab76fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5aabd0d326e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5aabd098b3eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5aabd3245544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5aabd345bd5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7279dd3e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7279dd39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7279dd39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5aabd3492e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5aabd325865b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5aabd32597bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5aabd0637ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5aabd186cd15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5aabd0611412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7279da22a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7279da22a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5aabd05343b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_constspacing ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5ac70db83821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5ac70f02d6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5ac70e2a86e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5ac70df013eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5ac7107bb544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5ac7109d1d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x74286dbe68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x74286db9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x74286db9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5ac710a08e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5ac7107ce65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5ac7107cf7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5ac70dbadea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5ac70ede2d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5ac70db87412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x74286aa2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x74286aa2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5ac70daaa3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_flatbed_d ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748306==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x621df9615821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x621dfaabf6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x621df9d3a6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x621df99933eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x621dfc24d544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x621dfc463d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7ba44f9e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7ba44f99985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7ba44f99b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x621dfc49ae93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x621dfc26065b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x621dfc2617bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x621df963fea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x621dfa874d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x621df9619412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7ba44ca2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7ba44ca2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x621df953c3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_flatbed_h ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748310==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x64d0caf92821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x64d0cc43c6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x64d0cb6b76e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x64d0cb3103eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x64d0cdbca544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x64d0cdde0d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x786ab85e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x786ab859985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x786ab859b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x64d0cde17e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x64d0cdbdd65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x64d0cdbde7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x64d0cafbcea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x64d0cc1f1d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x64d0caf96412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x786ab542a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x786ab542a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x64d0caeb93b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_flatbed_ka ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748248==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x62c045d1a821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62c0471c46fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x62c04643f6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x62c0460983eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x62c048952544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x62c048b68d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x758b9c9e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x758b9c99985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x758b9c99b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x62c048b9fe93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x62c04896565b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x62c0489667bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x62c045d44ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x62c046f79d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x62c045d1e412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x758b9982a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x758b9982a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x62c045c413b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_flatbed_kp ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748292==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x62e6bb4dc821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62e6bc9866fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x62e6bbc016e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x62e6bb85a3eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x62e6be114544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x62e6be32ad5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7afe37fe68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7afe37f9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7afe37f9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x62e6be361e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x62e6be12765b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x62e6be1287bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x62e6bb506ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x62e6bc73bd15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x62e6bb4e0412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7afe34e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7afe34e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x62e6bb4033b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_flatbed_kv ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748245==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x564b19dd3821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x564b1b27d6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x564b1a4f86e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x564b1a1513eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x564b1ca0b544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x564b1cc21d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x751940de68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x751940d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x751940d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x564b1cc58e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x564b1ca1e65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x564b1ca1f7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x564b19dfdea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x564b1b032d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x564b19dd7412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x75193dc2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x75193dc2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x564b19cfa3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_kp ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748207==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x6069b4dda821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x6069b62846fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x6069b54ff6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x6069b51583eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x6069b7a12544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x6069b7c28d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x76093b3e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x76093b39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x76093b39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x6069b7c5fe93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x6069b7a2565b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x6069b7a267bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x6069b4e04ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x6069b6039d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x6069b4dde412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x76093842a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x76093842a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x6069b4d013b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_lambda ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748214==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x64d500132821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x64d5015dc6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x64d5008576e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x64d5004b03eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x64d502d6a544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x64d502f80d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7daeb45e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7daeb459985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7daeb459b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x64d502fb7e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x64d502d7d65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x64d502d7e7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x64d50015cea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x64d501391d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x64d500136412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7daeb162a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7daeb162a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x64d5000593b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_lanes_count ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748236==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 576 byte(s) in 3 object(s) allocated from:
>     #0 0x592c5aa0d821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x592c5beb76fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x592c5b1326e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x592c5ad8b3eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x592c5d645544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x592c5d85bd5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7a620cbe68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7a620cb9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7a620cb9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x592c5d892e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x592c5d65865b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x592c5d6597bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x592c5aa37ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x592c5bc6cd15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x592c5aa11412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7a6209c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7a6209c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x592c5a9343b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 576 byte(s) leaked in 3 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_omegan ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0949767821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5c094ac116fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5c0949e8c6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5c0949ae53eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5c094c39f544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5c094c5b5d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x74a30e3e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x74a30e39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x74a30e39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5c094c5ece93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5c094c3b265b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5c094c3b37bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5c0949791ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5c094a9c6d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5c094976b412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x74a30b42a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x74a30b42a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5c094968e3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_ploeg_h ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748256==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x59672e3f8821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x59672f8a26fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x59672eb1d6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x59672e7763eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x596731030544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x596731246d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7ee3d19e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7ee3d199985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7ee3d199b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x59673127de93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x59673104365b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5967310447bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x59672e422ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x59672f657d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x59672e3fc412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7ee3cea2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7ee3cea2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x59672e31f3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_ploeg_kd ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748239==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5abc1ead9821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5abc1ff836fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5abc1f1fe6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5abc1ee573eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5abc21711544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5abc21927d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x783727de68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x783727d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x783727d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5abc2195ee93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5abc2172465b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5abc217257bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5abc1eb03ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5abc1fd38d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5abc1eadd412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x783724c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x783724c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5abc1ea003b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_ploeg_kp ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748240==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5a6ed5eb3821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5a6ed735d6fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5a6ed65d86e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5a6ed62313eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5a6ed8aeb544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5a6ed8d01d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7cf6b33e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7cf6b339985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7cf6b339b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5a6ed8d38e93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5a6ed8afe65b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5a6ed8aff7bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5a6ed5eddea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5a6ed7112d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5a6ed5eb7412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7cf6b042a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7cf6b042a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5a6ed5dda3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_tau ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748217==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5fd7908da821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5fd791d846fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5fd790fff6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x5fd790c583eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x5fd793512544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5fd793728d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x73af8d9e68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x73af8d99985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x73af8d99b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5fd79375fe93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5fd79352565b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5fd7935267bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5fd790904ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5fd791b39d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5fd7908de412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x73af8a82a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x73af8a82a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5fd7908013b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype load carfollowingmodel_params cf_cc_xi ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==748235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x645f5a416821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x645f5b8c06fb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x645f5ab3b6e8 in MSVehicleType::build(SUMOVTypeParameter&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleType.cpp:403:43
>     #3 0x645f5a7943eb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:986:30
>     #4 0x645f5d04e544 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x645f5d264d5b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7e99b2be68f2 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e68f2) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x7e99b2b9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7e99b2b9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x645f5d29be93 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x645f5d06165b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x645f5d0627bf in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x645f5a440ea2 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x645f5b675d15 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x645f5a41a412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7e99afa2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7e99afa2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x645f5a33d3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 768 byte(s) leaked in 4 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype_distribution load default ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,102
> Error: attribute 'refId' is not declared for element 'vType'
>  In file 'routes.netedit'
>  At line/column 22/28.
> 
> Quitting (on error).
> 
> =================================================================
> ==748482==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x62b1ab6e3821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62b1aca560c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x62b1ac92f68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x62b1ac942c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x62b1ab6e7412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x79d395e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x79d395e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x62b1ab60a3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x62b1ab6e3821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x62b1aca560c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x62b1ac92fc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x62b1ac942c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x62b1ab6e7412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x79d395e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x79d395e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x62b1ab60a3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype_distribution load useExisting_overrideProbabilities ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,102
> Error: attribute 'refId' is not declared for element 'vType'
>  In file 'routes.netedit'
>  At line/column 26/31.
> 
> Quitting (on error).
> 
> =================================================================
> ==748526==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d3abe53f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d3abf8b20c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d3abf78b68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5d3abf79ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d3abe543412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7f3c0942a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7f3c0942a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d3abe4663b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d3abe53f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d3abf8b20c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d3abf78bc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5d3abf79ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d3abe543412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7f3c0942a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7f3c0942a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d3abe4663b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands vehicletype_distribution load use_existing ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,102
> Error: attribute 'refId' is not declared for element 'vType'
>  In file 'routes.netedit'
>  At line/column 22/28.
> 
> Quitting (on error).
> 
> =================================================================
> ==748518==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d66ee19f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d66ef5120c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d66ef3eb68b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5d66ef3fec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d66ee1a3412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71d3d3c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71d3d3c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d66ee0c63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5d66ee19f821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5d66ef5120c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5d66ef3ebc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5d66ef3fec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5d66ee1a3412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71d3d3c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71d3d3c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5d66ee0c63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements meandatas edgedata load type ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,5
> Error: value 'traffic' not in enumeration
>  In file 'meandatas.netedit'
>  At line/column 20/57.
> 
> Quitting (on error).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements meandatas lanedata load type ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,5
> Error: value 'traffic' not in enumeration
>  In file 'meandatas.netedit'
>  At line/column 19/57.
> 
> Quitting (on error).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements shapes poilane inspect_selected name ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,5
> Error: The attribute 'name' is already used in element 'poi'
>  In file 'additionals.netedit'
>  At line/column 19/181.
> 
> Quitting (on error).
---------- New result in exitcode ----------
1

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

---------- Differences in errors ----------
0a1,3
> Error: File 'additionals.netedit' is not accessible (No such file or directory).
> Error: File 'meandatas.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1
grid bugs ticket3271 ( Last six runs Nov2025 )
grid bugs ticket3278 ( Last six runs Nov2025 )
grid bugs ticket3281 ( Last six runs Nov2025 )

TEST FAILED on ts-sim-build-ba : network connections with_tls delete click ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==733930==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5aae7f68c821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5aae808ec741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5aae808e4f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5aae808d4b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5aae808ebc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5aae7f690412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x72dff502a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x72dff502a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5aae7f5b33b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network connections with_tls delete frame ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==733938==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5b123a208821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5b123b468741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5b123b460f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5b123b450b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5b123b467c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5b123a20c412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x71f5b722a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x71f5b722a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5b123a12f3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network connections without_tls delete click ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==735668==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x624ada539821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x624adb799741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x624adb791f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x624adb781b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x624adb798c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x624ada53d412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x76a21d62a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x76a21d62a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x624ada4603b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network connections without_tls delete click_selected ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==735679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5db4f3192821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5db4f43f2741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5db4f43eaf0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5db4f43dab9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5db4f43f1c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5db4f3196412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x73290362a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x73290362a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5db4f30b93b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network connections without_tls delete frame ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==735690==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x61a636f64821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x61a6381c4741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x61a6381bcf0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x61a6381acb9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x61a6381c3c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x61a636f68412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7af51322a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7af51322a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x61a636e8b3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network crossings bugs change_from_to_3149 ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==728400==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x56fa05e69821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x56fa070c9741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x56fa070c1f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x56fa070b1b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x56fa070c8c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x56fa05e6d412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x70176ae2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x70176ae2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x56fa05d903b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network crossings bugs compute_big_network ( Last six runs Nov2025 )

---------- Differences in errors ----------
1,2c1,2
< Warning: Missing yellow phase in tlLogic '310069196', program '0' for tl-index 0 when switching to phase 1.
< Warning: Unused states in tlLogic 'joinedS_5', program '0' in phase 0 after tl-index 12
---
> Error: File 'additionals.netedit' is not accessible (No such file or directory).
> Quitting (on error).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : network edges geometry_points create ( Last six runs Nov2025 )

---------- New result in errors ----------
Error: The route file 'routes.netedit' is not accessible.
Quitting (on error).

=================================================================
==730845==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x6161fad18821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
    #1 0x6161fbf78741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x6161fbf70f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x6161fbf60b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x6161fbf77c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x6161fad1c412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7d7fd9e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7d7fd9e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x6161fac3f3b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)

SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

TEST FAILED on ts-sim-build-ba : network edges geometry_points delete ( Last six runs Nov2025 )

---------- New result in errors ----------
Error: The route file 'routes.netedit' is not accessible.
Quitting (on error).

=================================================================
==730849==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x5b543f549821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
    #1 0x5b54407a9741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x5b54407a1f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x5b5440791b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x5b54407a8c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x5b543f54d412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7938a002a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7938a002a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x5b543f4703b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)

SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

TEST FAILED on ts-sim-build-ba : network edges geometry_points move ( Last six runs Nov2025 )

---------- New result in errors ----------
Error: The route file 'routes.netedit' is not accessible.
Quitting (on error).

=================================================================
==730855==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x5ae6ffb3b821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
    #1 0x5ae700d9b741 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x5ae700d93f0a in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x5ae700d83b9b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x5ae700d9ac1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x5ae6ffb3f412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7e0da462a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7e0da462a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x5ae6ffa623b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)

SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

TEST FAILED on ts-sim-build-ba : network junctions contextual_menu connections clear ( Last six runs Nov2025 )

---------- Differences in errors ----------
0a1,5
> Error: The tls 'JunctionCenter' is not known.
> Error: The tls 'JunctionCenter' is not known.
> Error: The tls 'JunctionCenter' is not known.
> Error: The tls 'JunctionCenter' is not known.
> Quitting (on error).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : selection basic undo_redo ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,73
> 
> =================================================================
> ==782032==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5f61defad821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5f61e03200c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5f61e01f968b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5f61e020cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5f61defb1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7c2c93a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7c2c93a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5f61deed43b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5f61defad821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5f61e03200c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5f61e01f9c9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5f61e020cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5f61defb1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7c2c93a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7c2c93a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5f61deed43b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 96 byte(s) in 4 object(s) allocated from:
>     #0 0x5f61defad821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5f61e01fa29c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:185:36
>     #2 0x5f61e020cc1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5f61defb1412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : selection draws rectangle_medium ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,73
> 
> =================================================================
> ==782044==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5eb50b3fa821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5eb50c76d0c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5eb50c64668b in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5eb50c659c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5eb50b3fe412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71de6142a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71de6142a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5eb50b3213b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5eb50b3fa821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5eb50c76d0c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5eb50c646c9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5eb50c659c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5eb50b3fe412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x71de6142a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x71de6142a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5eb50b3213b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 96 byte(s) in 4 object(s) allocated from:
>     #0 0x5eb50b3fa821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5eb50c64729c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:185:36
>     #2 0x5eb50c659c1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5eb50b3fe412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : selection draws rectangle_small ( Last six runs Nov2025 )

---------- Differences in errors ----------
2a3,317
> 
> =================================================================
> ==782042==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5aa543faf821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5aa5453220c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5aa545256422 in NLHandler::addDistrict(SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1648:43
>     #3 0x5aa545227133 in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:233:17
>     #4 0x5aa546dfbfe8 in GenericSAXHandler::startElement(char16_t const*, char16_t const*, char16_t const*, xercesc_3_2::Attributes const&) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:128:9
>     #5 0x79892b5e63b6 in xercesc_3_2::SAX2XMLReaderImpl::startElement(xercesc_3_2::XMLElementDecl const&, unsigned int, char16_t const*, xercesc_3_2::RefVectorOf<xercesc_3_2::XMLAttr> const&, unsigned long, bool, bool) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e63b6) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #6 0x79892b5997a3 in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1997a3) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x79892b59ba0d in xercesc_3_2::IGXMLScanner::scanContent() (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19ba0d) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x79892b590c87 in xercesc_3_2::IGXMLScanner::scanDocument(xercesc_3_2::InputSource const&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x190c87) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x79892b5e0d42 in xercesc_3_2::SAX2XMLReaderImpl::parse(xercesc_3_2::InputSource const&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1e0d42) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #10 0x5aa546e322c2 in SUMOSAXReader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:118:18
>     #11 0x5aa5470d81b1 in XMLSubSys::runParser(GenericSAXHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, bool, bool, bool) /home/delphi/clangDebug/sumo/src/utils/xml/XMLSubSys.cpp:170:42
>     #12 0x5aa54520693a in NLBuilder::load(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:439:14
>     #13 0x5aa5451fd9fb in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:205:14
>     #14 0x5aa54520ec1d in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #15 0x5aa543fb3412 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #16 0x79892862a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #17 0x79892862a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #18 0x5aa543ed63b4 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x340d3b4) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5aa543faf821 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34e6821) (BuildId: 74eed2a458a34aeb0e89350357be4e69bd451105)
>     #1 0x5aa5453220c7 in NLEdgeControlBuilder::buildEdge(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, SumoXMLEdgeFunc, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, double) /home/delphi/clangDebug/sumo/src/netload/NLEdgeControlBuilder.c
pp:265:12
>     #2 0x5aa5451fbc9a in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

91 TESTS had known bugs (Test needed #3045) on ts-sim-build-ba :

#3045
(This bug was triggered by text found in file 'errors' matching 'File 'net.netedit' is not accessible')
---------- New result in errors ----------
Error: File 'net.netedit' is not accessible (No such file or directory).
Quitting (on error).
elements additionals access busstop fix ( Last six runs Nov2025 )
elements additionals access containerstop fix ( Last six runs Nov2025 )
elements additionals access trainstop fix ( Last six runs Nov2025 )
elements additionals calibrator delete ( Last six runs Nov2025 )
elements additionals calibratorflow create ( Last six runs Nov2025 )
elements additionals calibratorflow delete ( Last six runs Nov2025 )
elements additionals calibratorflow inspect ( Last six runs Nov2025 )
elements additionals calibratorflow inspect_selection ( Last six runs Nov2025 )
elements additionals calibratorflow volatilerecomputing ( Last six runs Nov2025 )
elements additionals calibratorlane delete ( Last six runs Nov2025 )
elements additionals detentry fix ( Last six runs Nov2025 )
elements additionals detexit fix ( Last six runs Nov2025 )
elements additionals e1detector fix ( Last six runs Nov2025 )
elements additionals e1instantdetector fix ( Last six runs Nov2025 )
elements additionals e2detector fix ( Last six runs Nov2025 )
elements additionals e2multilanedetector fix ( Last six runs Nov2025 )
elements additionals e3detector fix ( Last six runs Nov2025 )
elements additionals rerouter contextual_menu ( Last six runs Nov2025 )
elements additionals rerouter create ( Last six runs Nov2025 )
elements additionals rerouter delete ( Last six runs Nov2025 )
elements additionals rerouter inspect ( Last six runs Nov2025 )
elements additionals rerouter inspect_selection ( Last six runs Nov2025 )
elements additionals rerouter move ( Last six runs Nov2025 )
elements additionals rerouter volatile_recomputing ( Last six runs Nov2025 )
elements additionals rerouterelements closinglanereroute create ( Last six runs Nov2025 )
elements additionals rerouterelements closinglanereroute delete ( Last six runs Nov2025 )
elements additionals rerouterelements closinglanereroute inspect ( Last six runs Nov2025 )
elements additionals rerouterelements closinglanereroute inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements closinglanereroute volatilerecomputing ( Last six runs Nov2025 )
elements additionals rerouterelements closingreroute create ( Last six runs Nov2025 )
elements additionals rerouterelements closingreroute delete ( Last six runs Nov2025 )
elements additionals rerouterelements closingreroute inspect ( Last six runs Nov2025 )
elements additionals rerouterelements closingreroute inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements closingreroute volatilerecomputing ( Last six runs Nov2025 )
elements additionals rerouterelements destprobreroute create ( Last six runs Nov2025 )
elements additionals rerouterelements destprobreroute delete ( Last six runs Nov2025 )
elements additionals rerouterelements destprobreroute inspect ( Last six runs Nov2025 )
elements additionals rerouterelements destprobreroute inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements destprobreroute volatilerecomputing ( Last six runs Nov2025 )
elements additionals rerouterelements interval create ( Last six runs Nov2025 )
elements additionals rerouterelements interval delete ( Last six runs Nov2025 )
elements additionals rerouterelements interval inspect ( Last six runs Nov2025 )
elements additionals rerouterelements interval inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements interval volatilerecomputing ( Last six runs Nov2025 )
elements additionals rerouterelements parkingareareroute create ( Last six runs Nov2025 )
elements additionals rerouterelements parkingareareroute delete ( Last six runs Nov2025 )
elements additionals rerouterelements parkingareareroute inspect ( Last six runs Nov2025 )
elements additionals rerouterelements parkingareareroute inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements parkingareareroute volatilerecomputing ( Last six runs Nov2025 )
elements additionals rerouterelements routeprobreroute create ( Last six runs Nov2025 )
elements additionals rerouterelements routeprobreroute delete ( Last six runs Nov2025 )
elements additionals rerouterelements routeprobreroute inspect ( Last six runs Nov2025 )
elements additionals rerouterelements routeprobreroute inspect_selection ( Last six runs Nov2025 )
elements additionals rerouterelements routeprobreroute volatilerecomputing ( Last six runs Nov2025 )
elements additionals variablespeedsign contextual_menu ( Last six runs Nov2025 )
elements additionals variablespeedsign create ( Last six runs Nov2025 )
elements additionals variablespeedsign delete ( Last six runs Nov2025 )
elements additionals variablespeedsign inspect ( Last six runs Nov2025 )
elements additionals variablespeedsign inspect_selection ( Last six runs Nov2025 )
elements additionals variablespeedsign move ( Last six runs Nov2025 )
elements additionals variablespeedsign volatile_recomputing ( Last six runs Nov2025 )
elements demands container fix ( Last six runs Nov2025 )
elements demands containerflow fix ( Last six runs Nov2025 )
elements demands containerplan tranship edges ( Last six runs Nov2025 )
elements demands flow fix ( Last six runs Nov2025 )
elements demands flow_embedded fix ( Last six runs Nov2025 )
elements demands flow_junctions fix ( Last six runs Nov2025 )
elements demands person fix ( Last six runs Nov2025 )
elements demands personflow fix ( Last six runs Nov2025 )
elements demands personplan walk edges ( Last six runs Nov2025 )
elements demands personplan walk route ( Last six runs Nov2025 )
elements demands routeflow fix ( Last six runs Nov2025 )
elements demands trip fix ( Last six runs Nov2025 )
elements demands trip_junctions fix ( Last six runs Nov2025 )
elements demands vehicle fix ( Last six runs Nov2025 )
elements demands vehicle_embedded fix ( Last six runs Nov2025 )
elements shapes poilane create frame latlon ( Last six runs Nov2025 )
elements shapes poilane create frame lonlat ( Last six runs Nov2025 )
network edges contextual_menu lane_operations set_custom_lane_shape ( Last six runs Nov2025 )
network junctions contextual_menu set_custom_junction_shape ( Last six runs Nov2025 )
network lanes delete ( Last six runs Nov2025 )
network lanes move ( Last six runs Nov2025 )
network trafficlights joined attributes E1 ( Last six runs Nov2025 )
network trafficlights joined file load ( Last six runs Nov2025 )
network trafficlights joined file save ( Last six runs Nov2025 )
network trafficlights joined programs select ( Last six runs Nov2025 )
network trafficlights single attributes E1 ( Last six runs Nov2025 )
network trafficlights single file load ( Last six runs Nov2025 )
network trafficlights single file save ( Last six runs Nov2025 )
network trafficlights single programs select ( Last six runs Nov2025 )
selection operations clear_shortcut ( Last six runs Nov2025 )

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands flow inspect_selection poisson ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect flow_attributes poisson ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
4584,6030d4583
< Warning: Person 'pf_0.7343' is jammed on edge 'Edge0', time=3142.00.
< Warning: Person 'pf_0.7344' is jammed on edge 'Edge0', time=3142.00.
< Warning: Person 'pf_0.7345' is jammed on edge 'Edge0', time=3142.00.
< Warning: Person 'pf_0.7346' is jammed on edge 'Edge0', time=3142.00.
< Warning: Person 'pf_0.7347' is jammed on edge 'Edge0', time=3143.00.
< Warning: Person 'pf_0.7348' is jammed on edge 'Edge0', time=3144.00.
< Warning: Person 'pf_0.7349' is jammed on edge 'Edge0', time=3144.00.
< Warning: Person 'pf_0.7350' is jammed on edge 'Edge0', time=3145.00.
< Warning: Person 'pf_0.7351' is jammed on edge 'Edge0', time=3145.00.
< Warning: Person 'pf_0.5960' is jammed on edge 'Edge0', time=3146.00.
< Warning: Person 'pf_0.6416' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7352' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7353' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7354' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7355' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7356' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.7357' is jammed on edge 'Edge0', time=3147.00.
< Warning: Person 'pf_0.5807' is jammed on edge 'Edge0', time=3148.00.
< Warning: Person 'pf_0.5350' is jammed on edge 'Edge0', time=3148.00.
< Warning: Person 'pf_0.6139' is jammed on edge 'Edge0', time=3148.00.
< Warning: Person 'pf_0.7358' is jammed on edge 'Edge0', time=3149.00.
< Warning: Person 'pf_0.7359' is jammed on edge 'Edge0', time=3149.00.
< Warning: Person 'pf_0.7360' is jammed on edge 'Edge0', time=3149.00.
< Warning: Person 'pf_0.5990' is jammed on edge 'Edge0', time=3150.00.
< Warning: Person 'pf_0.7361' is jammed on edge 'Edge0', time=3150.00.
< Warning: Person 'pf_0.7362' is jammed on edge 'Edge0', time=3150.00.
< Warning: Person 'pf_0.7363' is jammed on edge 'Edge0', time=3151.00.
< Warning: Person 'pf_0.7364' is jammed on edge 'Edge0', time=3151.00.
< Warning: Person 'pf_0.7365' is jammed on edge 'Edge0', time=3151.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection color ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6489,10315d6488
< Warning: Person 'pf_1.7478' is jammed on edge 'Edge1', time=2633.00.
< Warning: Person 'pf_1.7479' is jammed on edge 'Edge1', time=2633.00.
< Warning: Person 'pf_1.7480' is jammed on edge 'Edge1', time=2633.00.
< Warning: Person 'pf_1.7481' is jammed on edge 'Edge1', time=2634.00.
< Warning: Person 'pf_1.7482' is jammed on edge 'Edge1', time=2634.00.
< Warning: Person 'pf_1.7483' is jammed on edge 'Edge1', time=2634.00.
< Warning: Person 'pf_1.7484' is jammed on edge 'Edge1', time=2635.00.
< Warning: Person 'pf_1.7485' is jammed on edge 'Edge1', time=2635.00.
< Warning: Person 'pf_1.7486' is jammed on edge 'Edge1', time=2635.00.
< Warning: Person 'pf_1.7487' is jammed on edge 'Edge1', time=2635.00.
< Warning: Person 'pf_1.5424' is jammed on edge 'Edge1', time=2636.00.
< Warning: Person 'pf_1.7488' is jammed on edge 'Edge1', time=2636.00.
< Warning: Person 'pf_1.7489' is jammed on edge 'Edge1', time=2636.00.
< Warning: Person 'pf_1.7490' is jammed on edge 'Edge1', time=2636.00.
< Warning: Person 'pf_1.6393' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7491' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7492' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7493' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_0.425' is jammed on edge ':Junction1_w1', time=2638.00.
< Warning: Person 'pf_1.7494' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7495' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7496' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7497' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7498' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7499' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7500' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_0.450' is jammed on edge ':Junction1_w1', time=2640.00.
< Warning: Person 'pf_1.7501' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_1.7502' is jammed on edge 'Edge1', time=2640.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection departpos ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
9253,9853d9252
< Warning: Person 'pf_1.10013' is jammed on edge 'Edge1', time=3419.00.
< Warning: Person 'pf_1.10014' is jammed on edge 'Edge1', time=3419.00.
< Warning: Person 'pf_1.10015' is jammed on edge 'Edge1', time=3419.00.
< Warning: Person 'pf_1.10016' is jammed on edge 'Edge1', time=3419.00.
< Warning: Person 'pf_1.10017' is jammed on edge 'Edge1', time=3420.00.
< Warning: Person 'pf_1.10018' is jammed on edge 'Edge1', time=3420.00.
< Warning: Person 'pf_1.10019' is jammed on edge 'Edge1', time=3420.00.
< Warning: Person 'pf_1.10020' is jammed on edge 'Edge1', time=3421.00.
< Warning: Person 'pf_1.10021' is jammed on edge 'Edge1', time=3421.00.
< Warning: Person 'pf_1.10022' is jammed on edge 'Edge1', time=3421.00.
< Warning: Person 'pf_1.10023' is jammed on edge 'Edge1', time=3422.00.
< Warning: Person 'pf_1.10024' is jammed on edge 'Edge1', time=3422.00.
< Warning: Person 'pf_1.10025' is jammed on edge 'Edge1', time=3422.00.
< Warning: Person 'pf_1.8635' is jammed on edge 'Edge1', time=3423.00.
< Warning: Person 'pf_1.10026' is jammed on edge 'Edge1', time=3423.00.
< Warning: Person 'pf_1.10027' is jammed on edge 'Edge1', time=3423.00.
< Warning: Person 'pf_1.10028' is jammed on edge 'Edge1', time=3423.00.
< Warning: Person 'pf_1.10029' is jammed on edge 'Edge1', time=3423.00.
< Warning: Person 'pf_1.10030' is jammed on edge 'Edge1', time=3424.00.
< Warning: Person 'pf_1.10031' is jammed on edge 'Edge1', time=3424.00.
< Warning: Person 'pf_1.10032' is jammed on edge 'Edge1', time=3424.00.
< Warning: Person 'pf_1.9052' is jammed on edge 'Edge1', time=3425.00.
< Warning: Person 'pf_1.10033' is jammed on edge 'Edge1', time=3425.00.
< Warning: Person 'pf_1.10034' is jammed on edge 'Edge1', time=3425.00.
< Warning: Person 'pf_1.10035' is jammed on edge 'Edge1', time=3425.00.
< Warning: Person 'pf_1.10036' is jammed on edge 'Edge1', time=3426.00.
< Warning: Person 'pf_1.10037' is jammed on edge 'Edge1', time=3426.00.
< Warning: Person 'pf_1.10038' is jammed on edge 'Edge1', time=3426.00.
< Warning: Person 'pf_1.10040' is jammed on edge 'Edge1', time=3427.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection flow_attributes begin float ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6580,10388d6579
< Warning: Person 'pf_1.7497' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7498' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7499' is jammed on edge 'Edge1', time=2637.00.
< Warning: Person 'pf_1.7500' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7501' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7502' is jammed on edge 'Edge1', time=2638.00.
< Warning: Person 'pf_1.7503' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7504' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7505' is jammed on edge 'Edge1', time=2639.00.
< Warning: Person 'pf_1.7506' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_1.7507' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_1.7508' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_1.7509' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_1.7510' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7511' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7512' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7513' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7514' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7515' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7516' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_1.7517' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_1.7518' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_1.6218' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7519' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7520' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7521' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7522' is jammed on edge 'Edge1', time=2645.00.
< Warning: Person 'pf_1.7523' is jammed on edge 'Edge1', time=2645.00.
< Warning: Person 'pf_1.7524' is jammed on edge 'Edge1', time=2645.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection flow_attributes poisson ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
5318,15323d5317
< Warning: Person 'pf_0.2996' is jammed on edge 'Edge0', time=2038.00.
< Warning: Person 'pf_0.4462' is jammed on edge 'Edge0', time=2038.00.
< Warning: Person 'pf_0.4463' is jammed on edge 'Edge0', time=2038.00.
< Warning: Person 'pf_0.4464' is jammed on edge 'Edge0', time=2038.00.
< Warning: Person 'pf_1.4363' is jammed on edge 'Edge1', time=2038.00.
< Warning: Person 'pf_1.4364' is jammed on edge 'Edge1', time=2038.00.
< Warning: Person 'pf_1.4365' is jammed on edge 'Edge1', time=2039.00.
< Warning: Person 'pf_1.4366' is jammed on edge 'Edge1', time=2039.00.
< Warning: Person 'pf_1.4367' is jammed on edge 'Edge1', time=2039.00.
< Warning: Person 'pf_0.4465' is jammed on edge 'Edge0', time=2040.00.
< Warning: Person 'pf_0.4466' is jammed on edge 'Edge0', time=2040.00.
< Warning: Person 'pf_1.4368' is jammed on edge 'Edge1', time=2040.00.
< Warning: Person 'pf_1.4369' is jammed on edge 'Edge1', time=2040.00.
< Warning: Person 'pf_1.4370' is jammed on edge 'Edge1', time=2040.00.
< Warning: Person 'pf_0.4467' is jammed on edge 'Edge0', time=2041.00.
< Warning: Person 'pf_0.4468' is jammed on edge 'Edge0', time=2041.00.
< Warning: Person 'pf_0.4469' is jammed on edge 'Edge0', time=2041.00.
< Warning: Person 'pf_1.4371' is jammed on edge 'Edge1', time=2041.00.
< Warning: Person 'pf_1.4372' is jammed on edge 'Edge1', time=2041.00.
< Warning: Person 'pf_1.4373' is jammed on edge 'Edge1', time=2041.00.
< Warning: Person 'pf_0.4471' is jammed on edge 'Edge0', time=2042.00.
< Warning: Person 'pf_1.4374' is jammed on edge 'Edge1', time=2042.00.
< Warning: Person 'pf_1.4375' is jammed on edge 'Edge1', time=2042.00.
< Warning: Person 'pf_0.3090' is jammed on edge 'Edge0', time=2043.00.
< Warning: Person 'pf_0.1878' is jammed on edge 'Edge0', time=2043.00.
< Warning: Person 'pf_0.3016' is jammed on edge 'Edge0', time=2043.00.
< Warning: Person 'pf_0.1908' is jammed on edge 'Edge0', time=2043.00.
< Warning: Person 'pf_0.3061' is jammed on edge 'Edge0', time=2043.00.
< Warning: Person 'pf_0.4472' is jammed on edge 'Edge0', time=2043.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection parameters ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6323,10315d6322
< Warning: Person 'pf_1.7317' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7318' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7319' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7320' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7321' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7322' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7323' is jammed on edge 'Edge1', time=2585.00.
< Warning: Person 'pf_1.7324' is jammed on edge 'Edge1', time=2585.00.
< Warning: Person 'pf_1.7325' is jammed on edge 'Edge1', time=2585.00.
< Warning: Person 'pf_1.6117' is jammed on edge 'Edge1', time=2586.00.
< Warning: Person 'pf_1.7326' is jammed on edge 'Edge1', time=2586.00.
< Warning: Person 'pf_1.7327' is jammed on edge 'Edge1', time=2586.00.
< Warning: Person 'pf_1.7328' is jammed on edge 'Edge1', time=2586.00.
< Warning: Person 'pf_1.7329' is jammed on edge 'Edge1', time=2586.00.
< Warning: Person 'pf_1.7330' is jammed on edge 'Edge1', time=2587.00.
< Warning: Person 'pf_1.7331' is jammed on edge 'Edge1', time=2587.00.
< Warning: Person 'pf_1.7332' is jammed on edge 'Edge1', time=2587.00.
< Warning: Person 'pf_1.7333' is jammed on edge 'Edge1', time=2588.00.
< Warning: Person 'pf_1.7334' is jammed on edge 'Edge1', time=2588.00.
< Warning: Person 'pf_1.7335' is jammed on edge 'Edge1', time=2588.00.
< Warning: Person 'pf_1.7336' is jammed on edge 'Edge1', time=2589.00.
< Warning: Person 'pf_1.7337' is jammed on edge 'Edge1', time=2589.00.
< Warning: Person 'pf_1.7338' is jammed on edge 'Edge1', time=2589.00.
< Warning: Person 'pf_1.7339' is jammed on edge 'Edge1', time=2590.00.
< Warning: Person 'pf_1.7340' is jammed on edge 'Edge1', time=2590.00.
< Warning: Person 'pf_1.7341' is jammed on edge 'Edge1', time=2590.00.
< Warning: Person 'pf_1.7342' is jammed on edge 'Edge1', time=2591.00.
< Warning: Person 'pf_1.7343' is jammed on edge 'Edge1', time=2591.00.
< Warning: Person 'pf_1.7344' is jammed on edge 'Edge1', time=2591.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : elements demands personflow inspect_selection type ( Last six runs Nov2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
263646,264135d263645
< Warning: Collision of person 'pf_1.9814' and person 'pf_1.9830', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9812' and person 'pf_1.9830', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9812' and person 'pf_1.9814', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9830', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9814', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9812', lane=':Junction2_0_0', time=3584.00.
< Warning: Collision of person 'pf_1.9810' and person 'pf_1.9821', lane='Edge1_1', time=3584.00.
< Warning: Person 'pf_1.10546' is jammed on edge 'Edge1', time=3584.00.
< Warning: Person 'pf_1.10547' is jammed on edge 'Edge1', time=3584.00.
< Warning: Person 'pf_1.10548' is jammed on edge 'Edge1', time=3584.00.
< Warning: Collision of person 'pf_1.10319' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.10264' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.10264' and person 'pf_1.10319', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.10036' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.10036' and person 'pf_1.10319', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.10036' and person 'pf_1.10264', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10319', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10264', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10036', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10319', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10264', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10036', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.9967', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10365', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10319', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10264', lane='Edge2_1', time=3584.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10036', lane='Edge2_1', time=3584.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.