13Oct25rv1_24_0+1387-9bb551d9cce - 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.31Oct071122.3880252 -g

To start TextTest for these tests, run:

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


default: 8100 tests: 7918 succeeded 91 known bugs 83 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 Oct2025 )

---------- Differences in errors ----------
2a3,18
> 
> =================================================================
> ==1009680==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5a4778cfc281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a4779f81811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5a4779f79fda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5a4779f69c5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5a4779f80ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5a4778cffe72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7f60a042a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7f60a042a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5a4778c22e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )
basic overlapping previous ( Last six runs Oct2025 )

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 Oct2025 )
elements additionals containerstop create additionalfile ( Last six runs Oct2025 )
elements additionals trainstop create additionalfile ( Last six runs Oct2025 )

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 Oct2025 )
elements additionals busstop inspect additionalfile dialog ( Last six runs Oct2025 )
elements additionals busstop inspect_selection additionalfile basic ( Last six runs Oct2025 )
elements additionals busstop inspect_selection additionalfile dialog ( Last six runs Oct2025 )
elements additionals containerstop inspect additionalfile basic ( Last six runs Oct2025 )
elements additionals containerstop inspect additionalfile dialog ( Last six runs Oct2025 )
elements additionals containerstop inspect_selection additionalfile basic ( Last six runs Oct2025 )
elements additionals containerstop inspect_selection additionalfile dialog ( Last six runs Oct2025 )
elements additionals trainstop inspect additionalfile basic ( Last six runs Oct2025 )
elements additionals trainstop inspect additionalfile dialog ( Last six runs Oct2025 )
elements additionals trainstop inspect_selection additionalfile basic ( Last six runs Oct2025 )
elements additionals trainstop inspect_selection additionalfile dialog ( Last six runs Oct2025 )

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

---------- 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
> 
> =================================================================
> ==1027136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x6365ca2cd281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6365cb552811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x6365cb54afda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x6365cb53ac5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x6365cb551ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x6365ca2d0e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7b9ac122a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7b9ac122a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x6365ca1f3e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).

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

---------- Differences in errors ----------
0a1
> Warning: Vehicle 'f_0.0' left e3Detector 'e3_0' without entering it, time=17.00.
2,4c3,4
< Warning: Vehicle 'f_0.0' left e3Detector 'e3_0' without entering it, time=18.00.
< Warning: Vehicle 'f_0.0' arrived inside e3Detector 'e3_0', time=21.00.
< Warning: Vehicle 'f_0.1' left e3Detector 'e3_0' without entering it, time=39.00.
---
> Warning: Vehicle 'f_0.0' arrived inside e3Detector 'e3_0', time=20.00.
> Warning: Vehicle 'f_0.1' left e3Detector 'e3_0' without entering it, time=38.00.
6c6,7
< Warning: Vehicle 'f_0.1' arrived inside e3Detector 'e3_0', time=42.00.
---
> Warning: Vehicle 'f_0.1' arrived inside e3Detector 'e3_0', time=41.00.
> Warning: Vehicle 'f_0.2' left e3Detector 'e3_0' without entering it, time=57.00.
8,9c9,10
< Warning: Vehicle 'f_0.2' left e3Detector 'e3_0' without entering it, time=59.00.
< Warning: Vehicle 'f_0.2' arrived inside e3Detector 'e3_0', time=61.00.
---
> Warning: Vehicle 'f_0.2' arrived inside e3Detector 'e3_0', time=60.00.
> Warning: Vehicle 'f_0.3' left e3Detector 'e3_0' without entering it, time=77.00.
11,12c12
< Warning: Vehicle 'f_0.3' left e3Detector 'e3_0' without entering it, time=78.00.
< Warning: Vehicle 'f_0.3' arrived inside e3Detector 'e3_0', time=80.00.
---
> Warning: Vehicle 'f_0.3' arrived inside e3Detector 'e3_0', time=79.00.
18a19
> Warning: Vehicle 'f_0.6' left e3Detector 'e3_0' without entering it, time=137.00.
20,21c21
< Warning: Vehicle 'f_0.6' left e3Detector 'e3_0' without entering it, time=139.00.
< Warning: Vehicle 'f_0.6' arrived inside e3Detector 'e3_0', time=141.00.
<truncated after showing first 30 lines>
elements additionals detentry volatile_recomputing ( Last six runs Oct2025 )
elements additionals e3detector volatile_recomputing ( Last six runs Oct2025 )

TEST FAILED on ts-sim-build-ba : elements additionals e2detector inspect_selection tl ( Last six runs Oct2025 )

---------- Differences in errors ----------
0a1
> Warning: Missing arguments 'length'/'endPos' for E2Detector 'E2_A'. Assuming detector end == lane end of lane 'EdgeCenter0_0'.

8 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 Oct2025 )
network crossings with_tls delete junction ( Last six runs Oct2025 )
network crossings without_tls delete junction ( Last six runs Oct2025 )
network edges bugs ticket1711 ( Last six runs Oct2025 )
network lanes select_vtypes disallowed rail ( Last six runs Oct2025 )
network trafficlights bugs ticket10588 ( Last six runs Oct2025 )
processing join_selected_junction different_position ( Last six runs Oct2025 )
processing join_selected_junction same_position ( Last six runs Oct2025 )

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

---------- 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1059465==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x560be3d92281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x560be512a197 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 0x560be500374d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x560be5016ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x560be3d95e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x78a70282a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x78a70282a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x560be3cb8e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x560be3d92281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x560be512a197 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 0x560be5003d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x560be5016ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x560be3d95e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x78a70282a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x78a70282a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x560be3cb8e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x560be3d92281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x560be50041ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x560be5016ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x560be3d95e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1059511==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x56a66580b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x56a666ba3197 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 0x56a666a7c74d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x56a666a8fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x56a66580ee72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x70982402a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x70982402a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x56a665731e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x56a66580b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x56a666ba3197 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 0x56a666a7cd5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x56a666a8fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x56a66580ee72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x70982402a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x70982402a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x56a665731e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x56a66580b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x56a666a7d1ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x56a666a8fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x56a66580ee72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1059867==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x568a0e354281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x568a0f6ec197 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 0x568a0f5c574d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x568a0f5d8ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x568a0e357e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7693fee2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7693fee2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x568a0e27ae14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x568a0e354281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x568a0f6ec197 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 0x568a0f5c5d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x568a0f5d8ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x568a0e357e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7693fee2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7693fee2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x568a0e27ae14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x568a0e354281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x568a0f5c61ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x568a0f5d8ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x568a0e357e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1059939==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x61950749e281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x619508836197 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 0x61950870f74d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x619508722ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x6195074a1e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x76f5b7e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x76f5b7e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6195073c4e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x61950749e281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x619508836197 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 0x61950870fd5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x619508722ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x6195074a1e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x76f5b7e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x76f5b7e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6195073c4e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x61950749e281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6195087101ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x619508722ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x6195074a1e72 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 flow_embedded inspect_selection poisson ( Last six runs Oct2025 )

---------- Differences in errors ----------
96c96
< Warning: Vehicle 'flowA.92' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.91' will not be able to arrive with the given speed!
99a100
> Warning: Vehicle 'flowA.95' will not be able to arrive at the given lane 'Edge2_0'!
101d101
< Warning: Vehicle 'flowA.96' will not be able to arrive at the given lane 'Edge2_0'!
105c105
< Warning: Vehicle 'flowA.99' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.99' will not be able to arrive at the given lane 'Edge2_0'!
111c111
< Warning: Vehicle 'flowA.105' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.104' will not be able to arrive with the given speed!
114c114
< Warning: Vehicle 'flowA.107' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.107' will not be able to arrive at the given lane 'Edge2_0'!
130c130,131
< Warning: Vehicle 'flowA.123' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.122' will not be able to arrive with the given speed!
> Warning: Vehicle 'flowA.124' will not be able to arrive at the given lane 'Edge2_0'!
132d132
< Warning: Vehicle 'flowA.124' will not be able to arrive with the given speed!
141c141,142
< Warning: Vehicle 'flowA.133' will not be able to arrive at the given lane 'Edge2_0'!
---
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands flow_embedded load route ( Last six runs Oct2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==1045285==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x637170448281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6371716cd811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x6371716c5fda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x6371716b5c5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x6371716ccceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x63717044be72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7eb2e622a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7eb2e622a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x63717036ee14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : elements demands flow_junctions inspect_selection poisson ( Last six runs Oct2025 )

---------- Differences in errors ----------
151d150
< Warning: Vehicle 'flowA.69' will not be able to arrive with the given speed!
153c152,153
< Warning: Vehicle 'flowA.69' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.69' will not be able to arrive at the given lane 'Edge2_0'!
> Warning: Vehicle 'flowA.70' will not be able to arrive at the given lane 'Edge2_0'!
159,160c159
< Warning: Vehicle 'flowA.72' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.73' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.73' will not be able to arrive with the given speed!
161a161
> Warning: Vehicle 'flowA.73' will not be able to arrive with the given speed!
171d170
< Warning: Vehicle 'flowA.78' will not be able to arrive with the given speed!
173c172,173
< Warning: Vehicle 'flowA.78' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.78' will not be able to arrive at the given lane 'Edge2_0'!
> Warning: Vehicle 'flowA.79' will not be able to arrive at the given lane 'Edge2_0'!
177,178c177
< Warning: Vehicle 'flowA.80' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.81' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.81' will not be able to arrive with the given speed!
179a179
> Warning: Vehicle 'flowA.81' will not be able to arrive with the given speed!
203a204,209
> Warning: Vehicle 'flowA.94' will not be able to arrive at the given lane 'Edge2_0'!
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : elements demands flow_taz inspect_selection poisson ( Last six runs Oct2025 )

---------- Differences in errors ----------
151d150
< Warning: Vehicle 'flowA.69' will not be able to arrive with the given speed!
153c152,153
< Warning: Vehicle 'flowA.69' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.69' will not be able to arrive at the given lane 'Edge5_0'!
> Warning: Vehicle 'flowA.70' will not be able to arrive at the given lane 'Edge5_0'!
158,160d157
< Warning: Choosing new speed factor 1.22 for vehicle 'flowA.69' to match departure speed 12.00 (max 11.43).
< Warning: Vehicle 'flowA.72' will not be able to arrive at the given lane 'Edge5_0'!
< Warning: Vehicle 'flowA.72' will not be able to arrive at the given lane 'Edge5_0'!
161a159,161
> Warning: Vehicle 'flowA.73' will not be able to arrive with the given speed!
> Warning: Vehicle 'flowA.72' will not be able to arrive at the given lane 'Edge5_0'!
> Warning: Vehicle 'flowA.73' will not be able to arrive with the given speed!
164c164
< Warning: Vehicle 'flowA.74' will not be able to arrive at the given lane 'Edge5_0'!
---
> Warning: Choosing new speed factor 1.26 for vehicle 'flowA.73' to match departure speed 12.00 (max 11.43).
172d171
< Warning: Vehicle 'flowA.78' will not be able to arrive with the given speed!
174c173,174
< Warning: Vehicle 'flowA.78' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.78' will not be able to arrive at the given lane 'Edge5_0'!
> Warning: Vehicle 'flowA.79' will not be able to arrive at the given lane 'Edge5_0'!
178,179c178
< Warning: Vehicle 'flowA.80' will not be able to arrive at the given lane 'Edge5_0'!
< Warning: Vehicle 'flowA.81' will not be able to arrive at the given lane 'Edge5_0'!
---
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1045870==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x633c6d8ae281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x633c6ec46197 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 0x633c6eb1f74d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x633c6eb32ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x633c6d8b1e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7feee9c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7feee9c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x633c6d7d4e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x633c6d8ae281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x633c6ec46197 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 0x633c6eb1fd5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x633c6eb32ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x633c6d8b1e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7feee9c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7feee9c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x633c6d7d4e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x633c6d8ae281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x633c6eb201ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x633c6eb32ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x633c6d8b1e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1045904==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x6154b119b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6154b2533197 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 0x6154b240c74d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x6154b241fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x6154b119ee72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7f16e882a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7f16e882a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6154b10c1e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x6154b119b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6154b2533197 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 0x6154b240cd5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x6154b241fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x6154b119ee72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7f16e882a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7f16e882a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x6154b10c1e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x6154b119b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6154b240d1ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x6154b241fceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x6154b119ee72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1046403==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5a496cdd5281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a496e16d197 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 0x5a496e04674d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5a496e059ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5a496cdd8e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7896e662a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7896e662a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5a496ccfbe14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x5a496cdd5281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a496e16d197 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 0x5a496e046d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5a496e059ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5a496cdd8e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x7896e662a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x7896e662a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5a496ccfbe14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x5a496cdd5281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a496e0471ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x5a496e059ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5a496cdd8e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,99
> 
> =================================================================
> ==1046505==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x59b8381c3281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x59b83955b197 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 0x59b83943474d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x59b839447ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x59b8381c6e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x73fbba62a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x73fbba62a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x59b8380e9e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x59b8381c3281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x59b83955b197 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 0x59b839434d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x59b839447ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x59b8381c6e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x73fbba62a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x73fbba62a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x59b8380e9e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x59b8381c3281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x59b8394351ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
>     #2 0x59b839447ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x59b8381c6e72 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 Oct2025 )

---------- 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 routeflow inspect_selection parameters ( Last six runs Oct2025 )

---------- Differences in errors ----------
1,14d0
< Warning: Vehicle 'flowA.0' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.1' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.2' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.3' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.4' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.5' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.6' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.7' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.8' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.9' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.10' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.11' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.12' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.12' will not be able to arrive with the given speed!

TEST FAILED on ts-sim-build-ba : elements demands vehicle_embedded load route ( Last six runs Oct2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==1035033==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5866ccbef281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5866cde74811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5866cde6cfda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5866cde5cc5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5866cde73ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5866ccbf2e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x74ff9522a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x74ff9522a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5866ccb15e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

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

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5bcdef1b6281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5bcdf06857bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5bcdef906a98 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 0x5bcdef5328cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5bcdf1e0d814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5bcdf202402b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7575ac3e68f2 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 0x7575ac39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7575ac39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5bcdf2059033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5bcdf1e2092b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5bcdf1e21a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5bcdef1e0832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5bcdf043ade3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5bcdef1b9e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7575a922a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7575a922a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5bcdef0dce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032014==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x58b44eba5281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x58b4500747bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x58b44f2f5a98 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 0x58b44ef218cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x58b4517fc814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x58b451a1302b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x77b4a0be68f2 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 0x77b4a0b9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x77b4a0b9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x58b451a48033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x58b45180f92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x58b451810a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x58b44ebcf832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x58b44fe29de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x58b44eba8e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x77b49da2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x77b49da2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x58b44eacbe14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031967==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5b615de63281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5b615f3327bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5b615e5b3a98 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 0x5b615e1df8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5b6160aba814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5b6160cd102b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x77a6ecde68f2 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 0x77a6ecd9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x77a6ecd9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5b6160d06033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5b6160acd92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5b6160acea8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5b615de8d832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5b615f0e7de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5b615de66e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x77a6e9e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x77a6e9e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5b615dd89e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031973==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5e4b9b17f281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5e4b9c64e7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5e4b9b8cfa98 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 0x5e4b9b4fb8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5e4b9ddd6814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5e4b9dfed02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7c23aa1e68f2 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 0x7c23aa19985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7c23aa19b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5e4b9e022033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5e4b9dde992b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5e4b9ddeaa8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5e4b9b1a9832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5e4b9c403de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5e4b9b182e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7c23a702a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7c23a702a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5e4b9b0a5e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032070==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5f8176da0281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5f817826f7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5f81774f0a98 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 0x5f817711c8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5f81799f7814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5f8179c0e02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7c5fe4fe68f2 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 0x7c5fe4f9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7c5fe4f9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5f8179c43033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5f8179a0a92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5f8179a0ba8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5f8176dca832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5f8178024de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5f8176da3e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7c5fe1e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7c5fe1e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5f8176cc6e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5a41b4014281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a41b54e37bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5a41b4764a98 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 0x5a41b43908cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5a41b6c6b814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5a41b6e8202b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x752506de68f2 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 0x752506d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x752506d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5a41b6eb7033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5a41b6c7e92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5a41b6c7fa8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5a41b403e832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5a41b5298de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5a41b4017e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x752503e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x752503e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5a41b3f3ae14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x620c6a162281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x620c6b6317bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x620c6a8b2a98 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 0x620c6a4de8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x620c6cdb9814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x620c6cfd002b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7a618b3e68f2 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 0x7a618b39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7a618b39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x620c6d005033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x620c6cdcc92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x620c6cdcda8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x620c6a18c832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x620c6b3e6de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x620c6a165e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7a618842a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7a618842a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x620c6a088e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032052==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x579cca6b8281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x579ccbb877bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x579ccae08a98 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 0x579ccaa348cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x579ccd30f814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x579ccd52602b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7b195f9e68f2 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 0x7b195f99985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7b195f99b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x579ccd55b033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x579ccd32292b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x579ccd323a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x579cca6e2832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x579ccb93cde3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x579cca6bbe72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7b195c82a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7b195c82a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x579cca5dee14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032048==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x637bb27d7281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x637bb3ca67bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x637bb2f27a98 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 0x637bb2b538cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x637bb542e814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x637bb564502b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7e032a9e68f2 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 0x7e032a99985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7e032a99b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x637bb567a033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x637bb544192b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x637bb5442a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x637bb2801832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x637bb3a5bde3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x637bb27dae72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7e0327a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7e0327a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x637bb26fde14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x561ae1afc281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x561ae2fcb7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x561ae224ca98 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 0x561ae1e788cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x561ae4753814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x561ae496a02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x775948de68f2 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 0x775948d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x775948d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x561ae499f033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x561ae476692b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x561ae4767a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x561ae1b26832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x561ae2d80de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x561ae1affe72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x775945e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x775945e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x561ae1a22e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031992==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x596c25f2f281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x596c273fe7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x596c2667fa98 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 0x596c262ab8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x596c28b86814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x596c28d9d02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7b233c7e68f2 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 0x7b233c79985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7b233c79b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x596c28dd2033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x596c28b9992b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x596c28b9aa8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x596c25f59832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x596c271b3de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x596c25f32e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7b233982a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7b233982a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x596c25e55e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032013==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 576 byte(s) in 3 object(s) allocated from:
>     #0 0x57757227f281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x57757374e7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5775729cfa98 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 0x5775725fb8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x577574ed6814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5775750ed02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x73d8e47e68f2 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 0x73d8e479985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x73d8e479b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x577575122033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x577574ee992b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x577574eeaa8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5775722a9832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x577573503de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x577572282e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x73d8e182a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x73d8e182a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5775721a5e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1031999==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x565985476281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5659869457bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x565985bc6a98 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 0x5659857f28cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5659880cd814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5659882e402b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x77dc3ede68f2 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 0x77dc3ed9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x77dc3ed9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x565988319033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5659880e092b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5659880e1a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5659854a0832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5659866fade3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x565985479e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x77dc3be2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x77dc3be2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x56598539ce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x5d26dc83d281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5d26ddd0c7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x5d26dcf8da98 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 0x5d26dcbb98cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x5d26df494814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x5d26df6ab02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7e2ec73e68f2 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 0x7e2ec739985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7e2ec739b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x5d26df6e0033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x5d26df4a792b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x5d26df4a8a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x5d26dc867832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x5d26ddac1de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x5d26dc840e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7e2ec442a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7e2ec442a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x5d26dc763e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032031==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x55beba246281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x55bebb7157bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x55beba996a98 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 0x55beba5c28cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x55bebce9d814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x55bebd0b402b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7aac0d3e68f2 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 0x7aac0d39985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7aac0d39b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x55bebd0e9033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x55bebceb092b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x55bebceb1a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x55beba270832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x55bebb4cade3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x55beba249e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7aac0a42a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7aac0a42a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x55beba16ce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032023==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x6101ca4ae281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x6101cb97d7bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x6101cabfea98 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 0x6101ca82a8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x6101cd105814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x6101cd31c02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7078913e68f2 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 0x70789139985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x70789139b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x6101cd351033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x6101cd11892b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x6101cd119a8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x6101ca4d8832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x6101cb732de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x6101ca4b1e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x70788e22a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x70788e22a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x6101ca3d4e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032005==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x625c41642281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x625c42b117bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x625c41d92a98 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 0x625c419be8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x625c44299814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x625c444b002b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x74face7e68f2 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 0x74face79985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x74face79b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x625c444e5033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x625c442ac92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x625c442ada8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x625c4166c832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x625c428c6de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x625c41645e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x74facb62a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x74facb62a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x625c41568e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,25
> 
> =================================================================
> ==1032012==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 768 byte(s) in 4 object(s) allocated from:
>     #0 0x63a711ad1281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x63a712fa07bb in MSCFModel_CC::MSCFModel_CC(MSVehicleType const*) /home/delphi/clangDebug/sumo/src/microsim/cfmodels/MSCFModel_CC.cpp:70:21
>     #2 0x63a712221a98 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 0x63a711e4d8cb in MSRouteHandler::closeVType() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:985:30
>     #4 0x63a714728814 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:230:13
>     #5 0x63a71493f02b in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7a0983de68f2 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 0x7a0983d9985b in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19985b) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x7a0983d9b8d9 in xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19b8d9) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #9 0x63a714974033 in SUMOSAXReader::parseNext() /home/delphi/clangDebug/sumo/src/utils/xml/SUMOSAXReader.cpp:158:25
>     #10 0x63a71473b92b in SUMORouteLoader::loadUntil(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoader.cpp:58:24
>     #11 0x63a71473ca8f in SUMORouteLoaderControl::loadNext(long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteLoaderControl.cpp:72:61
>     #12 0x63a711afb832 in MSNet::loadRoutes() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:484:21
>     #13 0x63a712d55de3 in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:362:14
>     #14 0x63a711ad4e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #15 0x7a0980c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #16 0x7a0980c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #17 0x63a7119f7e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 useExisting_overrideProbabilities ( Last six runs Oct2025 )

---------- Differences in errors ----------
0a1,99
> Error: Vehicle type distribution 'vTypeDist' is empty.
> Quitting (on error).
> 
> =================================================================
> ==1032288==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x55dd28770281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x55dd29b08197 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 0x55dd299e174d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x55dd299f4ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x55dd28773e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x76ce8fa2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x76ce8fa2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x55dd28696e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x55dd28770281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x55dd29b08197 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 0x55dd299e1d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x55dd299f4ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x55dd28773e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x76ce8fa2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x76ce8fa2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x55dd28696e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x55dd28770281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x55dd299e21ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
<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 Oct2025 )

---------- Differences in errors ----------
0a1,99
> Error: Vehicle type distribution 'vt1' is empty.
> Quitting (on error).
> 
> =================================================================
> ==1032282==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x584107e65281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5841091fd197 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 0x5841090d674d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5841090e9ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x584107e68e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x73f6d3a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x73f6d3a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x584107d8be14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 1408 byte(s) in 1 object(s) allocated from:
>     #0 0x584107e65281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5841091fd197 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 0x5841090d6d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5841090e9ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x584107e68e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x73f6d3a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x73f6d3a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x584107d8be14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 24 byte(s) in 1 object(s) allocated from:
>     #0 0x584107e65281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5841090d71ec in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:184:34
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

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

---------- 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 Oct2025 )
grid bugs ticket3278 ( Last six runs Oct2025 )
grid bugs ticket3281 ( Last six runs Oct2025 )

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

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==1017637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5b690253b281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5b69037c0811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x5b69037b8fda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x5b69037a8c5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x5b69037bfceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x5b690253ee72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x7f9da222a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x7f9da222a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x5b6902461e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> 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 Oct2025 )

---------- Differences in errors ----------
0a1,18
> Error: The route file 'routes.netedit' is not accessible.
> Quitting (on error).
> 
> =================================================================
> ==1017653==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x615ba7b4f281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x615ba8dd4811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
>     #2 0x615ba8dccfda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
>     #3 0x615ba8dbcc5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
>     #4 0x615ba8dd3ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #5 0x615ba7b52e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #6 0x793cf562a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #7 0x793cf562a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #8 0x615ba7a75e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> SUMMARY: AddressSanitizer: 56 byte(s) leaked in 1 allocation(s).
---------- New result in exitcode ----------
1

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

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

=================================================================
==1014585==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x5e4311fe1281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
    #1 0x5e4313266811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x5e431325efda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x5e431324ec5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x5e4313265ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x5e4311fe4e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7c5f5362a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7c5f5362a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x5e4311f07e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)

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 Oct2025 )

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

=================================================================
==1014586==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x61203ac36281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
    #1 0x61203bebb811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x61203beb3fda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x61203bea3c5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x61203bebaceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x61203ac39e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7e10fe82a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7e10fe82a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x61203ab5ce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)

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 Oct2025 )

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

=================================================================
==1014594==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x61fb37a8f281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
    #1 0x61fb38d14811 in NLBuilder::buildRouteLoaderControl(OptionsCont const&) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:452:40
    #2 0x61fb38d0cfda in NLBuilder::buildNet() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:395:24
    #3 0x61fb38cfcc5d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:136:5
    #4 0x61fb38d13ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
    #5 0x61fb37a92e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
    #6 0x7ab295a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7ab295a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #8 0x61fb379b5e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)

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 Oct2025 )

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

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

---------- Differences in errors ----------
1,8d0
< Warning: Teleporting vehicle 't_0'; waited too long (yield), lane='-E5_1', time=305.00.
< Warning: Vehicle 't_0' ends teleporting on edge 'E7', time=305.00.
< Warning: Teleporting vehicle 't_1'; waited too long (yield), lane='-E7_1', time=306.00.
< Warning: Teleporting vehicle 't_2'; waited too long (yield), lane='-E6_1', time=306.00.
< Warning: Teleporting vehicle 't_3'; waited too long (yield), lane='-E4_1', time=306.00.
< Warning: Vehicle 't_1' ends teleporting on edge 'E5', time=306.00.
< Warning: Vehicle 't_2' ends teleporting on edge 'E4', time=306.00.
< Warning: Vehicle 't_3' ends teleporting on edge 'E6', time=306.00.
network junctions inspect no_tls selected type rail_signal ( Last six runs Oct2025 )
network junctions inspect no_tls unselected type rail_signal ( Last six runs Oct2025 )

TEST FAILED on ts-sim-build-ba : network junctions inspect tls selected type rail_signal ( Last six runs Oct2025 )

---------- Differences in errors ----------
1,8d0
< Warning: Teleporting vehicle 't_0'; waited too long (yield), lane='-E5_1', time=305.00.
< Warning: Teleporting vehicle 't_3'; waited too long (yield), lane='-E4_1', time=305.00.
< Warning: Vehicle 't_0' ends teleporting on edge 'E7', time=305.00.
< Warning: Vehicle 't_3' ends teleporting on edge 'E6', time=305.00.
< Warning: Teleporting vehicle 't_2'; waited too long (yield), lane='-E6_1', time=306.00.
< Warning: Vehicle 't_2' ends teleporting on edge 'E4', time=306.00.
< Warning: Teleporting vehicle 't_1'; waited too long (yield), lane='-E7_1', time=307.00.
< Warning: Vehicle 't_1' ends teleporting on edge 'E5', time=307.00.

TEST FAILED on ts-sim-build-ba : network junctions inspect tls unselected type rail_signal ( Last six runs Oct2025 )

---------- Differences in errors ----------
2,9d1
< Warning: Teleporting vehicle 't_2'; waited too long (yield), lane='-E6_1', time=304.00.
< Warning: Vehicle 't_2' ends teleporting on edge 'E4', time=304.00.
< Warning: Teleporting vehicle 't_1'; waited too long (yield), lane='-E7_1', time=305.00.
< Warning: Teleporting vehicle 't_3'; waited too long (yield), lane='-E4_1', time=305.00.
< Warning: Vehicle 't_1' ends teleporting on edge 'E5', time=305.00.
< Warning: Vehicle 't_3' ends teleporting on edge 'E6', time=305.00.
< Warning: Teleporting vehicle 't_0'; waited too long (yield), lane='-E5_1', time=306.00.
< Warning: Vehicle 't_0' ends teleporting on edge 'E7', time=306.00.

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

---------- Differences in errors ----------
2a3,73
> 
> =================================================================
> ==1065376==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x619880c52281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x619881fea197 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 0x619881ec374d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x619881ed6ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x619880c55e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x758984c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x758984c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x619880b78e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x619880c52281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x619881fea197 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 0x619881ec3d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x619881ed6ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x619880c55e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x758984c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x758984c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x619880b78e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 96 byte(s) in 4 object(s) allocated from:
>     #0 0x619880c52281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x619881ec435e in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:185:36
>     #2 0x619881ed6ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x619880c55e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,73
> 
> =================================================================
> ==1065394==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5a49d6b66281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a49d7efe197 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 0x5a49d7dd774d in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:178:46
>     #3 0x5a49d7deaceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5a49d6b69e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x752fc3e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x752fc3e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5a49d6a8ce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5a49d6b66281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a49d7efe197 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 0x5a49d7dd7d5c in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:179:48
>     #3 0x5a49d7deaceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #4 0x5a49d6b69e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #5 0x752fc3e2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #6 0x752fc3e2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #7 0x5a49d6a8ce14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 96 byte(s) in 4 object(s) allocated from:
>     #0 0x5a49d6b66281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5a49d7dd835e in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:185:36
>     #2 0x5a49d7deaceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #3 0x5a49d6b69e72 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 Oct2025 )

---------- Differences in errors ----------
2a3,317
> 
> =================================================================
> ==1065389==ERROR: LeakSanitizer: detected memory leaks
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5cd4e24cd281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5cd4e3865197 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 0x5cd4e37994f2 in NLHandler::addDistrict(SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1648:43
>     #3 0x5cd4e376a203 in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:233:17
>     #4 0x5cd4e53392b8 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 0x74032bbe63b6 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 0x74032bb997a3 in xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x1997a3) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #7 0x74032bb9ba0d in xercesc_3_2::IGXMLScanner::scanContent() (/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x19ba0d) (BuildId: 00c66a49d1bfc9237096cfb0829bac6c9c2c8e81)
>     #8 0x74032bb90c87 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 0x74032bbe0d42 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 0x5cd4e536d462 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 0x5cd4e55f6741 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 0x5cd4e3749a0a 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 0x5cd4e3740abd in NLBuilder::build() /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:205:14
>     #14 0x5cd4e3751ceb in NLBuilder::init(bool) /home/delphi/clangDebug/sumo/src/netload/NLBuilder.cpp:360:17
>     #15 0x5cd4e24d0e72 in main /home/delphi/clangDebug/sumo/src/sumo_main.cpp:98:19
>     #16 0x740328a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
>     #17 0x740328a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
>     #18 0x5cd4e23f3e14 in _start (/home/delphi/clangDebug/sumo/bin/sumoD+0x3416e14) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
> 
> Indirect leak of 5632 byte(s) in 4 object(s) allocated from:
>     #0 0x5cd4e24cd281 in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumoD+0x34f0281) (BuildId: 123deb25c2bb37ceefb812425d43c6a523fccf6c)
>     #1 0x5cd4e3865197 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 0x5cd4e373ed5c 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 Oct2025 )
elements additionals access containerstop fix ( Last six runs Oct2025 )
elements additionals access trainstop fix ( Last six runs Oct2025 )
elements additionals calibrator delete ( Last six runs Oct2025 )
elements additionals calibratorflow create ( Last six runs Oct2025 )
elements additionals calibratorflow delete ( Last six runs Oct2025 )
elements additionals calibratorflow inspect ( Last six runs Oct2025 )
elements additionals calibratorflow inspect_selection ( Last six runs Oct2025 )
elements additionals calibratorflow volatilerecomputing ( Last six runs Oct2025 )
elements additionals calibratorlane delete ( Last six runs Oct2025 )
elements additionals detentry fix ( Last six runs Oct2025 )
elements additionals detexit fix ( Last six runs Oct2025 )
elements additionals e1detector fix ( Last six runs Oct2025 )
elements additionals e1instantdetector fix ( Last six runs Oct2025 )
elements additionals e2detector fix ( Last six runs Oct2025 )
elements additionals e2multilanedetector fix ( Last six runs Oct2025 )
elements additionals e3detector fix ( Last six runs Oct2025 )
elements additionals rerouter contextual_menu ( Last six runs Oct2025 )
elements additionals rerouter create ( Last six runs Oct2025 )
elements additionals rerouter delete ( Last six runs Oct2025 )
elements additionals rerouter inspect ( Last six runs Oct2025 )
elements additionals rerouter inspect_selection ( Last six runs Oct2025 )
elements additionals rerouter move ( Last six runs Oct2025 )
elements additionals rerouter volatile_recomputing ( Last six runs Oct2025 )
elements additionals rerouterelements closinglanereroute create ( Last six runs Oct2025 )
elements additionals rerouterelements closinglanereroute delete ( Last six runs Oct2025 )
elements additionals rerouterelements closinglanereroute inspect ( Last six runs Oct2025 )
elements additionals rerouterelements closinglanereroute inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements closinglanereroute volatilerecomputing ( Last six runs Oct2025 )
elements additionals rerouterelements closingreroute create ( Last six runs Oct2025 )
elements additionals rerouterelements closingreroute delete ( Last six runs Oct2025 )
elements additionals rerouterelements closingreroute inspect ( Last six runs Oct2025 )
elements additionals rerouterelements closingreroute inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements closingreroute volatilerecomputing ( Last six runs Oct2025 )
elements additionals rerouterelements destprobreroute create ( Last six runs Oct2025 )
elements additionals rerouterelements destprobreroute delete ( Last six runs Oct2025 )
elements additionals rerouterelements destprobreroute inspect ( Last six runs Oct2025 )
elements additionals rerouterelements destprobreroute inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements destprobreroute volatilerecomputing ( Last six runs Oct2025 )
elements additionals rerouterelements interval create ( Last six runs Oct2025 )
elements additionals rerouterelements interval delete ( Last six runs Oct2025 )
elements additionals rerouterelements interval inspect ( Last six runs Oct2025 )
elements additionals rerouterelements interval inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements interval volatilerecomputing ( Last six runs Oct2025 )
elements additionals rerouterelements parkingareareroute create ( Last six runs Oct2025 )
elements additionals rerouterelements parkingareareroute delete ( Last six runs Oct2025 )
elements additionals rerouterelements parkingareareroute inspect ( Last six runs Oct2025 )
elements additionals rerouterelements parkingareareroute inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements parkingareareroute volatilerecomputing ( Last six runs Oct2025 )
elements additionals rerouterelements routeprobreroute create ( Last six runs Oct2025 )
elements additionals rerouterelements routeprobreroute delete ( Last six runs Oct2025 )
elements additionals rerouterelements routeprobreroute inspect ( Last six runs Oct2025 )
elements additionals rerouterelements routeprobreroute inspect_selection ( Last six runs Oct2025 )
elements additionals rerouterelements routeprobreroute volatilerecomputing ( Last six runs Oct2025 )
elements additionals variablespeedsign contextual_menu ( Last six runs Oct2025 )
elements additionals variablespeedsign create ( Last six runs Oct2025 )
elements additionals variablespeedsign delete ( Last six runs Oct2025 )
elements additionals variablespeedsign inspect ( Last six runs Oct2025 )
elements additionals variablespeedsign inspect_selection ( Last six runs Oct2025 )
elements additionals variablespeedsign move ( Last six runs Oct2025 )
elements additionals variablespeedsign volatile_recomputing ( Last six runs Oct2025 )
elements demands container fix ( Last six runs Oct2025 )
elements demands containerflow fix ( Last six runs Oct2025 )
elements demands containerplan tranship edges ( Last six runs Oct2025 )
elements demands flow fix ( Last six runs Oct2025 )
elements demands flow_embedded fix ( Last six runs Oct2025 )
elements demands flow_junctions fix ( Last six runs Oct2025 )
elements demands person fix ( Last six runs Oct2025 )
elements demands personflow fix ( Last six runs Oct2025 )
elements demands personplan walk edges ( Last six runs Oct2025 )
elements demands personplan walk route ( Last six runs Oct2025 )
elements demands routeflow fix ( Last six runs Oct2025 )
elements demands trip fix ( Last six runs Oct2025 )
elements demands trip_junctions fix ( Last six runs Oct2025 )
elements demands vehicle fix ( Last six runs Oct2025 )
elements demands vehicle_embedded fix ( Last six runs Oct2025 )
elements shapes poilane create frame latlon ( Last six runs Oct2025 )
elements shapes poilane create frame lonlat ( Last six runs Oct2025 )
network edges contextual_menu lane_operations set_custom_lane_shape ( Last six runs Oct2025 )
network junctions contextual_menu set_custom_junction_shape ( Last six runs Oct2025 )
network lanes delete ( Last six runs Oct2025 )
network lanes move ( Last six runs Oct2025 )
network trafficlights joined attributes E1 ( Last six runs Oct2025 )
network trafficlights joined file load ( Last six runs Oct2025 )
network trafficlights joined file save ( Last six runs Oct2025 )
network trafficlights joined programs select ( Last six runs Oct2025 )
network trafficlights single attributes E1 ( Last six runs Oct2025 )
network trafficlights single file load ( Last six runs Oct2025 )
network trafficlights single file save ( Last six runs Oct2025 )
network trafficlights single programs select ( Last six runs Oct2025 )
selection operations clear_shortcut ( Last six runs Oct2025 )

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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
193d192
< Warning: Vehicle 'flowA.95' will not be able to arrive with the given speed!
195c194,195
< Warning: Vehicle 'flowA.95' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.95' will not be able to arrive at the given lane 'Edge2_0'!
> Warning: Vehicle 'flowA.96' will not be able to arrive at the given lane 'Edge2_0'!
202,203c202,203
< Warning: Vehicle 'flowA.99' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.99' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.100' will not be able to arrive at the given lane 'Edge2_0'!
> Warning: Vehicle 'flowA.100' will not be able to arrive at the given lane 'Edge2_0'!
247,248c247
< Warning: Vehicle 'flowA.121' will not be able to arrive at the given lane 'Edge2_0'!
< Warning: Vehicle 'flowA.122' will not be able to arrive at the given lane 'Edge2_0'!
---
> Warning: Vehicle 'flowA.122' will not be able to arrive with the given speed!
249a249
> Warning: Vehicle 'flowA.122' will not be able to arrive with the given speed!
333d332
< Warning: Vehicle 'flowA.164' will not be able to arrive with the given speed!
335c334
< Warning: Vehicle 'flowA.164' will not be able to arrive with the given speed!
---
> Warning: Vehicle 'flowA.164' will not be able to arrive at the given lane 'Edge2_0'!
337a337
> Warning: Vehicle 'flowA.166' will not be able to arrive with the given speed!
339c339
< Warning: Vehicle 'flowA.166' will not be able to arrive at the given lane 'Edge2_0'!
<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 flow_attributes poisson ( Last six runs Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
4604,6030d4603
< 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.
< Warning: Person 'pf_0.7366' is jammed on edge 'Edge0', time=3151.00.
< Warning: Person 'pf_0.7367' is jammed on edge 'Edge0', time=3151.00.
< Warning: Person 'pf_0.7368' is jammed on edge 'Edge0', time=3151.00.
< Warning: Person 'pf_0.5776' is jammed on edge 'Edge0', time=3152.00.
< Warning: Person 'pf_0.7369' is jammed on edge 'Edge0', time=3152.00.
< Warning: Person 'pf_0.7370' is jammed on edge 'Edge0', time=3152.00.
< Warning: Person 'pf_0.7371' is jammed on edge 'Edge0', time=3153.00.
< Warning: Person 'pf_0.7372' is jammed on edge 'Edge0', time=3153.00.
< Warning: Person 'pf_0.7373' is jammed on edge 'Edge0', time=3153.00.
< Warning: Person 'pf_0.6185' is jammed on edge 'Edge0', time=3154.00.
< Warning: Person 'pf_0.7374' is jammed on edge 'Edge0', time=3154.00.
< Warning: Person 'pf_0.7375' is jammed on edge 'Edge0', time=3154.00.
< Warning: Person 'pf_0.7376' is jammed on edge 'Edge0', time=3154.00.
< Warning: Person 'pf_0.7377' is jammed on edge 'Edge0', time=3154.00.
< Warning: Collision of person 'pf_0.6463' and person 'pf_0.6494', lane='Edge0_0', time=3155.00.
< Warning: Person 'pf_0.5836' is jammed on edge 'Edge0', time=3155.00.
< Warning: Person 'pf_0.7378' is jammed on edge 'Edge0', time=3155.00.
< Warning: Person 'pf_0.7379' is jammed on edge 'Edge0', time=3155.00.
< Warning: Person 'pf_0.7380' is jammed on edge 'Edge0', time=3155.00.
< Warning: Person 'pf_0.7381' is jammed on edge 'Edge0', time=3155.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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6478,10315d6477
< Warning: Person 'pf_1.7468' is jammed on edge 'Edge1', time=2630.00.
< Warning: Person 'pf_1.7469' is jammed on edge 'Edge1', time=2630.00.
< Warning: Person 'pf_1.7470' is jammed on edge 'Edge1', time=2630.00.
< Warning: Person 'pf_1.6401' is jammed on edge 'Edge1', time=2631.00.
< Warning: Person 'pf_1.7471' is jammed on edge 'Edge1', time=2631.00.
< Warning: Person 'pf_1.7472' is jammed on edge 'Edge1', time=2631.00.
< Warning: Person 'pf_1.7473' is jammed on edge 'Edge1', time=2631.00.
< Warning: Person 'pf_1.7474' is jammed on edge 'Edge1', time=2631.00.
< Warning: Person 'pf_1.7475' is jammed on edge 'Edge1', time=2632.00.
< Warning: Person 'pf_1.7476' is jammed on edge 'Edge1', time=2632.00.
< Warning: Person 'pf_1.7477' is jammed on edge 'Edge1', time=2632.00.
< 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.
<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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
9191,9853d9190
< Warning: Person 'pf_1.9955' is jammed on edge 'Edge1', time=3401.00.
< Warning: Person 'pf_1.9956' is jammed on edge 'Edge1', time=3401.00.
< Warning: Person 'pf_1.9957' is jammed on edge 'Edge1', time=3401.00.
< Warning: Person 'pf_1.9958' is jammed on edge 'Edge1', time=3401.00.
< Warning: Person 'pf_1.9959' is jammed on edge 'Edge1', time=3402.00.
< Warning: Person 'pf_1.9960' is jammed on edge 'Edge1', time=3402.00.
< Warning: Person 'pf_1.9961' is jammed on edge 'Edge1', time=3402.00.
< Warning: Person 'pf_1.9962' is jammed on edge 'Edge1', time=3403.00.
< Warning: Person 'pf_1.9963' is jammed on edge 'Edge1', time=3403.00.
< Warning: Person 'pf_1.9964' is jammed on edge 'Edge1', time=3403.00.
< Warning: Person 'pf_1.8796' is jammed on edge 'Edge1', time=3404.00.
< Warning: Person 'pf_1.9965' is jammed on edge 'Edge1', time=3404.00.
< Warning: Person 'pf_1.9966' is jammed on edge 'Edge1', time=3404.00.
< Warning: Person 'pf_1.9967' is jammed on edge 'Edge1', time=3404.00.
< Warning: Person 'pf_1.9968' is jammed on edge 'Edge1', time=3405.00.
< Warning: Person 'pf_1.9969' is jammed on edge 'Edge1', time=3405.00.
< Warning: Person 'pf_1.9970' is jammed on edge 'Edge1', time=3405.00.
< Warning: Person 'pf_1.9971' is jammed on edge 'Edge1', time=3406.00.
< Warning: Person 'pf_1.9972' is jammed on edge 'Edge1', time=3406.00.
< Warning: Person 'pf_1.9973' is jammed on edge 'Edge1', time=3406.00.
< Warning: Person 'pf_1.9974' is jammed on edge 'Edge1', time=3406.00.
< Warning: Person 'pf_1.9975' is jammed on edge 'Edge1', time=3407.00.
< Warning: Person 'pf_1.9976' is jammed on edge 'Edge1', time=3407.00.
< Warning: Person 'pf_1.9977' is jammed on edge 'Edge1', time=3407.00.
< Warning: Person 'pf_1.9978' is jammed on edge 'Edge1', time=3408.00.
< Warning: Person 'pf_1.9979' is jammed on edge 'Edge1', time=3408.00.
< Warning: Person 'pf_1.9980' is jammed on edge 'Edge1', time=3408.00.
< Warning: Person 'pf_1.9981' is jammed on edge 'Edge1', time=3409.00.
< Warning: Person 'pf_1.9982' is jammed on edge 'Edge1', time=3409.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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6372,10388d6371
< Warning: Person 'pf_1.6200' is jammed on edge 'Edge1', time=2577.00.
< Warning: Person 'pf_1.7303' is jammed on edge 'Edge1', time=2577.00.
< Warning: Person 'pf_1.7304' is jammed on edge 'Edge1', time=2577.00.
< Warning: Person 'pf_1.7305' is jammed on edge 'Edge1', time=2577.00.
< Warning: Person 'pf_0.421' is jammed on edge ':Junction1_w1', time=2578.00.
< Warning: Person 'pf_1.7306' is jammed on edge 'Edge1', time=2578.00.
< Warning: Person 'pf_1.7307' is jammed on edge 'Edge1', time=2578.00.
< Warning: Person 'pf_1.7308' is jammed on edge 'Edge1', time=2578.00.
< Warning: Person 'pf_1.7309' is jammed on edge 'Edge1', time=2578.00.
< Warning: Person 'pf_1.7310' is jammed on edge 'Edge1', time=2579.00.
< Warning: Person 'pf_1.7311' is jammed on edge 'Edge1', time=2579.00.
< Warning: Person 'pf_1.7312' is jammed on edge 'Edge1', time=2579.00.
< Warning: Person 'pf_1.7313' is jammed on edge 'Edge1', time=2580.00.
< Warning: Person 'pf_1.7314' is jammed on edge 'Edge1', time=2580.00.
< Warning: Person 'pf_1.7315' is jammed on edge 'Edge1', time=2580.00.
< Warning: Person 'pf_1.7316' is jammed on edge 'Edge1', time=2581.00.
< Warning: Person 'pf_1.7317' is jammed on edge 'Edge1', time=2581.00.
< Warning: Person 'pf_1.7318' is jammed on edge 'Edge1', time=2581.00.
< Warning: Person 'pf_1.7319' is jammed on edge 'Edge1', time=2582.00.
< Warning: Person 'pf_1.7320' is jammed on edge 'Edge1', time=2582.00.
< Warning: Person 'pf_1.7321' is jammed on edge 'Edge1', time=2582.00.
< Warning: Person 'pf_1.7322' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7323' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7324' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7325' is jammed on edge 'Edge1', time=2583.00.
< Warning: Person 'pf_1.7326' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7327' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7328' is jammed on edge 'Edge1', time=2584.00.
< Warning: Person 'pf_1.7329' is jammed on edge 'Edge1', time=2585.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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1,2c1,23
< Warning: Collision of person 'pf_0.652' and person 'pf_1.1025', lane='Edge1_0', time=448.00.
< Warning: Collision of person 'pf_0.977' and person 'pf_1.1381', lane='Edge1_0', time=697.00.
---
> Warning: Collision of person 'pf_0.152' and person 'pf_1.423', lane='Edge1_0', time=195.00.
> Warning: Collision of person 'pf_0.411' and person 'pf_1.634', lane='Edge1_0', time=307.00.
> Warning: Collision of person 'pf_0.431' and person 'pf_1.676', lane='Edge1_0', time=340.00.
> Warning: Collision of person 'pf_0.589' and person 'pf_1.820', lane='Edge1_0', time=412.00.
> Warning: Collision of person 'pf_0.812' and person 'pf_1.1311', lane='Edge1_0', time=553.00.
> Warning: Collision of person 'pf_0.791' and person 'pf_1.1191', lane='Edge1_0', time=597.00.
> Warning: Collision of person 'pf_0.928' and person 'pf_1.1279', lane='Edge1_0', time=650.00.
> Warning: Person 'pf_1.946' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.947' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.948' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.949' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.950' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.951' is jammed on edge 'Edge1', time=706.00.
> Warning: Person 'pf_1.952' is jammed on edge 'Edge1', time=707.00.
> Warning: Person 'pf_1.953' is jammed on edge 'Edge1', time=707.00.
> Warning: Person 'pf_1.954' is jammed on edge 'Edge1', time=707.00.
> Warning: Person 'pf_1.955' is jammed on edge 'Edge1', time=708.00.
> Warning: Person 'pf_1.956' is jammed on edge 'Edge1', time=708.00.
> Warning: Person 'pf_1.957' is jammed on edge 'Edge1', time=708.00.
> Warning: Person 'pf_1.958' is jammed on edge 'Edge1', time=709.00.
> Warning: Person 'pf_1.959' is jammed on edge 'Edge1', time=709.00.
> Warning: Person 'pf_1.960' is jammed on edge 'Edge1', time=709.00.
> Warning: Person 'pf_1.961' is jammed on edge 'Edge1', time=710.00.
4,5c25,26
< Warning: Person 'pf_1.963' is jammed on edge 'Edge1', time=710.00.
< Warning: Person 'pf_1.964' is jammed on edge 'Edge1', time=710.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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
6515,10315d6514
< 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.
< Warning: Person 'pf_1.7503' is jammed on edge 'Edge1', time=2640.00.
< Warning: Person 'pf_0.410' is jammed on edge ':Junction1_w1', time=2641.00.
< Warning: Person 'pf_1.7504' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7505' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7506' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_0.377' is jammed on edge 'Edge1', time=2641.00.
< Warning: Person 'pf_1.7507' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7508' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7509' is jammed on edge 'Edge1', time=2642.00.
< Warning: Person 'pf_1.7510' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_1.7511' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_1.7512' is jammed on edge 'Edge1', time=2643.00.
< Warning: Person 'pf_0.457' is jammed on edge 'Edge0', time=2644.00.
< Warning: Person 'pf_1.7513' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7514' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7515' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7516' is jammed on edge 'Edge1', time=2644.00.
< Warning: Person 'pf_1.7517' is jammed on edge 'Edge1', time=2645.00.
< Warning: Person 'pf_1.7518' is jammed on edge 'Edge1', time=2645.00.
< Warning: Person 'pf_1.7519' is jammed on edge 'Edge1', time=2645.00.
< Warning: Person 'pf_1.7520' is jammed on edge 'Edge1', time=2646.00.
< Warning: Person 'pf_1.7521' is jammed on edge 'Edge1', time=2646.00.
< Warning: Person 'pf_1.7522' is jammed on edge 'Edge1', time=2646.00.
< Warning: Person 'pf_1.6208' is jammed on edge ':Junction2_w0', time=2647.00.
< Warning: Person 'pf_1.5416' is jammed on edge ':Junction2_w0', time=2647.00.
< Warning: Person 'pf_1.7523' is jammed on edge 'Edge1', time=2647.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 Oct2025 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
262195,264135d262194
< Warning: Collision of person 'pf_1.9814' and person 'pf_1.9830', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_1.9812' and person 'pf_1.9830', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_1.9812' and person 'pf_1.9814', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9830', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9814', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_1.9818' and person 'pf_1.9812', lane=':Junction2_0_0', time=3540.00.
< Warning: Collision of person 'pf_0.1071' and person 'pf_0.1074', lane='Edge0_1', time=3540.00.
< Warning: Person 'pf_0.1076' is jammed on edge 'Edge0', time=3540.00.
< Warning: Collision of person 'pf_1.9810' and person 'pf_1.9821', lane='Edge1_1', time=3540.00.
< Warning: Person 'pf_1.10404' is jammed on edge 'Edge1', time=3540.00.
< Warning: Person 'pf_1.10405' is jammed on edge 'Edge1', time=3540.00.
< Warning: Person 'pf_1.10406' is jammed on edge 'Edge1', time=3540.00.
< Warning: Collision of person 'pf_1.10264' and person 'pf_1.10283', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.10036' and person 'pf_1.10283', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.10036' and person 'pf_1.10264', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10264', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9967' and person 'pf_1.10036', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10264', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.10036', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9965' and person 'pf_1.9967', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9837' and person 'pf_1.10264', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9837' and person 'pf_1.10036', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9837' and person 'pf_1.9967', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9837' and person 'pf_1.9965', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10264', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.10036', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.9967', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.9965', lane='Edge2_1', time=3540.00.
< Warning: Collision of person 'pf_1.9822' and person 'pf_1.9837', lane='Edge2_1', time=3540.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
0a1
> Interrupt signal received, trying to exit gracefully.